Uses of Class
io.github.ai4ci.util.ImmutableTransformedDistribution
Packages that use ImmutableTransformedDistribution
-
Uses of ImmutableTransformedDistribution in io.github.ai4ci.util
Methods in io.github.ai4ci.util that return ImmutableTransformedDistributionModifier and TypeMethodDescriptionImmutableTransformedDistribution.Builder.build()
Builds a newImmutableTransformedDistribution
.ImmutableTransformedDistribution.copyOf
(TransformedDistribution instance) Creates an immutable copy of aTransformedDistribution
value.ImmutableTransformedDistribution.withBaseDistribution
(Abstraction.Distribution value) Copy the current immutable object by setting a value for thebaseDistribution
attribute.ImmutableTransformedDistribution.withInverseLink
(DoubleUnaryOperator value) Copy the current immutable object by setting a value for theinverseLink
attribute.ImmutableTransformedDistribution.withLink
(DoubleUnaryOperator value) Copy the current immutable object by setting a value for thelink
attribute.