log_prior {FBMS} | R Documentation |
Log model prior function
Description
Log model prior function
Usage
log_prior(params, complex)
Arguments
params |
list of passed parameters of the likelihood in GMJMCMC |
complex |
list of complexity measures of the features included into the model |
Value
A numeric with the log model prior.
Examples
log_prior(params = list(r=2), complex = list(oc = 2))
[Package FBMS version 1.1 Index]