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