Hypothesis Test.Hypothesis Type Property
Gets or sets whether the test is one or two-tailed.
Definition
Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A HypothesisType value.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public HypothesisType HypothesisType { get; set; }
Property Value
HypothesisTypeA HypothesisType value.
Remarks
Which hypothesis are allowed depends on the particular test. For example, a OneSampleZTest can be one-tailed or two-tailed, while a ChiSquareGoodnessOfFitTest can only be one-tailed upper.