Search:

Type: Posts; User: tabstop

Search: Search took 0.39 seconds.

  1. Calculating standard deviations using the...

    Calculating standard deviations using the (x-mu)^2/(n-1) formula is inherently a two-pass algorithm, one pass to find mu, and then another to calculate and add the (x-mu)^2 bits. (This is why no one...
  2. That's the one I was looking at, yes. ...

    That's the one I was looking at, yes.



    total=0;
    avg = total/count;
  3. Why are you computing avg before you've even read...

    Why are you computing avg before you've even read the numbers in? It will always be zero.
Results 1 to 3 of 3