Files
lazarus-ccr/applications/fpvviewer/examples_files/mathml/standard_deviation.mathml

62 lines
1.4 KiB
Plaintext
Raw Permalink Normal View History

<!DOCTYPE math
PUBLIC "-//W3C//DTD MathML 2.0//EN"
"http://www.w3.org/TR/MathML2/dtd/mathml2.dtd">
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mrow>
<mi>&#x03c3;</mi>
<mo>=</mo>
<msqrt>
<mrow>
<mfrac>
<mrow>
<mn>1</mn>
</mrow>
<mrow>
<mi>N</mi>
</mrow>
</mfrac>
<mstyle displaystyle='true'>
<mrow>
<munderover>
<mrow>
<mo>&#x2211;</mo>
</mrow>
<mrow>
<mi>i</mi>
<mo>=</mo>
<mn>1</mn>
</mrow>
<mrow>
<mi>N</mi>
</mrow>
</munderover>
<mrow>
<msup>
<mrow>
<mo stretchy='false'>(</mo>
<msub>
<mrow>
<mi>x</mi>
</mrow>
<mrow>
<mi>i</mi>
</mrow>
</msub>
<mo>&#x2212;</mo>
<mi>&#x03bc;</mi>
<mo stretchy='false'>)</mo>
</mrow>
<mrow>
<mn>2</mn>
</mrow>
</msup>
</mrow>
</mrow>
</mstyle>
</mrow>
</msqrt>
<mo>.</mo>
</mrow>
</math>