Package | Description |
---|---|
net.talvi.puffinplot.data |
This package contains code to read, store, analyse, and write palaeomagnetic
data.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|