User Tools

Site Tools


java:standarddeviation
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
java:standarddeviation [2022/12/02 22:02] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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:
 +
 +<code>
 +sqrt((sum(value*value)/count(value)) - (avg(value) * avg(value)))
 +</code>
 +
  
java/standarddeviation.txt · Last modified: 2022/12/02 22:02 by 127.0.0.1