GUSSE function - The function returns the probability that an element of the population is normalized in Excel
The following article introduces you to the GAUSS function - one of the functions in the statistical function group is very popular in Excel.
Description: The function returns the probability that an element of the normalized population will fall into the mean and the standard deviation. Support functions from Excel 2013 onwards.
Syntax: GAUSS (z)
Inside:
- z: The value to calculate the standardized overall probability, which is a required parameter.
Attention:
- If the function's z value is not numeric -> the function returns the #VALUE! Error value
- If z is an invalid number -> the function returns the #NUM! Error value
- The value of the GAUSS function returns less than 0.5 because NORM.S.DIST (0, True) always returns 0.5
For example:
Calculate the normalized overall probability of the values in the following data table:
- In the cell to calculate enter the formula : = GAUSS (C6)
- Press Enter -> normalized overall probability is:
- Similarly copying the formula for the remaining values results:
- Where x is not a number -> the function returns the error value #VALUE!
The above are instructions and some specific examples when using GAUSS function in Excel.
Good luck!
You should read it
- TTEST - Returns the probability associated with a Student's t-Test in Excel
- NORM.S.INV function - The function returns the inverse of the normalized distribution with an average value of 0 and a standard deviation of 1 in Excel
- F.INV function - The function returns the inverse of the probability distribution F in Excel
- F.INV.RT function - The function returns the right-inverse head value of the probability distribution F in Excel
- NORM.S.DIST function - The function returns the normalized distribution with a mean of 0 and a standard deviation of 1 in Excel
- TDIST function - The function returns the probability of the Student distribution in Excel
- CHIDIST function - Function returns the right end probability of the distribution when squared in Excel
- T.TEST function - The function returns the probability associated with Student's t-Test in Excel
May be interested
- F.DIST - The function returns the probability distribution F in Excelf.dist function: the function returns the probability distribution f. the function supports the version from excel 2010. syntax: f.dist (x, deg_freedom1, deg_freedom2, cumulative)
- STANDARDIZE function - The function returns the normalized value from a specific distribution in Excelstandardize function: the function returns the normalized value from a distribution characterized by mean and standard_dev arguments. syntax: standardize (x, mean, standard_dev)
- CHISQ.INV.RT function - The function returns the inverse of the right end probability of the distribution when squared in Excelchisq.inv.rt function: the function returns the inverse of the right end probability of the distribution when squared. support function from excel 2010 version. syntax: chisq.inv.rt (probability, deg_freedom)
- F.DIST.RT function - The function returns the right probability distribution F for 2 data sets in Excelf.dist.rt function: the function returns the right probability distribution f for 2 data sets. support functions from the excel 2010 version. syntax: f.dist (x, deg_freedom1, deg_freedom2)
- CONFIDENCE.T function - The function returns the confidence interval of the population by using the Student's t-distribution in Excelconfidence.t function: the function returns the confidence interval of the population by using the student's t-distribution. support functions from excel 2010 onwards. syntax: confidence.norm (alpha, standard_dev, size)
- CHISQ.INV function - The function returns the inverse of the probability of the left end of the distribution when squared in Excelchisq.inv function: the function returns the inverse of the probability of the left end of the distribution when squared. support functions from the excel 2010 version. syntax: chisq.inv (probability, deg_freedom)
- BINOM.DIST function - Function returns the probability of binomial distribution of individual terms in Excelbinom.dist function: the function returns the binomial distribution probability of an individual term. support functions from the excel 2010 version. syntax: binom.dist (number_s, trials, probability_s, cumulative)
- CHISQ.DIST.RT function - The function returns the right end probability of the distribution when squared in Excelchisq.dist.rt function: the function returns the probability of the right end of the distribution when squared. support function from excel 2010 version. syntax: chisq.dist.rt (x, deg_freedom)
- PROB function - The function returns the probability that values in a range are between two limits in Excelprob function: the function returns the probability that values in a range are between two limits. syntax: prob (x_range, prob_range, [lower_limit], [upper_limit])
- BINOM.DIST.RANGE function - The function returns the probability of a test result using binomial distribution in Excelbinom.dist.range function: the function returns the probability of a test result using binomial distribution. support functions from the excel 2010 version. syntax: binom.dist.range (trials, probability_s, number_s, [number_s2])