LMN-package {LMN}R Documentation

Inference for Linear Models with Nuisance Parameters.

Description

Efficient profile likelihood and marginal posteriors when nuisance parameters are those of linear regression models.

Details

Consider a model p(YB,Σ,θ)p(\boldsymbol{Y} \mid \boldsymbol{B}, \boldsymbol{\Sigma}, \boldsymbol{\theta}) of the form

YMatrix-Normal(X(θ)B,V(θ),Σ), \boldsymbol{Y} \sim \textrm{Matrix-Normal}(\boldsymbol{X}(\boldsymbol{\theta})\boldsymbol{B}, \boldsymbol{V}(\boldsymbol{\theta}), \boldsymbol{\Sigma}),

where Yn×q\boldsymbol{Y}_{n \times q} is the response matrix, X(θ)n×p\boldsymbol{X}(\theta)_{n \times p} is a covariate matrix which depends on θ\boldsymbol{\theta}, Bp×q\boldsymbol{B}_{p \times q} is the coefficient matrix, V(θ)n×n\boldsymbol{V}(\boldsymbol{\theta})_{n \times n} and Σq×q\boldsymbol{\Sigma}_{q \times q} are the between-row and between-column variance matrices, and (suppressing the dependence on θ\boldsymbol{\theta}) the Matrix-Normal distribution is defined by the multivariate normal distribution vec(Y)N(vec(XB),ΣV), \textrm{vec}(\boldsymbol{Y}) \sim \mathcal{N}(\textrm{vec}(\boldsymbol{X}\boldsymbol{B}), \boldsymbol{\Sigma} \otimes \boldsymbol{V}), where vec(Y)\textrm{vec}(\boldsymbol{Y}) is a vector of length nqnq stacking the columns of of Y\boldsymbol{Y}, and ΣV\boldsymbol{\Sigma} \otimes \boldsymbol{V} is the Kronecker product.

The model above is referred to as a Linear Model with Nuisance parameters (LMN) (B,Σ)(\boldsymbol{B}, \boldsymbol{\Sigma}), with parameters of interest θ\boldsymbol{\theta}. That is, the LMN package provides tools to efficiently conduct inference on θ\boldsymbol{\theta} first, and subsequently on (B,Σ)(\boldsymbol{B}, \boldsymbol{\Sigma}), by Frequentist profile likelihood or Bayesian marginal inference with a Matrix-Normal Inverse-Wishart (MNIW) conjugate prior on (B,Σ)(\boldsymbol{B}, \boldsymbol{\Sigma}).

Author(s)

Maintainer: Martin Lysy mlysy@uwaterloo.ca

Authors:

See Also

Useful links:


[Package LMN version 1.1.3 Index]