ScratchData LogoScratchData
Back to CraylenGD's profile

finds the MAD of a list v2

CRCraylenGD•Created April 24, 2024
finds the MAD of a list v2
0
0
3 views
View on Scratch

Instructions

r for specific round to nearest Mean = average number in a list of numbers. to calculate mean, you have to add up all of the numbers in the list and then divide the sum by how many numbers are in the list. MAD (mean absolute deviation) = the average distance from the mean. How to calculate MAD (very complicated): Find the mean of all of the numbers in the list. Then, subtract the numbers of the list minus the mean. After that, find the absolute values of the differences. Finally, find the mean of the list of absolute values. boom. yo answer.

Description

Changelog: v2: Added Changelog! [NEW] Added optimized calculation times if you DON'T HAVE A LOT OF TIME... [NEW] Allowed you to round to a nearest number! [NEW] v1: Initial release!

Project Details

Project ID1007776632
CreatedApril 24, 2024
Last ModifiedApril 24, 2024
SharedApril 24, 2024
Visibilityvisible
CommentsAllowed

Remix Information

Parent ProjectView Parent
Root ProjectView Root