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:
parent
4d5660ed47
commit
40bde15b03
|
@ -96,10 +96,15 @@ public class Logistic implements UnivariateDifferentiableFunction, Differentiabl
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Parametric function where the input array contains the parameters of
|
* 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>
|
* <ul>
|
||||||
* <li>Lower asymptote</li>
|
* <li>k</li>
|
||||||
* <li>Higher asymptote</li>
|
* <li>m</li>
|
||||||
|
* <li>b</li>
|
||||||
|
* <li>q</li>
|
||||||
|
* <li>a</li>
|
||||||
|
* <li>n</li>
|
||||||
* </ul>
|
* </ul>
|
||||||
*/
|
*/
|
||||||
public static class Parametric implements ParametricUnivariateFunction {
|
public static class Parametric implements ParametricUnivariateFunction {
|
||||||
|
|
|
@ -80,7 +80,8 @@ public class Sigmoid implements UnivariateDifferentiableFunction, Differentiable
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Parametric function where the input array contains the parameters of
|
* 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>
|
* <ul>
|
||||||
* <li>Lower asymptote</li>
|
* <li>Lower asymptote</li>
|
||||||
* <li>Higher asymptote</li>
|
* <li>Higher asymptote</li>
|
||||||
|
|
Loading…
Reference in New Issue