Skip to content

Commit

Permalink
Merge pull request swirldev#181 from canuzun/patch-1
Browse files Browse the repository at this point in the history
typo fixed. } was used instead of )
  • Loading branch information
seankross committed Jun 18, 2015
2 parents ae4f39f + b3fcf8c commit bc778ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Statistical_Inference/T_Confidence_Intervals/lesson
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
Output: As df increases, the t distribution gets more like a standard normal, so it's centered around 0. Also, the t assumes that the underlying data are iid Gaussian so the statistic (X' - mu)/(s/sqrt(n)) has n-1 degrees of freedom.

- Class: mult_question
Output: Quick check. In the formula t=(X' - mu}/(s/sqrt(n)), if we replaced s by sigma the statistic t would be what asymptotically?.
Output: Quick check. In the formula t=(X' - mu)/(s/sqrt(n)), if we replaced s by sigma the statistic t would be what asymptotically?.
AnswerChoices: the standard normal; the standard abnormal; the population variance; Huh?
CorrectAnswer: the standard normal
AnswerTests: omnitest(correctVal='the standard normal')
Expand Down

0 comments on commit bc778ed

Please sign in to comment.