kmath-stat
/
space.kscience.kmath.distributions
/
NamedDistribution
common
Named
Distribution
interface
NamedDistribution
<
T
> :
Distribution
<
Map
<
String
,
T
>>
Content copied to clipboard
A multivariate distribution which takes a map of parameters
Functions
Inheritors
Functions
probability
Link copied to clipboard
common
abstract fun
probability
(arg:
Map
<
String
,
T
>):
Double
Content copied to clipboard
A probability value for given argument
arg
.
sample
Link copied to clipboard
common
abstract override fun
sample
(generator:
RandomGenerator
):
Chain
<
Map
<
String
,
T
>>
Content copied to clipboard
Generates a chain of samples.
Inheritors
FactorizedDistribution
Link copied to clipboard
NamedDistributionWrapper
Link copied to clipboard