|  | GoodnessOfFitParameterTStatistic Method | 
            Returns the t-statistic for the null hypothesis that this parameter is equal to
            the given test value.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic double TStatistic(
	double b
)
Public Function TStatistic ( 
	b As Double
) As Double
public:
double TStatistic(
	double b
)
member TStatistic : 
        b : float -> float Parameters
- b  Double
- A test value.
Return Value
DoubleThe t-statistic.
 See Also
See Also