![]() |
TriangularDistribution Properties |
The TriangularDistribution type exposes the following members.
Name | Description | |
---|---|---|
![]() | Entropy |
Gets the entropy for this distribution,
defined as 0.5 + log((max-min)/2)).
(Overrides UnivariateContinuousDistributionEntropy.) |
![]() | Max |
Gets the triangular parameter B (the maximum value).
|
![]() | Mean |
Gets the mean for this distribution,
defined as (a + b + c) / 3.
(Overrides UnivariateContinuousDistributionMean.) |
![]() | Median |
Gets the median for this distribution.
(Overrides UnivariateContinuousDistributionMedian.) |
![]() | Min |
Gets the triangular parameter A (the minimum value).
|
![]() | Mode |
Gets the mode for this distribution,
also known as the triangular's c.
(Overrides UnivariateContinuousDistributionMode.) |
![]() | Quartiles |
Gets the Quartiles for this distribution.
(Inherited from UnivariateContinuousDistribution.) |
![]() | StandardDeviation |
Gets the Standard Deviation (the square root of
the variance) for the current distribution.
(Inherited from UnivariateContinuousDistribution.) |
![]() | Support | (Overrides UnivariateContinuousDistributionSupport.) |
![]() | Variance |
Gets the variance for this distribution, defined
as (a² + b² + c² - ab - ac - bc) / 18.
(Overrides UnivariateContinuousDistributionVariance.) |