Returns the t-statistic for the null hypothesis that this parameter is equal to
the given test value.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public double TStatistic( double b ) |
| Visual Basic (Declaration) |
|---|
Public Function TStatistic ( _ b As Double _ ) As Double |
| Visual C++ |
|---|
public: double TStatistic( double b ) |
Parameters
- b
- Type: System..::.Double
A test value.