Computes the critical value for the test statistic at the given significance level.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public double StatisticCriticalValue( double alpha ) |
| Visual Basic (Declaration) |
|---|
Public Function StatisticCriticalValue ( _ alpha As Double _ ) As Double |
| Visual C++ |
|---|
public: double StatisticCriticalValue( double alpha ) |
Parameters
- alpha
- Type: System..::.Double
A significance level.