Uses of Class
corina.cross.Cross

Packages that use Cross
corina.cross The corina.cross package contains algorithms for crossdating samples, and also higher-level data structures which help for crossing sets of samples. 
corina.graph   
 

Uses of Cross in corina.cross
 

Subclasses of Cross in corina.cross
 class DScore
          Class for computing the hybrid "D-Score" ("Dating Score").
 class NeuralD
           
 class Trend
          Class representing a "trend" algorithm for crossdating, whereby scores are the ratio of matching trends to total 1-year intervals.
 class TScore
          A (Student's) T-Score crossdate.
 class Weiserjahre
           
 

Methods in corina.cross that return Cross
 Cross Sequence.getCross()
           
 

Methods in corina.cross with parameters of type Cross
static float Bayesian.getSignificance(Cross cross, float score)
           
 

Constructors in corina.cross with parameters of type Cross
Histogram(Cross c)
           
CrossFrame.CrossTableModel(Cross c)
          Create a TableModel to display the given Cross.
Score(Cross cross, int index, int nr)
           
CrossPrinter(Cross c)
           
CrossPrinter(Cross c, boolean sigScores, boolean allScores, boolean histogram)
           
 

Uses of Cross in corina.graph
 

Constructors in corina.graph with parameters of type Cross
GraphFrame(Cross c, Year movingPosition)
          Graph the two samples of a Cross, at one of the statistically significant overlaps.