Package space.kscience.kmath.distributions
Types
Distribution
Link copied to clipboard
DistributionBuilder
Link copied to clipboard
FactorizedDistribution
Link copied to clipboard
class FactorizedDistribution<T>(distributions: Collection<NamedDistribution<T>>) : NamedDistribution<T>
Content copied to clipboard
NamedDistribution
Link copied to clipboard
NamedDistributionWrapper
Link copied to clipboard
class NamedDistributionWrapper<T : Any>(name: String, distribution: Distribution<T>) : NamedDistribution<T>
Content copied to clipboard
NormalDistribution
Link copied to clipboard
class NormalDistribution(sampler: GaussianSampler) : UnivariateDistribution<Double>
Content copied to clipboard
Implements UnivariateDistribution for the normal (gaussian) distribution.
UnivariateDistribution
Link copied to clipboard
Functions
integral
Link copied to clipboard
fun <T : Comparable<T>> UnivariateDistribution<T>.integral(from: T, to: T): Double
Content copied to clipboard