Rev 539 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 539 | Rev 6515 | ||
---|---|---|---|
Line 22... | Line 22... | ||
22 | $res2 |
22 | $res2 |
23 | 23 | ||
24 | !exit |
24 | !exit |
25 | 25 | ||
26 | :output |
26 | :output |
27 | < |
27 | <div class="wimscenter"> |
28 | Standard deviation = |
28 | Standard deviation = |
29 | !htmlmath $res2 |
29 | !htmlmath $res2 |
30 | <br> |
30 | <br /> |
31 | Standard deviation of sampling = |
31 | Standard deviation of sampling = |
32 | !htmlmath $res1 |
32 | !htmlmath $res1 |
33 | </ |
33 | </div> |
34 | Data: $cnt numbers { $formula } |
34 | Data: $cnt numbers { $formula } |
35 | <p> |
35 | <p> |
36 | The <em>standard deviation</em> (resp. <em>standard deviation of |
36 | The <em>standard deviation</em> (resp. <em>standard deviation of |
37 | sampling</em>) |
37 | sampling</em>) of |
38 |
|
38 | \(\{x_1, x_2, ..., x_n\}\) |
39 |
|
39 | is equal to |
40 | !set ins_align=middle |
40 | !set ins_align=middle |
41 |
|
41 | !insmath \sqrt{{1\over n}\sum_{i=1}^n (x_i-\overline{x})^2} |
42 | (resp. |
42 | (resp. |
43 |
|
43 | !insmath \sqrt{{1\over n-1}\sum_{i=1}^n (x_i-\overline{x})^2} |
44 | ), where |
44 | ), where |
45 | !set ins_align=bottom |
45 | !set ins_align=bottom |
46 |
|
46 | !insmath \overline{x} |
47 | is the <em>arithmetic mean</em> of the data. |
47 | is the <em>arithmetic mean</em> of the data. |
48 | 48 | </p> |
|
49 | !exit |
49 | !exit |
50 | 50 |