Difference between revisions of "ZMean2Test Command"

From GeoGebra Manual
Jump to: navigation, search
(Created page with "<noinclude>{{Manual Page|version=4.2}}</noinclude>{{betamanual|version=4.2}} {{command|statistics}} ;ZMean2Test[ <List of Sample Data 1>, <Population Standard Deviation σ1>, ...")
 
m (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
 
(7 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>{{betamanual|version=4.2}}
+
<noinclude>{{Manual Page|version=5}}</noinclude> {{command|statistics}}
{{command|statistics}}
+
;ZMean2Test( <List of Sample Data 1>, <σ1>, <List of Sample Data 2>, <σ2>, <Tail> )
;ZMean2Test[ <List of Sample Data 1>, <Population Standard Deviation σ1>, <List of Sample Data 2>, <Population Standard Deviation σ2>, <Tail> ]
+
:Performs a [[w:Z-test|Z test]] of the difference between two population means using the given lists of sample data and the population standard deviations.  Tail has possible values "<", ">" , "≠" that determine the following alternative hypotheses:
:Performs a Z test of the difference between two population means using the given lists of sample data and the population standard deviations.  Tail has possible values "<", ">" , "≠" that determine the following alternative hypotheses:
 
 
:: "<" = difference in population means < 0
 
:: "<" = difference in population means < 0
 
:: ">" = difference in population means > 0
 
:: ">" = difference in population means > 0
 
:: "≠" = difference in population means ≠ 0
 
:: "≠" = difference in population means ≠ 0
  
Results are returned in list form as {P value, Z test statistic}.
+
Results are returned in list form as {Probability value, Z test statistic}.
  
;ZMean2Test[ <Sample Mean 1 >, <Population Standard Deviation σ1>, <Sample Size 1>, <Sample Mean 2 >, <Population Standard Deviation σ2 >, <Sample Size 2>, <Tail> ]
+
;ZMean2Test( <Sample Mean 1 >, <σ1>, <Sample Size 1>, <Sample Mean 2 >, <σ2>, <Sample Size 2>, <Tail> )
:Performs a T test of the difference between two population means using the given sample statistics and population standard deviations.  ''Tail'' is defined as above.
+
:Performs a Z test of the difference between two population means using the given sample statistics and population standard deviations.  ''Tail'' is defined as above.

Latest revision as of 17:17, 7 October 2017


ZMean2Test( <List of Sample Data 1>, <σ1>, <List of Sample Data 2>, <σ2>, <Tail> )
Performs a Z test of the difference between two population means using the given lists of sample data and the population standard deviations. Tail has possible values "<", ">" , "≠" that determine the following alternative hypotheses:
"<" = difference in population means < 0
">" = difference in population means > 0
"≠" = difference in population means ≠ 0

Results are returned in list form as {Probability value, Z test statistic}.

ZMean2Test( <Sample Mean 1 >, <σ1>, <Sample Size 1>, <Sample Mean 2 >, <σ2>, <Sample Size 2>, <Tail> )
Performs a Z test of the difference between two population means using the given sample statistics and population standard deviations. Tail is defined as above.
© 2024 International GeoGebra Institute