// Numbas version: finer_feedback_settings {"name": "Simon's copy of population Standard deviation of a list of numbers with hints", "extensions": ["stats"], "custom_part_types": [], "resources": [], "navigation": {"allowregen": true, "showfrontpage": false, "preventleave": false, "typeendtoleave": false}, "question_groups": [{"pickingStrategy": "all-ordered", "questions": [{"tags": [], "name": "Simon's copy of population Standard deviation of a list of numbers with hints", "extensions": ["stats"], "variable_groups": [], "rulesets": {}, "variablesTest": {"condition": "", "maxRuns": 100}, "parts": [{"notationStyles": ["plain", "en", "si-en"], "precisionPartialCredit": 0, "strictPrecision": false, "variableReplacements": [], "maxValue": "{sigma}", "prompt": "
Find the population standard deviation $\\sigma$ of the following list of numbers {data}.
\nGive your answer correct to 2 d.p.
", "scripts": {}, "correctAnswerStyle": "plain", "marks": "5", "useCustomName": false, "precision": "2", "type": "numberentry", "showPrecisionHint": false, "mustBeReduced": false, "unitTests": [], "extendBaseMarkingAlgorithm": true, "allowFractions": false, "variableReplacementStrategy": "originalfirst", "customName": "", "precisionMessage": "You have not given your answer to the correct number of decimal places.
", "steps": [{"extendBaseMarkingAlgorithm": true, "variableReplacements": [], "prompt": "To calculate the population standard deviation, we can use the formula:
\nStandard deviation = $\\sqrt{\\frac{\\Sigma (x-\\text{mean})^2}{n}}$
\n\nSo we must:
\nJust showing how to use the stdev function from the stats extension to calculate the standard deviation of a list of numbers.
\nrebelmaths
"}, "ungrouped_variables": ["data", "sigma", "x", "mean", "var"], "preamble": {"js": "", "css": ""}, "statement": "", "variables": {"var": {"name": "var", "group": "Ungrouped variables", "description": "", "templateType": "anything", "definition": "sigma^2"}, "data": {"name": "data", "group": "Ungrouped variables", "description": "", "templateType": "anything", "definition": "repeat(random(1..30),x)"}, "mean": {"name": "mean", "group": "Ungrouped variables", "description": "", "templateType": "anything", "definition": "mean(data)"}, "x": {"name": "x", "group": "Ungrouped variables", "description": "", "templateType": "anything", "definition": "random(4,5,8)"}, "sigma": {"name": "sigma", "group": "Ungrouped variables", "description": "", "templateType": "anything", "definition": "stdev(data)"}}, "functions": {}, "advice": "To calculate the population standard deviation, $\\sigma$, we can use the formula:
\nPopulation standard deviation, $\\sigma = \\sqrt{\\frac{\\Sigma (x-\\text{mean})^2}{n}}$
\n\n(note this is slightly different to the formula used to calculate the sample standard deviation, $s$)
\n\nSo we must:
\n