R/gconv.R

Defines functions gconv

Documented in gconv

gconv <-
function(g1,g2){
#convolution of g1 and g2
convolve(g1,rev(g2),type="o")
}

Try the SensitivityCaseControl package in your browser

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

SensitivityCaseControl documentation built on June 4, 2022, 1:05 a.m.