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