Click or drag to resize
Accord.NET (logo)

ExponentialDistribution Properties

The ExponentialDistribution type exposes the following members.

Properties
  NameDescription
Public propertyEntropy
Gets the entropy for this distribution.
(Overrides UnivariateContinuousDistribution.Entropy.)
Public propertyMean
Gets the mean for this distribution.
(Overrides UnivariateContinuousDistribution.Mean.)
Public propertyMedian
Gets the median for this distribution.
(Overrides UnivariateContinuousDistribution.Median.)
Public propertyMode
Gets the mode for this distribution.
(Overrides UnivariateContinuousDistribution.Mode.)
Public propertyQuartiles
Gets the Quartiles for this distribution.
(Inherited from UnivariateContinuousDistribution.)
Public propertyRate
Gets the distribution's rate parameter lambda (λ).
Public propertyStandardDeviation
Gets the Standard Deviation (the square root of the variance) for the current distribution.
(Inherited from UnivariateContinuousDistribution.)
Public propertySupport
Gets the support interval for this distribution.
(Overrides UnivariateContinuousDistribution.Support.)
Public propertyVariance
Gets the variance for this distribution.
(Overrides UnivariateContinuousDistribution.Variance.)
Top
See Also