MATH-1022

Fixed Javadoc.


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1513430 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2013-08-13 10:46:48 +00:00
parent 4d5660ed47
commit 40bde15b03
2 changed files with 10 additions and 4 deletions

View File

@ -96,10 +96,15 @@ public class Logistic implements UnivariateDifferentiableFunction, Differentiabl
/**
* Parametric function where the input array contains the parameters of
* the logit function, ordered as follows:
* the {@link Logistic#Logistic(double,double,double,double,double,double)
* logistic function}, ordered as follows:
* <ul>
* <li>Lower asymptote</li>
* <li>Higher asymptote</li>
* <li>k</li>
* <li>m</li>
* <li>b</li>
* <li>q</li>
* <li>a</li>
* <li>n</li>
* </ul>
*/
public static class Parametric implements ParametricUnivariateFunction {

View File

@ -80,7 +80,8 @@ public class Sigmoid implements UnivariateDifferentiableFunction, Differentiable
/**
* Parametric function where the input array contains the parameters of
* the logit function, ordered as follows:
* the {@link Sigmoid#Sigmoid(double,double) sigmoid function}, ordered
* as follows:
* <ul>
* <li>Lower asymptote</li>
* <li>Higher asymptote</li>