Vous êtes sur le site Web historique de la documentation de 4D. Les documentations sont progressivement déplacées vers developer.4d.com

Accueil

 
4D v19
STDEV.P

STDEV.P 


 

STDEV.P ( value {, value2 , ... , valueN} ) 
Paramètre Type   Description
value  Numérique, RefCell in Values to evaluate

The STDEV.P function returns the standard deviation for an entire population of numeric values. Standard deviation is a measure of the dispersion of values in relation to the average (average value).

In value, value2..., pass numeric arguments corresponding to the population. Each argument can be a cell, a cell range, or a number. This function can have up to 255 arguments.

Note: If your data represents a sample of the population, then compute the standard deviation using the STDEV function.

The STDEV.P is calculated using the "biased" or "n" method. The STDEV.P function uses the following formula:

Exemple  

STDEV.P(A1,B2,C3,D4,E5,F6)

STDEV.P(A1:A9)

STDEV.P(95,89,73,87,85,76,100,96,96) gives the result 8.8079649700473



Voir aussi  

AVERAGE
STDEV
VAR.P

 
PROPRIÉTÉS 

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

 
PAGE CONTENTS 
 
HISTORIQUE 

 
UTILISATION DE L'ARTICLE

4D View Pro ( 4D v19)