Skip to content

Commit

Permalink
Last of the javadoc issues
Browse files Browse the repository at this point in the history
  • Loading branch information
RayDeCampo committed May 13, 2017
1 parent cc6a661 commit cec35ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -38,7 +38,7 @@
* <li> m2 = previous value of {@link ThirdMoment} </li>
* <li> n = number of observations (including current obs) </li>
* </ul>
* Then </p>
* Then
* <p>
* new value = old value - 4 * (dev/n) * m3 + 6 * (dev/n)^2 * m2 + <br>
* [n^2 - 3 * (n-1)] * dev^4 * (n-1) / n^3 </p>
Expand Down
Expand Up @@ -33,7 +33,7 @@
* <li> m2 = previous value of {@link SecondMoment} </li>
* <li> n = number of observations (including current obs) </li>
* </ul>
* Then</p>
* Then
* <p>
* new value = old value - 3 * (dev/n) * m2 + (n-1) * (n -2) * (dev^3/n^2)</p>
* <p>
Expand Down

0 comments on commit cec35ba

Please sign in to comment.