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