Gets the lower critical value for the hypothesis test's current significance level.
Namespace:
Extreme.Statistics.Tests
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public double GetLowerCriticalValue()
Public Function GetLowerCriticalValue As Double
public:
double GetLowerCriticalValue()
member GetLowerCriticalValue : unit -> float
Return Value
Type:
DoubleThe lower critical value of the test statistic for the current significance level.
The lower critical value is the smallest value of the test Statistic
for which the null hypothesis is not rejected.
This method is only available for tests with HypothesisTypeTwoTailed and OneTailedLower.
Reference