R/log_prior.R

Defines functions log_prior

Documented in log_prior

log_prior <-
function(theta){
	## Prior independant of the dynamical charaxcteristics
	- 1/2*sum((theta - 50)^2/ 10000 + log(100) ) / length(theta)
}

Try the pauwels2014 package in your browser

Any scripts or data that you put into this service are public.

pauwels2014 documentation built on May 1, 2019, 6:29 p.m.