Uses of Class
io.github.ai4ci.util.ImmutableEmpiricalDistribution
Packages that use ImmutableEmpiricalDistribution
-
Uses of ImmutableEmpiricalDistribution in io.github.ai4ci.config.setup
Methods in io.github.ai4ci.config.setup that return ImmutableEmpiricalDistributionModifier and TypeMethodDescriptionImmutableAgeStratifiedNetworkConfiguration.getAgeDistribution()
-
Uses of ImmutableEmpiricalDistribution in io.github.ai4ci.util
Methods in io.github.ai4ci.util that return ImmutableEmpiricalDistributionModifier and TypeMethodDescriptionImmutableEmpiricalDistribution.Builder.build()
Builds a newImmutableEmpiricalDistribution
.ImmutableEmpiricalDistribution.copyOf
(EmpiricalDistribution instance) Creates an immutable copy of aEmpiricalDistribution
value.EmpiricalDistribution.fromData
(double... tmp) ImmutableEmpiricalDistribution.withCumulativeProbability
(double... elements) Copy the current immutable object with elements that replace the content ofcumulativeProbability
.ImmutableEmpiricalDistribution.withMaximum
(double value) Copy the current immutable object by setting a value for themaximum
attribute.ImmutableEmpiricalDistribution.withMinimum
(double value) Copy the current immutable object by setting a value for theminimum
attribute.ImmutableEmpiricalDistribution.withX
(double... elements) Copy the current immutable object with elements that replace the content ofx
.