IRIS Toolbox Reference Manual

regress

Ordinary or weighted least-square regression

Syntax

[B,BStd,E,EStd,YFit,Range,BCov] = regress(Y,X)
[B,BStd,E,EStd,YFit,Range,BCov] = regress(Y,X,Range,...)

Input arguments

Output arguments

Options

Description

This function calls the built-in lscov function.

Example