Rev 2071 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2071 | Rev 6515 | ||
---|---|---|---|
Line 25... | Line 25... | ||
25 | 25 | ||
26 | !exit |
26 | !exit |
27 | 27 | ||
28 | :output |
28 | :output |
29 | 29 | ||
30 | < |
30 | <p class="wimscenter"> |
31 | Median = |
31 | Median = |
32 | !htmlmath $result |
32 | !htmlmath $result |
33 | </ |
33 | </p> |
34 | Data: $cnt numbers { $formula } |
34 | Data: $cnt numbers { $formula } |
35 | <p> |
35 | <p> |
36 | The <em>median</em> of sorted data |
36 | The <em>median</em> of sorted data |
37 |
|
37 | \(\{x_1, x_2, ..., x_n\}\) |
- | 38 | is equal to |
|
38 | !set ins_align=middle |
39 | !set ins_align=middle |
39 |
|
40 | !insmath \frac{x_{n/2}+x_{n/2+1}}{2} |
40 | when |
41 | when \(n\) is even, or to \(x_{\frac{n+1}{2}}\) |
41 | when |
42 | when \(n\) is odd. |
42 | 43 | </p> |
|
43 | !exit |
44 | !exit |
44 | - |