Uses of Class
org.metaqtl.MultiFitResult

Packages that use MultiFitResult
org.metaqtl   
org.metaqtl.algo   
 

Uses of MultiFitResult in org.metaqtl
 

Constructors in org.metaqtl with parameters of type MultiFitResult
MetaChrom(MultiFitResult result, ChromCluster chromCluster)
          Get a new instance of MetaChrom which is initialized by using the result of the merge of the members of a ChromCluster.
 

Uses of MultiFitResult in org.metaqtl.algo
 

Methods in org.metaqtl.algo that return MultiFitResult
static MultiFitResult SVDAlgorithm.SVDMFit(double[][] X, double[] y, double[] w, int m, int n)
          Given a set of data points y[1..m] with indiviudal weights w[1..m], use chi2 minimization to determine the coefficients a[1..n] of the fitting function y = X*a.