MATH-1669: Javadoc.

This commit is contained in:
Gilles Sadowski 2024-10-23 15:27:39 +02:00
parent e580cde5f7
commit 5a19e1e032
2 changed files with 4 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import org.apache.commons.math4.legacy.exception.NullArgumentException;
/**
* Interpolator that implements the algorithm described in
* <em>William Dudziak</em>'s
* <a href="http://www.dudziak.com/microsphere.pdf">MS thesis</a>.
* <a href="http://rave.ohiolink.edu/etdc/view?acc_num=akron1183403994">MS thesis</a>.
*
* @since 3.6
*/

View File

@ -96,6 +96,9 @@ Caveat:
to support the whole codebase (it was one of the main reasons for
creating more focused components).
">
<action dev="erans" type="update" issue="MATH-1669" due-to="Wolff Bock von Wuelfingen">
Javadoc: Fix broken link.
</action>
<action dev="aherbert" type="update">
"MultivariateNormalMixtureExpectationMaximization": Allow fitting single column data.
</action>