Returns the leverage of each observation.
Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public Vector<double> Leverage { get; protected set; }
Public Property Leverage As Vector(Of Double)
Get
Protected Set
public:
property Vector<double>^ Leverage {
Vector<double>^ get ();
protected: void set (Vector<double>^ value);
}
member Leverage : Vector<float> with get, set
Return Value
Type:
VectorDoubleA dense vector containing the leverage for each observation.
The leverage gives an indication of the contribution of an observation to the regression parameters.
Numerical Libraries
Supported in: 6.0
Reference