Click or drag to resize
Accord.NET (logo)

TriangularDistribution Properties

The TriangularDistribution type exposes the following members.

Properties
  NameDescription
Public propertyEntropy
Gets the entropy for this distribution, defined as 0.5 + log((max-min)/2)).
(Overrides UnivariateContinuousDistributionEntropy.)
Public propertyMax
Gets the triangular parameter B (the maximum value).
Public propertyMean
Gets the mean for this distribution, defined as (a + b + c) / 3.
(Overrides UnivariateContinuousDistributionMean.)
Public propertyMedian
Gets the median for this distribution.
(Overrides UnivariateContinuousDistributionMedian.)
Public propertyMin
Gets the triangular parameter A (the minimum value).
Public propertyMode
Gets the mode for this distribution, also known as the triangular's c.
(Overrides UnivariateContinuousDistributionMode.)
Public propertyQuartiles
Gets the Quartiles for this distribution.
(Inherited from UnivariateContinuousDistribution.)
Public propertyStandardDeviation
Gets the Standard Deviation (the square root of the variance) for the current distribution.
(Inherited from UnivariateContinuousDistribution.)
Public propertySupport
Gets the distribution support, defined as (Min, Max).
(Overrides UnivariateContinuousDistributionSupport.)
Public propertyVariance
Gets the variance for this distribution, defined as (a² + b² + c² - ab - ac - bc) / 18.
(Overrides UnivariateContinuousDistributionVariance.)
Top
See Also