Description
We already have the mean, median, and mode for numeric data. Let’s expand on the numeric analytics by also providing the standard deviation, this can help users understand the spread of numeric responses.
Technical Details
Locate NumericQuestionAnalytics
Go to src/components/FormSubmissions/NumericQuestionAnalytics/index.tsx you should find the mean medium mode here.
Use the standard deviation formula and implement , most variables should already be created.

Dependencies
Completed
Description
We already have the mean, median, and mode for numeric data. Let’s expand on the numeric analytics by also providing the standard deviation, this can help users understand the spread of numeric responses.
Technical Details
Locate NumericQuestionAnalytics
Go to src/components/FormSubmissions/NumericQuestionAnalytics/index.tsx you should find the mean medium mode here.
Use the standard deviation formula and implement , most variables should already be created.
Dependencies
Completed