GAUSS
The GAUSS
function in Google Sheets returns the probability that a random variable, drawn from a normal distribution, will be between the mean and z standard deviations above (or below) the mean.
Function Syntax and Parameters
Syntax: GAUSS(z)
Parameters:
z
: The value at which to evaluate the function.
Step-by-Step Tutorial
- Using
GAUSS
function:- Example:
=GAUSS(1.5)
- Result: The probability that a random variable, drawn from a normal distribution, will be between the mean and 1.5 standard deviations above the mean.
- Example:
Use Cases and Scenarios
- Statistical Analysis: Calculate the probability of a certain value occurring in a normal distribution.