Check Normality

Start Timer

0:00:00

Upvote
6
Downvote
Save question
Mark as completed
View comments (23)

Write a function that checks if a list of integers is normally distributed.

Specifically, given a list of 100 numbers, write a function that returns a score that measures the deviation from normality. I.E., a normally distributed list of integers would return 0. Use What is called the 68-95-99.7 rule of thumb for normal distributions.*

Note: Because this question can be completed in many different ways, no test cases are provided. However, please make sure to share your solution in the comments below!

Bonus: Don’t use any graphical output or a statistical test for normality.

.
.
.
.
.
Python Questions: Hard

This question is a part of the course:

Python Questions: Hard
Learn more about course


Comments

Loading comments