Quote:
Originally Posted by Chad
What language are you writing your application in? Some core languages may already have a function for calculating standard deviation in its Math library class.
If not, pending the language, I could try writing up a small method.
|
VS 2008 C++ is what I use.
It has no StDev function so I'll have to search out some code or do it myself.
I'm not big into adding other stuff like Boost etc.
FLTK 1.3.2 is all I have and that's for GUI work.