get_density {mcp} | R Documentation |
Compute the density at a specific point.
Description
Used in hypothesis
Usage
get_density(samples, LHS, value)
Arguments
samples |
An mcmc.list |
LHS |
Expression to compute posterior |
value |
What value to evaluate the density at |
Value
A float
Author(s)
Jonas Kristoffer Lindeløv jonas@lindeloev.dk
[Package mcp version 0.3.4 Index]