Click or drag to resize

ParameterizedMultivariableFunctionEvaluate(DoubleVector, DoubleVector, DoubleVector) 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 abstract void Evaluate(
	DoubleVector beta,
	DoubleVector x,
	ref DoubleVector y
)

Parameters

beta  DoubleVector
The parameter values.
x  DoubleVector
The point at which to evaluate.
y  DoubleVector
The function value at the point.
See Also