Skip to content
Rafat Hussain edited this page Apr 22, 2015 · 8 revisions

REG Class and Functions

reg_object obj = reg_init(N,p); // Initialize REG object

// N - Size of Data Vectors (All vectors are assumed to have same length)
// p - Number of Regression Variables (>= 2). In the simple Univariate case( Y ~ b0 + b1 * X + u) , p = 2 
For multiple regressions p > 2

Clone this wiki locally