Difference between revisions of "TMeanEstimate Command"

From GeoGebra Manual
Jump to: navigation, search
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}}
;TMeanEstimate[ &lt;List of Sample Data>, <Level> ]
+
;TMeanEstimate( &lt;List of Sample Data>, <Level> )
 
: Calculates a t confidence interval estimate of a population mean using the given sample data and confidence level. Results are returned in list form as ''{lower confidence limit, upper confidence limit}''.
 
: Calculates a t confidence interval estimate of a population mean using the given sample data and confidence level. Results are returned in list form as ''{lower confidence limit, upper confidence limit}''.
  
;TMeanEstimate[ <Sample Mean>, <Sample Standard Deviation>, <Sample Size>, <Level> ]
+
;TMeanEstimate( <Sample Mean>, <Sample Standard Deviation>, <Sample Size>, <Level> )
 
: Calculates a t confidence interval estimate of a population mean using the given sample statistics and confidence level. Results are returned in list form as ''{lower confidence limit, upper confidence limit}''.
 
: Calculates a t confidence interval estimate of a population mean using the given sample statistics and confidence level. Results are returned in list form as ''{lower confidence limit, upper confidence limit}''.

Latest revision as of 17:16, 7 October 2017


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