kmath-stat
/
space.kscience.kmath.stat
/
ContinuousSamplerDistribution
jvm
Continuous
Sampler
Distribution
abstract class
ContinuousSamplerDistribution
:
Distribution
<
Double
>
Content copied to clipboard
Functions
Functions
equals
Link copied to clipboard
jvm
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
jvm
open fun
hashCode
():
Int
Content copied to clipboard
probability
Link copied to clipboard
jvm
abstract fun
probability
(arg:
Double
):
Double
Content copied to clipboard
A probability value for given argument
arg
.
sample
Link copied to clipboard
jvm
open override fun
sample
(generator:
RandomGenerator
):
BlockingRealChain
Content copied to clipboard
Create a chain of samples from this distribution.
toString
Link copied to clipboard
jvm
open fun
toString
():
String
Content copied to clipboard