Package io.github.ai4ci.util
Interface TransformedDistribution
- All Superinterfaces:
Abstraction.Distribution
- All Known Implementing Classes:
ImmutableTransformedDistribution
-
Field Summary
Fields inherited from interface io.github.ai4ci.abm.mechanics.Abstraction.Distribution
DX, PRECISION
-
Method Summary
Modifier and TypeMethodDescriptiondefault double
default double
getCumulative
(double x) getLink()
default double
default double
Methods inherited from interface io.github.ai4ci.abm.mechanics.Abstraction.Distribution
combine, getDensity, sample, transform, transform, transform
-
Method Details
-
getCumulative
default double getCumulative(double x) - Specified by:
getCumulative
in interfaceAbstraction.Distribution
-
getMedian
default double getMedian()- Specified by:
getMedian
in interfaceAbstraction.Distribution
-
sample
- Specified by:
sample
in interfaceAbstraction.Distribution
-
getBaseDistribution
Abstraction.Distribution getBaseDistribution() -
getLink
DoubleUnaryOperator getLink() -
getInverseLink
DoubleUnaryOperator getInverseLink() -
getCentral
default double getCentral()- Specified by:
getCentral
in interfaceAbstraction.Distribution
-