Click or drag to resize

WeightedDescriptiveStatisticsTotalWeight Property

Gets the total weight. When used with unweighted data, returns the number of samples.

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double TotalWeight { get; }

Property Value

Double
The total weight.
See Also