public class SweepFastNestedModel
public SweepFastNestedModel(java.util.ArrayList<net.maizegenetics.stats.linearmodels.ModelEffect> modelEffects,
kotlin.Array[] data)
The constructor for this class. It will calculate the SS and df for marker after all other effects in the model except taxa nested in marker. Taxa in marker will then be added to the model and its SS and df calculated. Error SS and df will be the final residual.
data - the dependent variablepublic kotlin.Array[] getMarkerSSdf()
public kotlin.Array[] getErrorSSdf()
public kotlin.Array[] getTaxaInMarkerSSdf()
public kotlin.Array[] getModelcfmSSdf()
public kotlin.Array[] getBeta()
public DoubleMatrix getInverseOfXtX()