alun.genapps
Class FindErrorProbs

java.lang.Object
  extended by alun.genapps.ObligatoryErrors
      extended by alun.genapps.FindErrorProbs
Direct Known Subclasses:
CheckErrors

public class FindErrorProbs
extends ObligatoryErrors


Constructor Summary
FindErrorProbs()
           
 
Method Summary
static void outputError(GeneticDataSource d, int pi, int lj, int k, double prob, Genotype g, Function post)
           
static void outputErrorUnordered(GeneticDataSource d, int pi, int lj, int k, double prob, Genotype g, Function post)
           
 
Methods inherited from class alun.genapps.ObligatoryErrors
obligatoryError
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FindErrorProbs

public FindErrorProbs()
Method Detail

outputError

public static void outputError(GeneticDataSource d,
                               int pi,
                               int lj,
                               int k,
                               double prob,
                               Genotype g,
                               Function post)

outputErrorUnordered

public static void outputErrorUnordered(GeneticDataSource d,
                                        int pi,
                                        int lj,
                                        int k,
                                        double prob,
                                        Genotype g,
                                        Function post)