one_sample_t_test
Compare a sample's mean to a hypothesized value (mu0). Returns the t-statistic, p-value, confidence interval, and assumption warnings to determine if the difference is statistically significant.
Instructions
Test whether a sample's mean differs from a hypothesized value mu0. Returns the t-statistic, degrees of freedom, two-tailed p-value, a confidence interval for the mean, and any assumption warnings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mu0 | Yes | ||
| data | Yes | ||
| alpha | No |