density_fun0 {pttstability}R Documentation

Default density function for prior

Description

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.

Usage

density_fun0(param, minv, maxv)

Arguments

param

a vector model parameters

minv

a vector of minimum values for the interval

maxv

a vector of maximum values for the interval

Value

returns log likelihood of parameters given priors.


[Package pttstability version 1.4 Index]