Uses of Class
net.bmahe.genetics4j.core.spec.statistics.distributions.ImmutableNormalDistribution
Packages that use ImmutableNormalDistribution
-
Uses of ImmutableNormalDistribution in net.bmahe.genetics4j.core.spec.statistics.distributions
Methods in net.bmahe.genetics4j.core.spec.statistics.distributions that return ImmutableNormalDistributionModifier 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.Methods in net.bmahe.genetics4j.core.spec.statistics.distributions with parameters of type ImmutableNormalDistributionModifier and TypeMethodDescriptionprivate boolean
ImmutableNormalDistribution.equalTo
(int synthetic, ImmutableNormalDistribution another)