  | PearsonsChiSquareTestUpdate(Double) Method | 
            Update the test with an externally derived chi-square statistic.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic void Update(
	double chiSquareStatistic
)
Public Sub Update ( 
	chiSquareStatistic As Double
)
public:
void Update(
	double chiSquareStatistic
)
member Update : 
        chiSquareStatistic : float -> unit Parameters
- chiSquareStatistic  Double
 - chi-square statistic
 
See Also