Returns a value in the standard normal cumulative distribution.
GAUSS(x)
where x is a number, returns NORMSDIST(x) - 0.5.
GAUSS(0)
returns 0.
Analyzing Student Test Scores
Scenario: A teacher wants to analyze the scores from a recent math test. The test scores are normally distributed with a mean (μ) of 75 and a standard deviation (σ) of 10. The teacher wants to use the GAUSS function to determine the percentage of students who scored below a certain grade.
The GAUSS function calculates the cumulative probability for a standard normal distribution. To use it with a non-standard distribution (like our test scores), we first need to convert the score (x) to a standard score or z-score using the formula:
where:
The GAUSS function then takes this z-score as its parameter.
The GAUSS function is defined as:
This function returns the area under the standard normal curve to the left of z, which represents the cumulative probability.
Calculation and Analysis
Let's use the GAUSS function to answer the following questions:
Table of Calculations
Target Score (x) | Z-Score (z = ) | GAUSS(z) Result | Interpretation | ||
|---|---|---|---|---|---|
A | B | C | D | ||
1 | 85 | 1 | 0.3413 | The probability that a student's score is between 75 and 85 is 34.13%. | |
2 | 60 | -1.5 | -0.4332 | The probability that a student's score is between 60 and 75 is 43.32%. The negative sign indicates the score is below the mean. | |
3 | Between 60 and 85 | 0.7745 | The probability that a student scored between 60 and 85 is 77.45%. |
Explanation of Results:
PRODUCT & FEATURES
RESOURCES
Terms | Privacy | Spam Policy
© 2026 Zapof