A set of data on which to compute the loglikelihood.
algorithm.version
Indicate R or Rcpp version
Value
The log-likelihood for data computed using g.
Details
The log-likelihood for each element is \(p(Bhat_j |
Shat_j,g,\alpha)\) where \(Bhat_j | B_j, Shat_j \sim N(B_j,
Shat_j)\) and \(B_j/Shat_j^\alpha | Shat_j \sim g\).
# NOT RUN {simdata = simple_sims(50,5,1)
data = mash_set_data(simdata$Bhat, simdata$Shat)
m = mash(data, cov_canonical(data))
mash_compute_loglik(m,data)
# }