alun.gchap
Class MultiLocusObservation

java.lang.Object
  extended by alun.gchap.Observation
      extended by alun.gchap.MultiLocusObservation

public class MultiLocusObservation
extends Observation

This class represents an observation at a list of loci.


Constructor Summary
MultiLocusObservation(Observation a, Observation b)
          Create a new multi locus observation from the observations on the constituent two loci, each of which may itself be a multi locus observation.
 
Method Summary
 
Methods inherited from class alun.gchap.Observation
geneCountToConvergence, getData, getTrait, logLikelihood
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiLocusObservation

public MultiLocusObservation(Observation a,
                             Observation b)
Create a new multi locus observation from the observations on the constituent two loci, each of which may itself be a multi locus observation.