public static final class SuiteCalcs.Means extends Object
Modifier and Type | Method and Description |
---|---|
static SuiteCalcs.Means |
calculate(Collection<Vec3> directions)
Calculate Fisher statistics on a set of directions.
|
FisherValues |
getAll() |
FisherValues |
getLower() |
FisherValues |
getUpper() |
List<List<String>> |
toStrings() |
public FisherValues getAll()
public FisherValues getUpper()
public FisherValues getLower()
public List<List<String>> toStrings()
public static SuiteCalcs.Means calculate(Collection<Vec3> directions)
directions
- directions on which to calculate statisticsCopyright © 2022. All rights reserved.