credibilityinterval {lestat} | R Documentation |
Given a univariate continuous distribution, a credibility interval is computed. Note that the interval is constructed so that there is an equal probability to be above or below the interval.
credibilityinterval(object, prob = 0.95)
object |
A univariate continuous distribution. |
prob |
The probability inside the credibility interval. |
A vector of length two, specifying the interval.
Petter Mostad <mostad@chalmers.se>
credibilityinterval(normal())