Uses of Class
net.bmahe.genetics4j.core.spec.statistics.distributions.ImmutableNormalDistribution
-
Uses of ImmutableNormalDistribution in net.bmahe.genetics4j.core.spec.statistics.distributions
Modifier and TypeMethodDescriptionImmutableNormalDistribution.Builder.build()
Builds a newImmutableNormalDistribution
.static ImmutableNormalDistribution
ImmutableNormalDistribution.copyOf
(NormalDistribution instance) Creates an immutable copy of aNormalDistribution
value.static ImmutableNormalDistribution
ImmutableNormalDistribution.of
(double mean, double standardDeviation) Construct a new immutableNormalDistribution
instance.ImmutableNormalDistribution.withMean
(double value) Copy the current immutable object by setting a value for themean
attribute.ImmutableNormalDistribution.withStandardDeviation
(double value) Copy the current immutable object by setting a value for thestandardDeviation
attribute.Modifier and TypeMethodDescriptionprivate boolean
ImmutableNormalDistribution.equalTo
(int synthetic, ImmutableNormalDistribution another)