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 List<KentParams> |
KentParams.calculateBootstrap(List<Tensor> tensors,
boolean parametric,
String scriptPath)
Calculates 95% Kent confidence ellipses from the supplied tensors by
running the
bootams.py script from Lisa Tauxe's pmagpy suite. |
static List<KentParams> |
KentParams.calculateHext(List<Tensor> tensors,
String scriptPath)
Calculates 95% Kent confidence ellipses from the supplied tensors by
running the
s_hext.py script from Lisa Tauxe's pmagpy suite. |
List<KentParams> |
Suite.getAmsBootstrapParams()
Returns the parameters of the last AMS bootstrap statistics (if any)
calculated on this suite's data.
|
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 List<Vec3> |
Vec3.makeEllipse(KentParams kentParams)
Returns a list of points outlining the confidence ellipse for a supplied
set of Kent statistical parameters.
|
Copyright © 2022. All rights reserved.