public static final class ArasonLevi.ArithMean
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
a95 |
double |
inc |
double |
kappa |
double |
t63 |
Modifier and Type | Method and Description |
---|---|
static ArasonLevi.ArithMean |
calculate(java.util.Collection<java.lang.Double> inclinations) |
double |
getA95() |
double |
getKappa()
The inverse variance is returned as an estimate of κ.
|
double |
getMeanInc() |
int |
getN() |
double |
getT63() |
public final double inc
public final double kappa
public final double t63
public final double a95
public int getN()
public double getMeanInc()
public double getKappa()
public double getT63()
public double getA95()
public static ArasonLevi.ArithMean calculate(java.util.Collection<java.lang.Double> inclinations)