| LinearRegressionCaseStatisticsLeverage Property |
Returns the Leverage for an observation.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic virtual double Leverage { get; }Public Overridable ReadOnly Property Leverage As Double
Get
public:
virtual property double Leverage {
double get ();
}abstract Leverage : float with get
override Leverage : float with get
Property Value
Type:
Double
A
double containing the Leverage for an observation.
See Also