Uses of Class
io.github.ai4ci.util.ImmutableSimpleDistribution
Packages that use ImmutableSimpleDistribution
-
Uses of ImmutableSimpleDistribution in io.github.ai4ci.util
Methods in io.github.ai4ci.util that return ImmutableSimpleDistributionModifier and TypeMethodDescriptionImmutableSimpleDistribution.Builder.build()
Builds a newImmutableSimpleDistribution
.static ImmutableSimpleDistribution
ImmutableSimpleDistribution.copyOf
(SimpleDistribution instance) Creates an immutable copy of aSimpleDistribution
value.ImmutableSimpleDistribution.withCentral
(double value) Copy the current immutable object by setting a value for thecentral
attribute.ImmutableSimpleDistribution.withDispersion
(Double value) Copy the current immutable object by setting a value for thedispersion
attribute.ImmutableSimpleDistribution.withType
(SimpleDistribution.Type value) Copy the current immutable object by setting a value for thetype
attribute.