OneSampleTTest.Mean Property

Gets or sets the mean value to compare to.

Definition

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

Property Value

Double
The mean value to compare to.

See Also