| Package | Description |
|---|---|
| smile.stat.distribution |
Probability distributions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BetaDistribution
The beta distribution is defined on the interval [0, 1] parameterized by
two positive shape parameters, typically denoted by α and β.
|
class |
ChiSquareDistribution
Chi-square (or chi-squared) distribution with k degrees of freedom is the
distribution of a sum of the squares of k independent standard normal
random variables.
|
class |
ExponentialDistribution
An exponential distribution describes the times between events in a Poisson
process, in which events occur continuously and independently at a constant
average rate.
|
class |
GammaDistribution
The Gamma distribution is a continuous probability distributions with
a scale parameter θ and a shape parameter k.
|
class |
GaussianDistribution
The normal distribution or Gaussian distribution is a continuous probability
distribution that describes data that clusters around a mean.
|
Copyright © 2015. All rights reserved.