Description Usage Arguments Value Examples
Function to evaluate the ‘posterior’ density surfacer; it updates the prior surface with the information associated with the new data
1 | evaluatePosterior(data_new_y, data_new_cv, data_prior_y, data_prior_cv)
|
data_new_y |
vector of new density data |
data_new_cv |
vector of coefficients of variation values for the new data (between 0 and 25) |
data_prior_y |
vector of prior density data |
data_prior_cv |
vector of coefficients of variation values for the prior data (between 0 and 25) |
Returns a list object: posterior densities, posterior CVs and posterior variances
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.