Difference between revisions of "ZMeanTest Command"

From GeoGebra Manual
Jump to: navigation, search
m
m (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
 
Line 1: Line 1:
 
<noinclude>{{Manual Page|version=5.0}}</noinclude> {{command|statistics}}
 
<noinclude>{{Manual Page|version=5.0}}</noinclude> {{command|statistics}}
;ZMeanTest[ <List of Sample Data>, <σ>, <Hypothesized Mean>, <Tail> ]
+
;ZMeanTest( <List of Sample Data>, <σ>, <Hypothesized Mean>, <Tail> )
 
: Performs a one sample [[w:Z-test|Z test]] of a population mean using the given list of sample data and the population standard deviation.  ''Hypothesized Mean'' is the population mean assumed in the null hypothesis. ''Tail'' has possible values "<", ">" , "≠".  These specify the alternative hypothesis as follows.
 
: Performs a one sample [[w:Z-test|Z test]] of a population mean using the given list of sample data and the population standard deviation.  ''Hypothesized Mean'' is the population mean assumed in the null hypothesis. ''Tail'' has possible values "<", ">" , "≠".  These specify the alternative hypothesis as follows.
 
::  "<"  =  population mean < ''Hypothesized Mean''
 
::  "<"  =  population mean < ''Hypothesized Mean''
Line 8: Line 8:
 
: Results are returned in list form as {Probability value, Z test statistic}.
 
: Results are returned in list form as {Probability value, Z test statistic}.
  
;ZMeanTest[ <Sample Mean>, <σ>, <Sample Size>, <Hypothesized Mean>, <Tail> ]
+
;ZMeanTest( <Sample Mean>, <σ>, <Sample Size>, <Hypothesized Mean>, <Tail> )
 
: Performs a ''one sample Z test'' of a population mean using the given sample statistics and the population standard deviation. ''Hypothesized Mean'' and ''Tail'' are defined as above.   
 
: Performs a ''one sample Z test'' of a population mean using the given sample statistics and the population standard deviation. ''Hypothesized Mean'' and ''Tail'' are defined as above.   
 
:Results are returned in list form as {Probability value, Z test statistic}.
 
:Results are returned in list form as {Probability value, Z test statistic}.

Latest revision as of 16:16, 7 October 2017


ZMeanTest( <List of Sample Data>, <σ>, <Hypothesized Mean>, <Tail> )
Performs a one sample Z test of a population mean using the given list of sample data and the population standard deviation. Hypothesized Mean is the population mean assumed in the null hypothesis. Tail has possible values "<", ">" , "≠". These specify the alternative hypothesis as follows.
"<" = population mean < Hypothesized Mean
">" = population mean > Hypothesized Mean
"≠" = population mean ≠ Hypothesized Mean
Results are returned in list form as {Probability value, Z test statistic}.
ZMeanTest( <Sample Mean>, <σ>, <Sample Size>, <Hypothesized Mean>, <Tail> )
Performs a one sample Z test of a population mean using the given sample statistics and the population standard deviation. Hypothesized Mean and Tail are defined as above.
Results are returned in list form as {Probability value, Z test statistic}.
© 2024 International GeoGebra Institute