User Tools

Site Tools


java:standarddeviation

Standard Deviation Formula in Hibernate

There isn't any standard deviation formula in hibernate:

http://stackoverflow.com/questions/740293/is-it-possible-to-do-standard-deviation-in-nhibernate/17786363

However, I think that the better approximation is to calculate it using the following formula:

sqrt((sum(value*value)/count(value)) - (avg(value) * avg(value)))
java/standarddeviation.txt · Last modified: 2022/12/02 22:02 by 127.0.0.1