cdf {Bolstad} | R Documentation |
This function returns the cumulative distribution function (cdf) of the posterior distribution of the parameter interest over the range of values for which the posterior is specified.
cdf(x, ...)
## S3 method for class 'Bolstad'
cdf(x, ...)
x |
An object for which we want to compute the cdf |
... |
Any other parameters. Not currently used. |
either the exact cdf of the posterior if a conjugate prior has been
used, or a a stats::splinefun
which will compute the lower
tail probability of the parameter for any valid input.
Bolstad
: Cumulative distribution function for posterior density
James Curran