kmath-stat
/
space.kscience.kmath.distributions
/
NamedDistributionWrapper
common
Named
Distribution
Wrapper
class
NamedDistributionWrapper
<
T
:
Any
>(name:
String
, distribution:
Distribution
<
T
>) :
NamedDistribution
<
T
>
Content copied to clipboard
Functions
Properties
Functions
probability
Link copied to clipboard
common
open override fun
probability
(arg:
Map
<
String
,
T
>):
Double
Content copied to clipboard
A probability value for given argument
arg
.
sample
Link copied to clipboard
common
open override fun
sample
(generator:
RandomGenerator
):
Chain
<
Map
<
String
,
T
>>
Content copied to clipboard
Generates a chain of samples.
Properties
distribution
Link copied to clipboard
common
val
distribution
:
Distribution
<
T
>
Content copied to clipboard
name
Link copied to clipboard
common
val
name
:
String
Content copied to clipboard