From professional translators, enterprises, web pages and freely available translation repositories.
@function=devsq @syntax=devsq(n1, n2, ...) @description=devsq returns the sum of squares of deviations of a data set from the sample mean. * strings and empty cells are simply ignored. * this function is excel compatible. @examples= let us assume that the cells a1, a2, ..., a5 contain numbers 11.4, 17.3, 21.3, 25.9, and 40.1. then devsq(a1:a5) equals 470.56. @seealso=stdev
@function=devsq @syntax=devsq(n1; n2; ...) @description=devsq geeft de som van de kwadraten van de afwijkingen van een verzameling van het steekproefgemiddelde. * strings en lege cellen worden genegeerd. * deze functie is compatibel met excel. @examples= als a1, a2, ..., a5 de getallen 11,4, 17,3, 21,3, 25,9, en 40,1 bevatten, dan geldt: devsq(a1:a5) is 470,56 @seealso=stdev