ISummaryStatistics.SSR

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.

Example

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

See also:

ISummaryStatistics