record TStLinEst

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TStLinEst = record

Description

full statistics for a linear regression

Overview

Fields

B0: Double;
B1: Double;
seB0: Double;
seB1: Double;
R2: Double;
sigma: Double;
SSr: Double;
SSe: Double;
F0: Double;
df: Integer;

Description

Fields

B0: Double;

model coefficients

B1: Double;

model coefficients

seB0: Double;

standard error of model coefficients

seB1: Double;

standard error of model coefficients

R2: Double;

coefficient of determination

sigma: Double;

standard error of regression

SSr: Double;

elements for ANOVA table

SSe: Double;

elements for ANOVA table

F0: Double;

F-statistic to test B1=0

df: Integer;

denominator degrees of freedom for F-statistic


Generated by PasDoc 0.12.1 on 2013-05-13 15:41:44