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

Packages that use Suite
net.talvi.puffinplot   
net.talvi.puffinplot.data   
 

Uses of Suite in net.talvi.puffinplot
 

Methods in net.talvi.puffinplot that return Suite
 Suite PuffinApp.getSuite()
          Returns the current Suite.
 

Methods in net.talvi.puffinplot that return types with arguments of type Suite
 java.util.List<Suite> PuffinApp.getSuites()
          Returns all the Suites currently open within this PuffinApp.
 

Uses of Suite in net.talvi.puffinplot.data
 

Methods in net.talvi.puffinplot.data that return Suite
 Suite Datum.getSuite()
          Returns the data suite containing this measurement.
 Suite Sample.getSuite()
          Returns the suite containing this sample.
 

Methods in net.talvi.puffinplot.data with parameters of type Suite
 void Datum.setSuite(Suite v)
          Sets the data suite containing this measurement.
 

Method parameters in net.talvi.puffinplot.data with type arguments of type Suite
static SuiteCalcs Suite.calculateMultiSuiteMeans(java.util.List<Suite> suites)
          Calculates and returns Fisher statistics on all the calculated PCA directions for samples within supplied suite.
static java.util.List<FisherValues> Suite.doReversalTest(java.util.List<Suite> suites)
          Performs a reversal test on a list of suites.
 

Constructors in net.talvi.puffinplot.data with parameters of type Suite
Sample(java.lang.String name, Suite suite)
          Creates a new sample.