LinearRegressionModel.Leverage Property

Returns the leverage of each observation.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
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.

See Also