| Version 2 (modified by , 15 years ago) (diff) | 
|---|
BysVecLinReg yields for Bayesian simulator of Vectorial Linear Regression with arbitrary constraining inequations
Vectorial linear regression equations are 
 
 
where 
 is the multivariant known output matrix, where each row is a different output vector is the multivariant known output matrix, where each row is a different output vector  
 
 is the known and full rank input matrix, where each row is a different input vector is the known and full rank input matrix, where each row is a different input vector  
 
 has the unknown regression coefficients that we want to estimate has the unknown regression coefficients that we want to estimate
 
 is the multivariant residuals, where each row is the residuals vector is the multivariant residuals, where each row is the residuals vector corresponding to output corresponding to output  
 
All residuals inside the same row are incorrelated normal, but resiudals in the same column  are
 are 
 

where  is symmetric positive definite and unknown, but the same for each column.
 is symmetric positive definite and unknown, but the same for each column.
When there are some restriction over parameters inside  we must to add the inequations of feasible region
 we must to add the inequations of feasible region 
 
 
 
being 
 
  
the arbitrary constraining function. 
The method used in this package is based on Bayesian linear regression Thomas Minka (2001)

