Uses of Interface
io.github.ai4ci.util.EmpiricalDistribution
Packages that use EmpiricalDistribution
-
Uses of EmpiricalDistribution in io.github.ai4ci.config.setup
Methods in io.github.ai4ci.config.setup that return EmpiricalDistributionModifier and TypeMethodDescriptionAgeStratifiedNetworkConfiguration.getAgeDistribution()
PartialAgeStratifiedNetworkConfiguration.getAgeDistribution()
Methods in io.github.ai4ci.config.setup with parameters of type EmpiricalDistributionModifier and TypeMethodDescriptionImmutableAgeStratifiedNetworkConfiguration.Builder.setAgeDistribution
(EmpiricalDistribution ageDistribution) Initializes the value for theageDistribution
attribute.PartialAgeStratifiedNetworkConfiguration.Builder.setAgeDistribution
(EmpiricalDistribution ageDistribution) Initializes the value for theageDistribution
attribute.ImmutableAgeStratifiedNetworkConfiguration.withAgeDistribution
(EmpiricalDistribution value) Copy the current immutable object by setting a value for theageDistribution
attribute.PartialAgeStratifiedNetworkConfiguration.withAgeDistribution
(EmpiricalDistribution value) Copy the current immutable object by setting a value for theageDistribution
attribute. -
Uses of EmpiricalDistribution in io.github.ai4ci.util
Classes in io.github.ai4ci.util that implement EmpiricalDistributionMethods in io.github.ai4ci.util that return EmpiricalDistributionModifier and TypeMethodDescriptionImmutableResampledDistribution.getInterpolation()
default EmpiricalDistribution
ResampledDistribution.getInterpolation()
Methods in io.github.ai4ci.util with parameters of type EmpiricalDistributionModifier and TypeMethodDescriptionImmutableEmpiricalDistribution.copyOf
(EmpiricalDistribution instance) Creates an immutable copy of aEmpiricalDistribution
value.ImmutableEmpiricalDistribution.Builder.from
(EmpiricalDistribution instance) Fill a builder with attribute values from the providedEmpiricalDistribution
instance.default EmpiricalFunction
EmpiricalFunction.normalise
(EmpiricalDistribution input)