I am running QP scans version 2.3 Build 3,0,0,0,0

I am trying to calculate Standard deviation.

The print line is:
  println  StDev(intCnt,intStDev);

where intCnt = -21 and intStDev = -40

I keep getting the error  "first param must be > second param"

Well, -21 is greater than -40.
I ran the following:
if intCnt > intStDev then
  println "yes";
endif;

The scan printed 'yes' many times.

Is there a bug in StDev calculation?


Reply via email to