Click or drag to resize

ParameterizedMultivariableFunctionEvaluate(Double, Double) Method

Evaluates the function for the given set of parameters at the given point.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public virtual double[] Evaluate(
	double[] beta,
	double[] x
)

Parameters

beta  Double
The parameter values.
x  Double
The point at which to evaluate.

Return Value

Double
The function value at the point.
See Also