Description
Returns the statistical test value (e.g. the chi-square statistic, Anderson-Darling statistic, etc.) associated with a fit.
Syntax
object.TestValue(whichStatistic As BDKFitStatistic)
Arguments
whichStatistics (Required BDKFitStatistic) – which test to return the critical value for. The options are:
Return Value
(Double) – the fit statistic.
Example
testValue = fitResultObj.TestValue(BDKChiSqStatistic)