SumOfSquares Type

Three sum of squares

Record fields

Record Field Description

Count

Full Usage: Count

Field type: float

Count N

Field type: float

Error

Full Usage: Error

Field type: float

Error sum of squares (SSE: unexplained); residual sum of squares; Sum((y-yFit)**2.)

Field type: float

MeanX

Full Usage: MeanX

Field type: float
Field type: float

MeanY

Full Usage: MeanY

Field type: float
Field type: float

Regression

Full Usage: Regression

Field type: float

Regression sum of squares (SSR: explained); Sum((yFit-yMean)**2.)

Field type: float

SSxx

Full Usage: SSxx

Field type: float
Field type: float

SSxy

Full Usage: SSxy

Field type: float
Field type: float

Total

Full Usage: Total

Field type: float

Total sum of squares (SST: total); Sum((y-yMean)**2.)

Field type: float