R/dentist.R
dent_propose.Rd
Propose new values This proposes new values using a normal distribution centered on the original parameter values, with desired standard deviation. If any proposed values are outside the bounds, it will propose again.
dent_propose(old_params, lower_bound = -Inf, upper_bound = Inf, sd = 1)
The original parameter values
Minimum parameter values to try. One for all or a vector of the length of par.
Maximum parameter values to try. One for all or a vector of the length of par.
Standard deviation to use for the proposals. One for all or a vector of the length of par.
A vector of the new parameter values