View source: R/mixing_distribution_predictive.R
Predictive.exponential | R Documentation |
Calculate how well the prior predicts the data.
## S3 method for class 'exponential'
Predictive(mdObj, x)
Predictive(mdObj, x)
## S3 method for class 'mvnormal'
Predictive(mdObj, x)
## S3 method for class 'normalFixedVariance'
Predictive(mdObj, x)
## S3 method for class 'normal'
Predictive(mdObj, x)
mdObj |
The distribution |
x |
The data |
The probability of the data being from the prior.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.