You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<example>put averageDeviation(studentScores) into field "Average Deviation"</example>
</examples>
<description>
<p>Use the <b>averageDeviation</b> <control_sttag="function">function</control_st> to analyze the amount of spread in a list of numbers.</p><p/><p><b>Parameters:</b></p><p>The <i>numbersList</i> is a comma-separated list of numbers, or an <glossarytag="expression">expression</glossary> that <glossarytag="evaluate">evaluates</glossary> to such a list, or an <glossarytag="array">array</glossary> containing only numbers.</p><p/><p><b>Value:</b></p><p>The <b>averageDeviation</b> function <glossarytag="return">returns</glossary> a number.</p><p/><p><b>Comments:</b></p><p>The average deviation is a measure of how widely distributed the numbers in the <i>numbersList</i> are.</p>