Link
            
            
            Evaluates the link function for a set of values.
            
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
A vector containing the values of the link function at the corresponding values of x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
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.