hypothesis_test_ttest
Perform a one-sample t-test to determine if your sample mean differs from a hypothesized population mean, using a specified significance level.
Instructions
Perform one-sample t-test.
Args: sample_data: Sample data for testing population_mean: Hypothesized population mean alpha: Significance level
Returns: Dictionary with test results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alpha | No | ||
| sample_data | Yes | ||
| population_mean | Yes |