Package | Description |
---|---|
numerics |
Modifier and Type | Method and Description |
---|---|
static BinghamDistribution |
BinghamFitter.getBinghamDistribution(EigenSystem3D tBarEig)
Get a Bingham distribution from a scatter matrix of samples.
|
static BinghamDistribution |
BinghamFitter.getBinghamDistribution(EigenSystem3D tBarEig,
java.util.Random ran)
Get a Bingham distribution from a scatter matrix of samples, and also specify the random number generator used by the distribution.
|
static BinghamDistribution |
BinghamDistribution.getBinghamDistribution(Vector3D[] axes,
double[] kappas,
java.util.Random random) |
static BinghamDistribution |
BinghamDistribution.getBinghamDistribution(Vector3D[] axes,
double k1,
double k2,
java.util.Random random) |