Class | Description |
---|---|
Beta | |
Cauchy | |
ChiSquared | |
ContinuousDistribution |
The ContinuousDistribution represents the contract for a continuous in one
dimension.
Many of the functions of a Continuous Distribution are implemented by default using numerical calculation and integration. |
Distribution |
Base distribution class for distributions that have only one input.
|
DistributionSearch |
Provides methods for selecting the distribution that best fits a given data set.
|
Exponential | |
FisherSendor |
Also known as the F distribution.
|
Gamma | |
Kolmogorov | |
Laplace | |
Levy |
Implementation of the
Levy
ContinuousDistribution
|
Logistic | |
LogNormal | |
LogUniform |
The Log Uniform distribution is such that if X is the distribution, then Y =
log(X) is uniformly distributed.
|
MaxwellBoltzmann | |
Normal | |
Pareto | |
Rayleigh | |
StudentT | |
TruncatedDistribution |
This distribution truncates a given continuous distribution only be valid for
values in the range (min, max].
|
Uniform | |
Weibull |
Copyright © 2017. All rights reserved.