Difference between revisions of "TMeanEstimate Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
m (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|statistics}}
<noinclude>{{Manual Page|version=4.2}}</noinclude>
+
;TMeanEstimate( &lt;List of Sample Data>, <Level> )
{{command|statistics}}
+
: 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[<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>]
+
;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