|
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; }
Public Property Frequencies As Double()
Get
Set
Request Example
View SourceProperty Value
Type:
DoubleSee Also