R/integrate_func2.R

Defines functions integrate_func2

integrate_func2=function(operator, e, sig){
  re=(2*cos(operator*e)-operator*e*sin(operator*e)+sig*operator^2*cos(operator*e))*exp(operator^2*sig/2)
  return(as.numeric(re))
}

Try the MECfda package in your browser

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

MECfda documentation built on April 3, 2025, 10:07 p.m.