Difference between revisions of "ZMeanEstimate Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>  
+
<noinclude>{{Manual Page|version=5.0}}</noinclude> {{command|statistics}}
{{command|statistics}}
+
;ZMeanEstimate( &lt;List of Sample Data>, <σ>, <Level> )
;ZMeanEstimate[ <List of Sample Data>, <σ>, <Level> ]
 
 
: Calculates a Z confidence interval estimate of a population mean using the given sample data, the population standard deviation and confidence ''Level''.  
 
: Calculates a Z confidence interval estimate of a population mean using the given sample data, the population standard deviation and confidence ''Level''.  
 
:Results are returned in list form as {lower confidence limit,  upper confidence limit}.
 
:Results are returned in list form as {lower confidence limit,  upper confidence limit}.
  
;ZMeanEstimate[ <Sample Mean>, <σ>, <Sample Size>, <Level> ]
+
;ZMeanEstimate( &lt;Sample Mean>, <σ>, <Sample Size>, <Level> )
 
: Calculates a Z confidence interval estimate of a population mean using the given sample statistics, the population standard deviation and confidence level.  
 
: Calculates a Z confidence interval estimate of a population mean using the given sample statistics, the population standard deviation and confidence level.  
 
:Results are returned in list form as {lower confidence limit,  upper confidence limit}.
 
:Results are returned in list form as {lower confidence limit,  upper confidence limit}.

Latest revision as of 17:17, 7 October 2017


ZMeanEstimate( <List of Sample Data>, <σ>, <Level> )
Calculates a Z confidence interval estimate of a population mean using the given sample data, the population standard deviation and confidence Level.
Results are returned in list form as {lower confidence limit, upper confidence limit}.
ZMeanEstimate( <Sample Mean>, <σ>, <Sample Size>, <Level> )
Calculates a Z confidence interval estimate of a population mean using the given sample statistics, the population standard deviation and confidence level.
Results are returned in list form as {lower confidence limit, upper confidence limit}.
© 2024 International GeoGebra Institute