Re: map reduce for functioneren with two parameters

2014-08-06 Thread H. S. Teoh via Digitalmars-d-learn
On Wed, Aug 06, 2014 at 06:44:44PM +, Martijn Pot via Digitalmars-d-learn wrote: > I was wondering whether there is a way to use map reduce to calculate > e.g. the weighted mean and weighted standard deviation. These would > not only need the values, but also the weights. You can probably do

map reduce for functioneren with two parameters

2014-08-06 Thread Martijn Pot via Digitalmars-d-learn
I was wondering whether there is a way to use map reduce to calculate e.g. the weighted mean and weighted standard deviation. These would not only need the values, but also the weights.