public class RefProbAdditiveSite
extends AbstractAdditiveSite
An AdditiveSite that takes a float[] valued covariate as an argument. The covariate should equal the probability that a given allele (major or minor, for example) would be selected at random from that site. It also stores the value of a statistic determined by selectionCriteria which results from fitting a linear model.
public RefProbAdditiveSite(int site,
java.lang.String chr,
int pos,
java.lang.String id,
net.maizegenetics.analysis.modelfitter.AdditiveSite.CRITERION selectionCriteria,
kotlin.Array[] covariate)
public kotlin.Array[] getCovariate()
public kotlin.Array[] getCovariate(kotlin.Array[] subset)
public void reindexTaxa(kotlin.Array[] taxaIndex,
java.util.List<java.lang.Integer> uniqueTaxa)
public AdditiveSite copy()