calc_S | R Documentation |
A helper function to calculate the S vector given tau, k, mu_tau, and sigma_tau_inv. While k is a tuning parameter, the rest are calculated from the data.
calc_S(tau, k, mu_tau, sigma_tau_inv)
tau |
A vector representing covariance. |
k |
A tuning parameter. |
mu_tau |
The mean of tau. Estimated from the training data. |
sigma_tau_inv |
The inverse covariance matrix of tau. Estimated from the training data. |
A vector S which is used to calculate the plotting statistic.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.