Random Latin Hypercube Sampling in R

See Video  ☝



In this video you will learn how to carry out random Latin hypercube sampling in R studio.
The Video will include:
  • Description of Latin hypercube sampling
  • How to carry out Latin hypercube sampling in R studio
  • Creating plot using plot function
  • Creating plot using the grammar of graphics plot function

Latin Hypercube Sampling is a way of generating random samples of parameter values.
LHS is based on the Latin square design, which has a single sample in each row and column.
Latin hypercube sampling is widely used in the following fields:
  • Simulation experimental designs
  • Uncertainty analysis
  • Adaptive meta-modeling
  • Reliability analysis
  • Probabilistic load flow analysis


Comments

Popular posts from this blog

Two way repeated measures analysis in R

Split plot analysis in R

Elegant barplot using ggplot function in R