Changes

Jump to navigation Jump to search
1 byte removed ,  21:30, 26 January 2018
Line 12: Line 12:  
*This  function returns the probability that the supplied hypothesized sample mean is greater than the mean of the supplied data values.
 
*This  function returns the probability that the supplied hypothesized sample mean is greater than the mean of the supplied data values.
 
*The test statistic should follow a normal distribution.  
 
*The test statistic should follow a normal distribution.  
*ZTEST is calculated when sigma is not omitted and x=μ0 : <math>ZTEST(ar,\mu_0,sigma)=1-NORMSDIST((\bar{x}-μ0)/\frac{sigma}{\sqrt{n}})</math>.
+
*ZTEST is calculated when sigma is not omitted and x=μ0 : <math>ZTEST(ar,\mu_0,sigma)= 1-NORMDIST(\bar{x}-\mu_0)/\frac{sigma}{\sqrt{n}}</math>
 
*ZTEST is calculated when sigma is omitted and x=μ0:
 
*ZTEST is calculated when sigma is omitted and x=μ0:
 
<math> ZTEST(ar,μ0)=1-NORMSDIST((\bar{x}-μ0)/\frac{s}{\sqrt{n}})</math>
 
<math> ZTEST(ar,μ0)=1-NORMSDIST((\bar{x}-μ0)/\frac{s}{\sqrt{n}})</math>
writer
6,694

edits

Navigation menu