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_st tag="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 <glossary tag="expression">expression</glossary> that <glossary tag="evaluate">evaluates</glossary> to such a list, or an <glossary tag="array">array</glossary> containing only numbers.</p><p/><p><b>Value:</b></p><p>The <b>averageDeviation</b> function <glossary tag="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>