powered by
Local hyperparameter exponentiated-normal search function
dlog.norm(n, center, sd)
A numeric vector of length \(n\).
Sample size. A positive scalar integer.
Exponential of the mean. A numeric scalar (or vector).
Standard deviation. A numeric scalar (or vector).
This function can be used by MSS.snow.
MSS.snow
unif.mh, MSS.snow, fun.load.
unif.mh
fun.load
x <- dlog.norm(100, 1, 1) hist(x) ## The function is currently defined as function (n, center, sd) { return(exp(rnorm(n, log(center), sd))) }
Run the code above in your browser using DataLab