4D v17STDEV.P | 
            ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
                 
                
  | 
                
			
                    
                         
    4D v17
 
STDEV.P 
                                
                                
        
 | 
                |||||||||||||||||||||||||||||||||||||||||||||||||||||||
| STDEV.P ( value {, value2 , ... , valueN} ) | ||||||||
| Paramètre | Type | Description | ||||||
| value | Numérique, RefCell | 
             
         | 
        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:

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
	Produit :  4D
	Thème :  Formules 4D View Pro
	
        
        
	Nom intl. :  STDEV.P
	
	4D View Pro ( 4D v17)
	
	
	
	
	
	
	
	
Ajouter un commentaire