public static class Logit.Parametric extends Object implements ParametricUnivariateFunction
Constructor and Description |
---|
Logit.Parametric() |
public double value(double x, double... param)
x
.value
in interface ParametricUnivariateFunction
x
- Value for which the function must be computed.param
- Values of lower bound and higher bounds.NullArgumentException
- if param
is null
.DimensionMismatchException
- if the size of param
is
not 2.public double[] gradient(double x, double... param)
x
.
The components of the gradient vector are the partial
derivatives of the function with respect to each of the parameters (lower bound and higher bound).gradient
in interface ParametricUnivariateFunction
x
- Value at which the gradient must be computed.param
- Values for lower and higher bounds.x
.NullArgumentException
- if param
is null
.DimensionMismatchException
- if the size of param
is
not 2.Copyright © 2017 CNES. All rights reserved.