Totaal niet semantisch. Ik bedoel “haa-één”??
<h1>Brekend: Kraai valt ouders op schoolplein lastig</h1>Dit daarentegen begrijpt iedereen gelijk; opletten geblazen!
Totaal niet semantisch. Ik bedoel “haa-één”??
<h1>Brekend: Kraai valt ouders op schoolplein lastig</h1>Dit daarentegen begrijpt iedereen gelijk; opletten geblazen!
| // derived from http://en.wikipedia.org/wiki/Algorithms_for_calculating_variance#Parallel_algorithm | |
| function map() { | |
| emit(1, // Or put a GROUP BY key here | |
| {sum: this.value, // the field you want stats for | |
| min: this.value, | |
| max: this.value, | |
| count:1, | |
| diff: 0, // M2,n: sum((val-mean)^2) | |
| }); |