Comment utiliser la formule NORMSINV dans Google Sheets ?

We are aware of the important role, the distribution normale cumulative plays in the field of statistics. We can derive a specialized case of normal cumulative distribution when mean is zero and the variance is 1. This is called the standard normal cumulative distribution function. In ce poste, we discussed how to calculate the value of this distribution function, at a specified distributed variable (x). But there is also a way to do the opposite. That is to find the value of the distributed variable, given the value of the distribution itself. The NORMSINV formula in Google Sheets helps us achieve this calculation.

Syntaxe

NORMSINV(x)

  • x – est la valeur d'entrée ou la référence de cellule que nous passons à la fonction de distribution cumulative normale standard.

Similar to the NORMSDIST formula, this also has got one of the most straightforward syntaxes in all of the Google Sheets functions. All we need to do is specify the value or cell reference of one single parameter. And it returns the value of the inverse standard normal distribution function for that specified value.

Please note that the input values should be within the confines of 0 and 1 (both not included). Otherwise, the formula returns a #NUM! error.

Usage: NORMSINV formula in Google Sheets

While the syntax helps us to some extent, applying it practically and seeing how it behaves gives us more perspective and insights. So, let us dive right into it with a few examples created on the Google Sheets application. Please have a look at the below image.

NORMSINV Formula in Google Sheets: Usage

Like most other Google Sheets formulas, the NORMSINV formula also is capable of accepting direct numeric values. And also references to the cells consisting of these numeric values. The first example has an input that is a direct numeric value. Whereas all other examples have cell references for its input.

Now let’s observe the output values the formula returned. If we can quickly make a chart out of these input and output values, here’s how it looks like.

NORMSINV Formula in Google Sheets

If we compared the standard normal cumulative distribution function with the graph that we just created, it certainly looks like an inverse!

Vous pouvez aussi aimer...

Fonctionnalités et formules de google sheets

Comment calculer le taux d'intérêt nominal à l'aide de Google Sheets ?

Sarah est une jeune professionnelle qui doit prendre des décisions financières importantes. Des cartes de crédit aux hypothèques, en passant par les prêts étudiants et les...
Fonctionnalités et formules de google sheets

Extraire les données de Google Calendar dans Google Sheets à l'aide d'Apps Script

Cet article a été publié à l'origine dans notre forum communautaire. Objectif : Ce guide montre comment utiliser Google Apps Script pour extraire des données...
Fonctionnalités et formules de google sheets

Utilisation de la fonction PROPER pour mettre en majuscule la première lettre de chaque mot dans Google Sheets

Note : Cet article a été publié à l'origine dans notre forum communautaire. Vous avez déjà eu besoin de nettoyer une liste de noms, de titres ou d'autres...