FlignerKilleenTest.FractionToTrim Property

Gets or sets the fraction of the data to trim from each end of the sample when the trimmed mean is set as the LocationMeasure.

Definition

Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.7
C#
public double FractionToTrim { get; set; }

Property Value

Double

Exceptions

ArgumentOutOfRangeException

The value is less than zero or greater than 0.5.

See Also