Learn R Programming

FBMS (version 1.1)

log_prior: Log model prior function

Description

Log model prior function

Usage

log_prior(params, complex)

Value

A numeric with the log model prior.

Arguments

params

list of passed parameters of the likelihood in GMJMCMC

complex

list of complexity measures of the features included into the model

Examples

Run this code
log_prior(params = list(r=2), complex = list(oc = 2))

Run the code above in your browser using DataLab