search for: tp25083103p25094080

Displaying 1 result from an estimated 1 matches for "tp25083103p25094080".

2009 Aug 21
2
"Special" LS estimation problem
Hi, I have following kind of model : Y = X1 * a1 + X2 * a2 + error Here sampled data for Y, X1, X2 are like that : Y <- replicate(10, matrix(rnorm(2),2), simplify = F) X1 <- replicate(10, matrix(rnorm(4),2), simplify = F) X2 <- replicate(10, matrix(rnorm(4),2), simplify = F) My goal is to calculate LS estimates of vectors "a1" and "a2". Can anyone please guide me