Standard deviation calculation for list of variables in OpenLab CDS 2.8.

Hello all,

I have several variables and I want to calculate average, standard deviation and RSD.

 I can calculate average using following expression, 

I can calculate RSD using two variables: sd and avgflow

=Format(Format(sd,"0.0000")/Format(avgflow,"0.000")*100,"0.00")

2. But I can't calculate the SD for my list of variables ( f1 f11 f131 f f12 f13)

this expression gives error mesage

=Stdev(f1,f11,f131,f,f12,f13)

Please assist me.

Thank you in advance.

Kind regards,
Rustam

Was this helpful?