WaldWolfowitzTestUpdate Method (Vector, Double)
             | 
          
        
         Updates test statistic using provided sample and boundary.
 
    Namespace: 
   FinMath.Statistics.HypothesisTesting
    Assembly:
   FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntaxpublic void Update(
	Vector sample,
	double boundary
)
Parameters
- sample
 - Type: FinMath.LinearAlgebraVector
Variate samples. - boundary
 - Type: SystemDouble
The value samples are compared to. 
See Also