Link Function.Map Into 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#
A vector containing the values of the link function at the corresponding values of x.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.