R/T_g.R

Defines functions T_g

T_g <-
function(x,g) {
  if(g==0) x 
  else (exp(g*x)-1)/g
}

Try the OpVaR package in your browser

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

OpVaR documentation built on Sept. 8, 2021, 5:07 p.m.