linreg_solver: Solves the |T * Feature - theta|^2 = 0 linear regression...

Description Usage Details

View source: R/Auxiliary_Func.R

Description

Solves the |T * Feature - theta|^2 = 0 linear regression problem

Usage

1
linreg_solver(T, theta)

Details

This is an auxiliary function.


antoine186/convSig documentation built on Jan. 17, 2020, 4:09 a.m.