LinkFunction.MapInto Method

Evaluates the link function for a set of values.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual Vector<double> MapInto(
	Vector<double> x,
	Vector<double> result
)

Parameters

x  Vector<Double>
A vector containing the input.
result  Vector<Double>
The vector that is to hold the result. May be null.

Return Value

Vector<Double>
A vector containing the values of the link function at the corresponding values of x.

See Also