View source: R/sampling_utils.R
sampler2 | R Documentation |
Funtion that will sample parameter values from a uniform distribution based on latin hypercube sampling.
sampler2(n = 100, paramdf)
n |
numeric for the number of samples. Default is set to 100. |
paramdf |
dataframe for parameters names and values |
This function will sample from a uniform distribution 2 different parameter values of interest. Maximum and minimum values to sample from uniform distribution should be provided.
dataframe for sampled parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.