LinkFunction.MapInto Method

Evaluates the link function for a set of values.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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