![]() | TriangularDistribution Class |
Namespace: CenterSpace.NMath.Core
The TriangularDistribution type exposes the following members.
Name | Description | |
---|---|---|
![]() | TriangularDistribution |
Default constructor. Constructs a TriangularDistribution with lower
limit 0, upper limit 1, and mode 0.5.
|
![]() | TriangularDistribution(Double, Double) |
Constructs a TriangularDistribution instance with the given upper
and lower limits and mode equal to their midpoint.
|
![]() | TriangularDistribution(Double, Double, Double) |
Constructs a TriangularDistribution with the given parameters.
|
Name | Description | |
---|---|---|
![]() | Kurtosis |
Gets the kurtosis, a measure of the degree of peakednesss of the
distribution.
|
![]() | LowerLimit |
Gets the lower limit of the distribution.
|
![]() | Mean |
Gets the mean of the distribution.
|
![]() | Mode |
Gets the mode of the distribution.
|
![]() | Skewness |
Gets the skewness, a measure of the degree of asymmetry of
this distribution.
|
![]() | UpperLimit |
Gets the upper limit of the distribution.
|
![]() | Variance |
Gets the variance of the distribution.
![]() The variance of the distribution is the standard deviation squared.
|
Name | Description | |
---|---|---|
![]() | CDF |
Returns the cumulative density function evaluated at a given value.
(Overrides ProbabilityDistributionCDF(Double).) |
![]() | Clone |
Creates a deep copy of this TriangularDistribution.
(Overrides ProbabilityDistributionClone.) |
![]() | InverseCDF |
Returns the inverse cumulative density function evaluated a the given value.
(Overrides ProbabilityDistributionInverseCDF(Double).) |
![]() | InverseCdfUsingBracket |
Uses a bracketing method to evaluate the inverse of cumulative
distribution functions.
(Inherited from ProbabilityDistribution.) |
![]() | InverseDiscreteCdfUsingBracket |
Uses a bracketing method to evaluate the inverse of cumulative
distribution functions for discrete distributions.
(Inherited from ProbabilityDistribution.) |
![]() | OnDeserialized |
Constructs a TriangularDistribution instance from serialization information.
|
![]() |
Returns the probability density function evaluated at a given value.
(Overrides ProbabilityDistributionPDF(Double).) | |
![]() | SetParameters |
Sets the parameter for this distribution.
|
![]() | ToString |
Returns a formatted string representation of this distribution.
(Overrides ProbabilityDistributionToString.) |