R/integrate_func1.R

Defines functions integrate_func1

integrate_func1=function(operator, e, sig){
  re=(operator^(-1)*sin(operator*e)+e*cos(operator*e)+sig*operator*sin(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.