Gaussian.Parametric
, HarmonicOscillator.Parametric
, Logistic.Parametric
, Logit.Parametric
, PolynomialFunction.Parametric
, Sigmoid.Parametric
public interface ParametricUnivariateFunction
Modifier and Type | Method | Description |
---|---|---|
double[] |
gradient(double x,
double... parameters) |
Compute the gradient of the function with respect to its parameters.
|
double |
value(double x,
double... parameters) |
Compute the value of the function.
|
double value(double x, double... parameters)
x
- Point for which the function value should be computed.parameters
- Function parameters.double[] gradient(double x, double... parameters)
x
- Point for which the function value should be computed.parameters
- Function parameters.Copyright © 2016–2018 Hipparchus.org. All rights reserved.