R/power_o_to_sigma.R

power_o_to_sigma <-
function(power_o, lambda, time_step){
	return(sqrt(power_o/(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.