TwoSampleTTest.Mean1 Property

Gets or sets the mean of the first sample.

Definition

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

Property Value

Double
The mean of the first sample.

Remarks

This property can only be set if Sample1 is null. The mean must be greater than or equal to zero.

Exceptions

See Also