Click or drag to resize
Accord.NET (logo)

GeneralDiscreteDistributionFrequencies Property

Gets the probabilities associated with each discrete variable value. Note: if the frequencies in this property are manually changed, the rest of the class properties (Mode, Mean, ...) will not be automatically updated to reflect the actual inserted values.

Namespace:  Accord.Statistics.Distributions.Univariate
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double[] Frequencies { get; set; }
Request Example View Source

Property Value

Type: Double
See Also