Click or drag to resize
Accord.NET (logo)

IUnivariateDistributionTObservationMode Property

Gets the mode value for the distribution.

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

Property Value

Type: Double
The distribution's mode.
See Also