Como usar a fórmula NORMSINV no Planilhas Google

We are aware of the important role, the distribuição cumulativa normal 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 esta postagem, 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.

Sintaxe

NORMSINV(x)

  • x - é o valor de entrada ou a referência de célula que passamos para a função de distribuição cumulativa normal padrão.

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!

Você também pode gostar...

Recursos e fórmulas do Google Sheets

Como encontrar a taxa de juros nominal usando o Planilhas Google

Sarah é uma jovem profissional que está tomando decisões financeiras importantes. De cartões de crédito a hipotecas, empréstimos estudantis e investimentos...
Recursos e fórmulas do Google Sheets

Extrair dados do Google Agenda para o Planilhas Google usando o Apps Script

Esta postagem foi publicada originalmente em nosso fórum da comunidade. Objetivo: Este guia demonstra como usar o Google Apps Script para extrair dados...
Recursos e fórmulas do Google Sheets

Usando a função PROPER para colocar a primeira letra de cada palavra em maiúscula no Planilhas Google

Observação: esta postagem foi publicada originalmente em nosso fórum da comunidade. Alguma vez você já precisou limpar uma lista de nomes, títulos ou qualquer...