search for: functionx

Displaying 1 result from an estimated 1 matches for "functionx".

Did you mean: function
2013 Feb 19
1
latin hypercube sampling
...online about lhs or clhs, so from different other help threads I have seen, it seems I need to create a probability density function for each variable function, and then use latin hypercube sampling on this pdf. So far, I have created a data frame consisting of the "y" output of density(functionX) for each of the different functions I wish to sample. [examples of functions include T1(t), WL1(T1,t), BE1(WL1,T1,t)] The dataframe consists of 512 rows/vectors for each function. I tried running res <- clhs(df, size = 500, iter = 2000, progress = FALSE, simple = TRUE) and it returned a si...