Click or drag to resize

NMathFunctionsThreeParameterSineFtnEvaluate(DoubleVector, Double) Method

Evaluates the three parameter sine function for the given parameter values at the given point.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public override double Evaluate(
	DoubleVector parameters,
	double x
)

Parameters

parameters  DoubleVector
The parameter values.
x  Double
The point to evaluate the function at.

Return Value

Double
The function value for the given parameter values at the the given point.
Remarks
y =  p0 * sin(p1*x + p2)
See Also