TMeanEstimate Command
- TMeanEstimate( <List of Sample Data>, <Confidence 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>, <Confidence 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}.