close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 6 and Version 7 of BysVecLinReg


Ignore:
Timestamp:
May 6, 2010, 5:16:39 PM (15 years ago)
Author:
Víctor de Buen Remiro
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BysVecLinReg

    v6 v7  
    11= TOL Package BysVecLinReg =
     2
    23
    34BysVecLinReg yields for Bayesian simulator of Vectorial Linear Regression with
    45arbitrary constraining inequations.
    56
    6 The method used in this package is based on [https://www.tol-project.org/export/HEAD/tolp/trunk/tol_pkg/BysVecLinReg/doc/bayes-linear-minka.pdf  Bayesian linear regression Thomas Minka (2001)] using invariant scale prior over [[LatexEquation(A)]] and inverse prior over [[LatexEquation(V)]]
     7The method used to solve it in this package is based on
     8[https://www.tol-project.org/export/HEAD/tolp/trunk/tol_pkg/BysVecLinReg/doc/bayes-linear-minka.pdf
     9Bayesian linear regression Thomas Minka (2001)] using invariant scale prior over
     10[[LatexEquation(A)]] and inverse prior over [[LatexEquation(V)]]
     11
     12== Vectorial linear regression ==
    713
    814Vectorial linear regression equations are [[BR]]
     
    3642that will be used just to get more compact conditioninig expressions.
    3743
     44== Arbitrary constraining inequations ==
     45
    3846We will extend the model scope with arbitrary non null meassured restrictions
    3947over parameters inside [[LatexEquation(A)]] by means of adding a set of
     
    4856the arbitrary constraining function. [[BR]]
    4957
     58== Invariant-scale prior over coefficient matrix ==
     59
    5060Although Minka not explicitly stated in any place, under the invariant prior
    5161follows that [[LatexEquation(X)]] must be full-range [[LatexEquation(m <= N)]]
     
    5565forward to maximize the evidence of the data, which depends on the assumptions
    5666the model.
     67
     68== Inverse Wishart prior over covariance matrix ==
     69
     70...