R/drawCapRatesGamma.R

drawCapRatesGamma <-
function(shape, rate){
	function(n) rgamma(n, shape=shape, rate=rate)
}

Try the capwire package in your browser

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

capwire documentation built on May 2, 2019, 9:45 a.m.