4D v19

VAR.P

Accueil

 
4D v19
VAR.P

VAR.P 


 

VAR.P ( value {, value2 , ... , valueN} ) 
Paramètre Type   Description
value  Numérique, Tableau in Values to get the variance

The VAR.P function returns the variance based on the entire population, which uses numeric values.

In value, pass the values to evaluate. Each argument can be a number, or an array of numbers (a single array (cell range) or multiple arrays (cell ranges)).

Note: This function assumes that its arguments are the entire population. If your data represents only a sample of the population, then compute the variance using the VAR.S function.

Exemple  

VAR.P(B3,C4,B2,D10,E5)

VAR.P(A1:A9)

VAR.P(98,85,76,87,92,89,90) //39.265306122449



Voir aussi  



STDEV.P

 
PROPRIÉTÉS 

Produit : 4D
Thème : Formules 4D View Pro
Nom intl. : VAR.P

 
HISTORIQUE 

 
UTILISATION DE L'ARTICLE

4D View Pro ( 4D v19)