<standardDeviation>
<standardDeviation>
is a Math Operator
component that renders the standard deviation of a list of enclosed data values according to the equation:
In this equation,
represents the mean of the sample and the number of data points. By default, the sample
standard deviation is calculated. If instead, the population
attribute is specified as “true”, the
equation becomes:
Attributes and Properties
Attribute | Type | Values |
---|---|---|
anchor = "…" | point | |
createIntervals = "…" | boolean | "true" "false" |
createVectors = "…" | boolean | "true" "false" |
displayBlanks = "…" | boolean | "true" "false" |
displayDecimals = "…" | integer | |
displayDigits = "…" | integer | |
displaySmallAsZero = "…" | number | |
draggable = "…" | boolean | "true" "false" |
expand = "…" | boolean | "true" "false" |
forceNumeric = "…" | boolean | "true" "false" |
forceSymbolic = "…" | boolean | "true" "false" |
format = "…" | text | "text" "latex" |
functionSymbols = "…" | textList | |
layer = "…" | number | |
padZeros = "…" | boolean | "true" "false" |
parseScientificNotation = "…" | boolean | "true" "false" |
population = "…" | boolean | "true" "false" |
positionFromAnchor = "…" | text | "upperright" "upperleft" "lowerright" "lowerleft" "top" "bottom" "left" "right" "center" |
referencesAreFunctionSymbols = "…" | ||
renderMode = "…" | text | |
simplify = "…" | text | "none" "full" "numbers" "numberspreserveorder" |
splitSymbols = "…" | boolean | "true" "false" |
unordered = "…" | boolean | "true" "false" |
Property | Type |
---|---|
$s.anchor | point |
$s.backgroundColor | text |
$s.createIntervals | boolean |
$s.createVectors | boolean |
$s.disabled | boolean |
$s.displayBlanks | boolean |
$s.displayDecimals | integer |
$s.displayDigits | integer |
$s.displaySmallAsZero | number |
$s.draggable | boolean |
$s.expand | boolean |
$s.fixed | boolean |
$s.fixLocation | boolean |
$s.forceNumeric | boolean |
$s.forceSymbolic | boolean |
$s.format | text |
$s.functionSymbols | textList |
$s.hidden | boolean |
$s.isNumber | boolean |
$s.isNumeric | boolean |
$s.latex | latex |
$s.layer | number |
$s.list | [ math ] |
$s.matrix | [ math ] |
$s.matrixSize | numberList |
$s.number | number |
$s.numColumns | integer |
$s.numDimensions | integer |
$s.numListItems | integer |
$s.numRows | integer |
$s.padZeros | boolean |
$s.parseScientificNotation | boolean |
$s.population | boolean |
$s.positionFromAnchor | text |
$s.renderMode | text |
$s.simplify | text |
$s.splitSymbols | boolean |
$s.text | text |
$s.textColor | text |
$s.textStyleDescription | text |
$s.unordered | boolean |
$s.value | standardDeviation |
$s.vector | [ math ] |
$s.x | math |
$s.y | math |
$s.z | math |
Example: <standardDeviation>
of a list of numbers
The <standardDeviation>
component is used without any additional attributes.
Data is directly entered in the form of a list of numbers separated by spaces within the opening and closing tags.
Attribute Example: population
The <standardDeviation>
component is used with the population
attribute and the population standard deviation is calculated according
the second equation shown above.