Partl: Describe the following code (give the meaning of each row) From scipy import stats Sample_A = [66.1, 69.8,67.7,69
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Partl: Describe the following code (give the meaning of each row) From scipy import stats Sample_A = [66.1, 69.8,67.7,69
Partl: Describe the following code (give the meaning of each row) From scipy import stats Sample_A = [66.1, 69.8,67.7,69.6,71.1] t_result-stats.ttest_lsamp(Sample_A, number to compare to) print(t_result) alpha=0.05 < if (t_result[1] <alpha) print("sample mean is different from given value") else: print("sample mean and the given value are equal") Part2: Suggest an example using the previous code
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!