IMSL C# Numerical Library

LinearRegression.CaseStatistics Class

Inner Class CaseStatistics allows for the computation of predicted values, confidence intervals, and diagnostics for detecting outliers and cases that greatly influence the fitted regression.

For a list of all members of this type, see LinearRegression.CaseStatistics Members.

System.Object
   Imsl.Stat.LinearRegression.CaseStatistics

public class LinearRegression.CaseStatistics

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Imsl.Stat

Assembly: ImslCS (in ImslCS.dll)

See Also

LinearRegression.CaseStatistics Members | Imsl.Stat Namespace | Example