public class CovariatePermutationTestSpliterator
A Spliterator that uses the covariate from an AdditiveSite to test it against a baseModel and a list of permuted data sets using a fixed effect linear model. This class is used as part of stepwise model fitting to process a list of AdditiveSites. The permutation test is used to determine the entry and exit limits to be used for model fitting.
protected java.util.List<kotlin.Array[]> myPermutedData
protected java.util.List<net.maizegenetics.analysis.modelfitter.AdditiveSite> mySites
protected java.util.List<net.maizegenetics.stats.linearmodels.ModelEffect> myBaseModel
protected int origin
protected int end