density_fun0 | R Documentation |
Default density function, following the syntax for priors in the BayesianTools package. Uses flat priors for all paramters, within the given interval. Density function integrates to one.
density_fun0(param, minv, maxv)
param |
a vector model parameters |
minv |
a vector of minimum values for the interval |
maxv |
a vector of maximum values for the interval |
returns log likelihood of parameters given priors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.