ISummaryStatistics.SSR

Fore Syntax

SSR: Double;

Fore.NET Syntax

SSR: double;

Description

The SSR property returns the sum of squared residuals of source data deviations from model data.

Comments

To get standard deviation of residuals, use the ISummaryStatistics.SEE property.

Fore and Fore.NET Examples

The property use is given in the example for ISummaryStatistics.R2.

See also:

ISummaryStatistics