Click or drag to resize
Accord.NET (logo)

EmpiricalDistributionWeights Property

Gets the fractional weights associated with each sample. Note that changing values on this array will not result int any effect in this distribution. The distribution must be computed from scratch with new values in case new weights needs to be used.

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

Property Value

Type: Double
See Also