|
| override double | ProbabilityDensity (double x) |
| | Returns the probability density at the given point. More...
|
| |
| virtual double | LeftProbability (double x) |
| | Returns the cumulative probability to the left of (below) the given point. More...
|
| |
| virtual double | RightProbability (double x) |
| | Return the cumulative probability to the right of (above) the given point. More...
|
| |
| virtual double | InverseLeftProbability (double P) |
| | Returns the point at which the cumulative distribution function attains a given value. More...
|
| |
| virtual double | InverseRightProbability (double Q) |
| | Returns the point at which the right probability function attains the given value. More...
|
| |
| override double | Moment (int r) |
| | Computes a raw moment of the distribution. - Parameters
-
| r | The order of the moment to compute. |
- Returns
- The rth raw moment of the distribution.
- See also
- Moment
More...
|
| |
| override double | MomentAboutMean (int r) |
| | Computes a central moment of the distribution. - Parameters
-
| r | The order of the moment to compute. |
- Returns
- The rth central moment of the distribution.
- See also
- Moment
More...
|
| |
| virtual double | ExpectationValue (Func< double, double > f) |
| | Computes the expectation value of the given function. More...
|
| |
| virtual double | GetRandomValue (Random rng) |
| | Returns a random value. More...
|
| |
| virtual double | Cumulant (int r) |
| | Computes a cumulant of the distribution. More...
|
| |
| override double Test.TestDistribution.ProbabilityDensity |
( |
double |
x | ) |
|
|
inlinevirtual |
Returns the probability density at the given point.
- Parameters
-
- Returns
- The probability density p(x).
The probability density function (PDF) gives the relative probability of obtaining different values.
Implements Meta.Numerics.Statistics.Distributions.Distribution.
| override Interval Test.TestDistribution.Support |
|
get |
The documentation for this class was generated from the following file: