Click or drag to resize
Accord.NET (logo)

IUnivariateDistributionTObservationMean Property

Gets the mean value for the distribution.

Namespace:  Accord.Statistics.Distributions
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
double Mean { get; }
Request Example View Source

Property Value

Type: Double
The distribution's mean.
See Also