L_mixsq | R Documentation |
Compute likelihood matrix for mixsqp
L_mixsq(G_prior, Bhat, Shat, indx_lst, ...)
## S3 method for class 'mixture_normal'
L_mixsq(G_prior, Bhat, Shat, indx_lst, is.EBmvFR = FALSE, ...)
## S3 method for class 'mixture_normal_per_scale'
L_mixsq(G_prior, Bhat, Shat, indx_lst, is.EBmvFR = FALSE, ...)
G_prior |
mixture normal prior |
Bhat |
matrix pxJ regression coefficient, Bhat[j,t] corresponds to regression coefficient of Y[,t] on X[,j] |
Shat |
matrix pxJ standard error, Shat[j,t] corresponds to standard error of the regression coefficient of Y[,t] on X[,j] |
indx_lst |
list generated by |
... |
Other arguments. |
See L argument mixsqp package mixsqp function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.