|  | OneSampleZTestUpdate(Double, Int32) Method | 
            Updates the test statistic with new sample parameters.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
 Syntax
Syntaxpublic void Update(
	double xbar,
	int n
)
Public Sub Update ( 
	xbar As Double,
	n As Integer
)
public:
void Update(
	double xbar, 
	int n
)
member Update : 
        xbar : float * 
        n : int -> unit Parameters
- xbar  Double
- The sample mean.
- n  Int32
- The sample size.
 Remarks
Remarks
            Population parameters are not changed.
            
 See Also
See Also