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

Packages that use KentParams
net.talvi.puffinplot.data   
 

Uses of KentParams in net.talvi.puffinplot.data
 

Methods in net.talvi.puffinplot.data that return types with arguments of type KentParams
static java.util.List<KentParams> KentParams.calculateBootstrap(java.util.List<Tensor> tensors, boolean parametric, java.lang.String scriptPath)
          Calculates 95% Kent confidence ellipses from the supplied tensors by running the bootams.py script from Lisa Tauxe's pmagpy suite.
static java.util.List<KentParams> KentParams.calculateHext(java.util.List<Tensor> tensors, java.lang.String scriptPath)
          Calculates 95% Kent confidence ellipses from the supplied tensors by running the s_hext.py script from Lisa Tauxe's pmagpy suite.
 java.util.List<KentParams> Suite.getAmsBootstrapParams()
          Returns the parameters of the last AMS bootstrap statistics (if any) calculated on this suite's data.
 java.util.List<KentParams> Suite.getAmsHextParams()
          Returns the parameters of the last AMS Hext statistics (if any) calculated on this suite's data.
 

Methods in net.talvi.puffinplot.data with parameters of type KentParams
static java.util.List<Vec3> Vec3.makeEllipse(KentParams kentParams)
          Returns a list of points outlining the confidence ellipse for a supplied set of Kent statistical parameters.