From professional translators, enterprises, web pages and freely available translation repositories.
the varpa() function calculates the variance based on an entire population. text and boolean values that evaluate to false are counted as 0, boolean value that evaluate to true are counted as 1.
de functie varpa() berekent de variantie, gebaseerd op de gehele populatie. tekst en de booleaanse waarden onwaar worden meegeteld als 0, de booleaanse waarden waar worden geteld als 1.
@function=vara @syntax=vara(number1,number2,...) @description=vara calculates sample variance of the given sample. to get the true variance of a complete population use varpa. vara is also known as the n-1-variance. under reasonable conditions, it is the maximum-likelihood estimator for the true variance. numbers, text and logical values are included in the calculation too. if the cell contains text or the argument evaluates to false, it is counted as value zero (0). if the argument evaluates to true, it is counted as one (1). note that empty cells are not counted. * this function is excel compatible. @examples= let us assume that the cells a1, a2, ..., a5 contain numbers and strings 11.4, 17.3, "missing", 25.9, and 40.1. then vara(a1:a5) equals 228.613. @seealso=var,varpa
@function=vara @syntax=vara(getal1;getal2;...) @description=vara geeft de variantie gebaseerd op een steekproef. getallen, tekst en logische waarden worden in de berekening meegenomen. als de cel tekst bevat of het argument is onwaar, wordt het geteld als een nulwaarde (0). als het argument waar is wordt het geteld als een (1). lege cellen worden niet geteld. * deze functie is compatibel met excel. @examples= als a1, a2, ..., a5 de volgende getallen en tekst bevatten 11,4 17,3 "missend" 25,9 en 40,1 dan geldt: vara(a1:a5) is 228,613 @seealso=var,varpa