lm_dr: Linear Regression with Drift

View source: R/RcppExports.R

lm_drR Documentation

Linear Regression with Drift

Description

Perform a linear regression with drift.

Usage

lm_dr(x)

Arguments

x

A vec of length N\times 1 containing the responses.

Value

A field<vec> with:

coef

Coefficients

resid

Residuals

sigma2

Sigma^2


SMAC-Group/simts documentation built on Sept. 4, 2023, 5:25 a.m.