Uses of Class
pl.poznan.put.circular.samples.TrigonometricMoment
-
Packages that use TrigonometricMoment Package Description pl.poznan.put.circular.samples Classes which deal with samples of data. -
-
Uses of TrigonometricMoment in pl.poznan.put.circular.samples
Subclasses of TrigonometricMoment in pl.poznan.put.circular.samples Modifier and Type Class Description classImmutableTrigonometricMomentImmutable implementation ofTrigonometricMoment.Methods in pl.poznan.put.circular.samples that return TrigonometricMoment Modifier and Type Method Description protected TrigonometricMomentAngleSample. cm2()protected TrigonometricMomentImmutableAngleSample. cm2()static TrigonometricMomentTrigonometricMoment. computeCentered(Collection<Angle> data, int p, Angle theta)Computes a centered moment i.e. relative to the mean value in the sample.static TrigonometricMomentTrigonometricMoment. computeUncentered(Collection<Angle> data, int p)Computes an uncentered moment i.e. from the data points not relative to any specific point.protected TrigonometricMomentAngleSample. um1()protected TrigonometricMomentImmutableAngleSample. um1()protected TrigonometricMomentAngleSample. um2()protected TrigonometricMomentImmutableAngleSample. um2()Methods in pl.poznan.put.circular.samples with parameters of type TrigonometricMoment Modifier and Type Method Description static ImmutableTrigonometricMomentImmutableTrigonometricMoment. copyOf(TrigonometricMoment instance)Creates an immutable copy of aTrigonometricMomentvalue.ImmutableTrigonometricMoment.BuilderImmutableTrigonometricMoment.Builder. from(TrigonometricMoment instance)Fill a builder with attribute values from the providedTrigonometricMomentinstance.
-