Linear Regression Model.Leverage Property
Returns the leverage of each observation.
Definition
Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
A dense vector containing the leverage for each observation.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public Vector<double> Leverage { get; }
Return Value
Vector<Double>A dense vector containing the leverage for each observation.
Remarks
The leverage gives an indication of the contribution of an observation to the regression parameters.