Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Data Analysis Data Analysis Basics Getting to Know Your Data Is Our Data Normal?

Bernardo Augusto García Loaiza
PLUS
Bernardo Augusto García Loaiza
Courses Plus Student 792 Points

What is the reason to get or reference three standard deviations?

Why in the normal distribution, we work with three standard deviations? Are they only three?

This is due to the property related to how many values occurr within one standard deviation in relation to mean? (this is referenced in the video ... )

Why take as a reference three standard deviations to address?

Is this one constant concept into normal distributions?

3 Answers

We stop after 3 standard deviations because 99.7% of normally distributed data (i.e. data that fits a normal distribution) is within 3 standard deviations from the mean. This is a property of ALL normal distributions, which is one of the reasons why they're so useful. More on that can be found here:

https://en.wikipedia.org/wiki/68%E2%80%9395%E2%80%9399.7_rule

Countif function in google sheets in showing an error message, "expecting 2 arguments but received 4 arguments". Any suggestions on how to get through this error.

You should post as a new question. But I'm guessing you're using COUNTIF, when you should be using COUNTIFS.

Will post as a new question next time and thanks got it