j
k
j a
j l
At 11:31 AM 7/10/2003, Michael B Greenwald wrote: StandardDeviation(stream)
return(sqrt(stream.squareSum/stream.count - (stream.sum/stream.count)^2));
This isn't quite right.
Attachments:
Back to the thread
Back to the list