How to Apply Chebyshev’s Theorem in Excel?
Last Updated :
22 Aug, 2022
Chebyshev's Theorem expresses that for any number k more noteworthy than 1, something like 1 - 1/k2 of the information values in any molded conveyance exist in k standard deviations of the mean. Chebyshev's Theorem assists you with figuring out where the vast majority of your information falls inside a circulation of values. This hypothesis gives accommodating outcomes when you have just the mean and standard deviation. You don't have to know the circulation of your information follows. For instance, for any molded appropriation, something like 1 - 1/42 = 93.75% of the qualities in the conveyance will exist in 4 standard deviations of the mean. This instructional exercise outlines a few instances of how to apply Chebyshev's Theorem in Excel.
Applying Chebyshev’s Theorem in Excel
Example 1: Use Chebyshev’s Theorem to find what percentage of values will fall between 20 and 60 for a dataset with a mean of 40 and a standard deviation of 10. To begin with, decide the incentive for k. We can do this by figuring out the number of standard deviations away 20 and 60 that are from the mean:
(20 – mean) / standard deviation = (20 – 40) / 10 = -20 / 10 = -2
(60 – mean) / standard deviation = (60 – 40) / 10 = 20 / 10 = 2
The qualities 20 and 60 are 2 standard deviations underneath or more than the mean, individually. In this way, k = 2. We can then utilize the accompanying equation in Excel to find the base level of values that fall inside 2 standard deviations of the mean for this dataset:
Will get the result as below:
The level of values that fall between 20 and 60 for this dataset will be something like 75%.
Example 2: Use Chebyshev’s Theorem to find what percentage of values will fall between 10 and 40 for a dataset with a mean of 25 and a standard deviation of 5. To begin with, decide the incentive for k. We can do this by figuring out the number of standard deviations away 10 and 40 that are from the mean:
(10 – mean) / standard deviation = (10 – 25) / 5 = -15 / 5 = -3
(40 – mean) / standard deviation = (40 – 25) / 5 = 15 / 5 = 3
The qualities 10 and 40 are 3 standard deviations underneath or more than the mean, individually. Hence, k = 3. We can then utilize the accompanying recipe in Excel to find the base level of values that fall inside 3 standard deviations of the mean for this dataset:
The result will get as shown below:
The level of values that fall between 10 and 40 for this dataset will be something like 88.89%.
Similar Reads
How to Apply the Empirical Rule in Excel? It is now and again called the Empirical Rule in light of the fact that the standard initially came from perceptions (exact signifies "in view of perception"). The Normal/Gaussian dispersion is the most widely recognized kind of information dissemination. The estimations are all processed as good wa
4 min read
How to Apply the Empirical Rule in R The empirical rule is a fundamental concept of statistics that states that for a normal distribution, 68% of the data is within one standard deviation of the mean, 95% is within two standard deviations, and 99.7% is within three standard deviations. This rule can be very useful for data analysis, an
9 min read
How to Create a Bell Curve in Excel? A bell curve represents a normal/gaussian distribution. The data in a gaussian distribution is centered around the mean. A Gaussian distribution is said to be a standard normal distribution when it has its mean as 0 and standard deviation as 1. A bell curve is generally symmetrical about the y-axis.
4 min read
How to Sum a Column in Excel: 3 Methods Knowing how to sum a column in Excel is essential for managing budgets, financial reports, and large datasets. Whether youâre calculating sales totals, adding expenses, or analyzing business data, Excel provides multiple ways to add up a column efficiently. Many users wonder "how to add columns in E
5 min read
How to Create a Contingency Table in Excel A contingency table, also known as a crosstab is used to show the relationship between two categorical variables. In Excel, we can make a contingency table using the pivot table function. They are best for summarizing the relationship between categorical variables. A contingency table is just like a
4 min read