TMeanEstimate Command

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}.