View Single Post
Old 10-27-14, 02:13 PM   #15
Jeff-Groves
GLOBAL MODDING TERRORIST
 
Jeff-Groves's Avatar
 
Join Date: Sep 2014
Posts: 5,656
Downloads: 137
Uploads: 0


Default

Quote:
Originally Posted by Chad View Post
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.
Jeff-Groves is offline   Reply With Quote