betahat_SD_Cpp: betahat_SD_Cpp

Description Usage Arguments

View source: R/RcppExports.R

Description

Estimation Linear Regression model via Steepest Descend method Output: [list] Beta paraameters estimated

Usage

1
betahat_SD_Cpp(beta, X, Y, tolerance, maxit)

Arguments

beta

[numeric] vector containing an initial guess for the beta vector

X

[numeric] design matrix

Y

[numeric] response variable vector

tolerance

[numeric] tolerance level, stopping criteria of the algorithm (error<tolerance: stop)

maxit

[numeric] maximum number of iterations, used if the stopping criteria is never matched


FrancescoBarile/FJLPackage documentation built on Dec. 17, 2021, 8:29 p.m.