Uses of Class
net.talvi.puffinplot.data.FisherValues

Packages that use FisherValues
net.talvi.puffinplot.data   
 

Uses of FisherValues in net.talvi.puffinplot.data
 

Methods in net.talvi.puffinplot.data that return FisherValues
static FisherValues FisherValues.calculate(java.util.Collection<Vec3> vectors)
          Returns a set of Fisherian statistics, calculated using the Fisher (1953) method, for a collection of vectors.
 FisherValues SuiteCalcs.Means.getAll()
           
 FisherValues Site.getFisher()
          Returns the Fisher statistics (if any) calculated for this site.
 FisherValues SuiteCalcs.Means.getLower()
           
 FisherValues SuiteCalcs.Means.getUpper()
           
 

Methods in net.talvi.puffinplot.data that return types with arguments of type FisherValues
static java.util.List<FisherValues> Suite.doReversalTest(java.util.List<Suite> suites)
          Performs a reversal test on a list of suites.
 java.util.List<FisherValues> Suite.getSiteFishers()
          Returns the results of the per-site Fisher statistics calculated by Suite.calculateSiteFishers(net.talvi.puffinplot.data.Correction).
 

Constructors in net.talvi.puffinplot.data with parameters of type FisherValues
SuiteCalcs.Means(FisherValues all, FisherValues upper, FisherValues lower)