powered by
This is an internal function of the weibull4 package
proposalfunction(param)
Vector containing shape, scale, location, area and SD parameters
Vector containing proposal values for shape, scale, location, area and SD
https://theoreticalecology.wordpress.com/2010/09/17/metropolis-hastings-mcmc-in-r/
# NOT RUN { function (param) { return(rnorm(5, mean = param, sd = param * 0.015)) } # }
Run the code above in your browser using DataLab