Uses of Class
net.bmahe.genetics4j.core.spec.statistics.distributions.NormalDistribution
Packages that use NormalDistribution
-
Uses of NormalDistribution in net.bmahe.genetics4j.core.spec.statistics.distributions
Methods in net.bmahe.genetics4j.core.spec.statistics.distributions that return NormalDistributionModifier and TypeMethodDescriptionstatic NormalDistribution
NormalDistribution.of
(double mean, double standardDeviation) Methods in net.bmahe.genetics4j.core.spec.statistics.distributions with parameters of type NormalDistributionModifier and TypeMethodDescriptionstatic ImmutableNormalDistribution
ImmutableNormalDistribution.copyOf
(NormalDistribution instance) Creates an immutable copy of aNormalDistribution
value.ImmutableNormalDistribution.Builder.from
(NormalDistribution instance) Fill a builder with attribute values from the providedNormalDistribution
instance.