R/T_h.R

Defines functions T_h

T_h <-
function(x,h) {
  exp((x^2*h)/2)
}

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.