Subversion Repositories wimsdev

Rev

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
<center>
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
</center> <p>
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
of {<i>x</i><sub>1</sub>,
38
\(\{x_1, x_2, ..., x_n\}\) 
39
<i>x</i><sub>2</sub>, ..., <i>x<sub>n</sub></i>} is equal to
39
is equal to
40
!set ins_align=middle
40
!set ins_align=middle
41
!instex $$$$ \sqrt{{1\over n}\sum_{i=1}^n (x_i-\overline x)^2} $$$$
41
!insmath \sqrt{{1\over n}\sum_{i=1}^n (x_i-\overline{x})^2}
42
 (resp.
42
 (resp.
43
!instex $$$$ \sqrt{{1\over n-1}\sum_{i=1}^n (x_i-\overline x)^2} $$$$
43
!insmath \sqrt{{1\over n-1}\sum_{i=1}^n (x_i-\overline{x})^2}
44
&nbsp;), where
44
&nbsp;), where
45
!set ins_align=bottom
45
!set ins_align=bottom
46
!instex $$ \overline x $$
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