R/sigma_to_power_o.R

sigma_to_power_o <-
function(sigma, lambda, time_step){
	return(sigma^2 * time_step *(1+exp(-time_step*lambda))/(1-exp(-time_step*lambda)));
}

Try the peacots package in your browser

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

peacots documentation built on May 2, 2019, 5:41 a.m.