R/inte_part.R

Defines functions inte_part

inte_part=function(operator,epsilon,sigma2){
  re=(operator^(-1)*epsilon*sin(operator*epsilon)-sigma2*cos(operator*epsilon))*exp(operator^2*sigma2/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.