Package org.hipparchus.analysis.function
package org.hipparchus.analysis.function
The function
package contains function objects that wrap the
methods contained in Math
, as well as common
mathematical functions such as the gaussian and sinc functions.
-
ClassDescriptionAbsolute value function.Arc-cosine function.Hyperbolic arc-cosine function.Add the two operands.Arc-sine function.Hyperbolic arc-sine function.Arc-tangent function.Arc-tangent function.Hyperbolic arc-tangent function.Cube root function.
ceil
function.Constant function.Cosine function.Hyperbolic cosine function.Divide the first operand by the second.Exponential function.ex-1
function.floor
function.Gaussian function.Parametric function where the input array contains the parameters of the Gaussian, ordered as follows: Norm Mean Standard deviationsimple harmonic oscillator function.Parametric function where the input array contains the parameters of the harmonic oscillator function, ordered as follows: Amplitude Angular frequency PhaseIdentity function.Inverse function.Natural logarithm function.Base 10 logarithm function.log(1 + p)
function.Generalised logistic function.Parametric function where the input array contains the parameters of thelogistic function
, ordered as follows: k m b q a nLogit function.Parametric function where the input array contains the parameters of the logit function, ordered as follows: Lower bound Higher boundMaximum function.Minimum function.Minus function.Multiply the two operands.Power function.Power function.rint
function.Sigmoid function.Parametric function where the input array contains the parameters of thesigmoid function
, ordered as follows: Lower asymptote Higher asymptoteSine function.Sinc function, defined byHyperbolic sine function.Square-root function.Subtract the second operand from the first.Tangent function.Hyperbolic tangent function.ulp
function.