Options
All
  • Public
  • Public/Protected
  • All
Menu

general linear least squares regression

References: "Numerical Recipes in C", 2nd edition, Press, Teukolsky, Vetterling, Flannery,

test the correctness of the returned values is tested by checking their properties.

Hierarchy

Index

Properties

Protected _a

_a: Real[]

Protected _err

_err: Real[]

Protected _residuals

_residuals: Real[]

Protected _standardErrors

_standardErrors: Real[]

Methods

calculate

  • Parameters

    Returns void

coefficients

  • coefficients(): Real[]
  • Returns Real[]

dim

  • Returns Size

error

  • modeling uncertainty as definied in Numerical Recipes

    Returns Real[]

init

residuals

  • residuals(): Real[]
  • Returns Real[]

size

  • Returns Size

standardErrors

  • standardErrors(): Real[]
  • standard parameter errors as given by Excel, R etc.

    Returns Real[]