Create partial function to sample from gamma distributions

dist_setup(dist_shape = NULL, dist_scale = NULL)

Arguments

dist_shape

numeric shape parameter of Weibull distribution

dist_scale

numeric scale parameter of Weibull distribution

Value

partial function that takes a numeric argument for number of samples

Author

Joel Hellewell