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.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.equalsByValue
(ImmutableNormalDistribution another)