Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Simulation›Latin Hypercube Sampling — Stratified Simulation Design
Process / pipeline

Latin Hypercube Sampling — Stratified Simulation Design

Latin Hypercube Sampling and Sensitivity Analysis · Also known as: LHS, Latin Hiperküp Örnekleme (LHS) ve Duyarlılık Analizi, stratified sampling design, space-filling design

Latin Hypercube Sampling (LHS) is a stratified space-filling design for computer experiments, introduced by McKay, Beckman, and Conover in 1979. It divides each input variable's range into equally probable strata and draws exactly one sample per stratum, ensuring that the full input space is covered with far fewer model evaluations than standard Monte Carlo simulation requires. It is routinely paired with global sensitivity analysis — particularly Sobol indices — to quantify how much each input drives output variability.

ScholarGate
  1. Process / pipeline
  2. v1
  3. 2 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Latin Hypercube Sampling
Bootstrap SimulationDesign of experimentsMONTE-CARLO-SIMULATIONVariance Reduction for M…Agent-Based ModelingAgent-based sensitivity…Discrete-Event SimulationGlobal Sensitivity Analy…Hybrid Full Factorial De…Importance Sampling

+8 more

When to use it

LHS is appropriate whenever you need to explore how a computationally expensive model responds across its input space and a full factorial or random Monte Carlo design would be prohibitively costly. The method requires that input variable bounds and distributions can be specified — even approximate marginal distributions are sufficient. It is particularly well-suited for global sensitivity analysis when inputs are continuous. If inputs are strongly correlated, apply the Iman-Conover correction before sampling. When the model is very cheap to evaluate, standard Monte Carlo with a very large sample size is a simpler alternative; when you need only local sensitivity, gradient-based methods may be more informative.

Strengths & limitations

Strengths
  • Achieves similar estimation accuracy to standard Monte Carlo with substantially fewer model evaluations, making it highly efficient for expensive simulations.
  • Guarantees full coverage of each input variable's range through stratification, eliminating the clustering and gaps that plague pure random sampling.
  • Pairs naturally with Sobol global sensitivity indices, enabling a principled ranking of input importance.
  • Applicable to any black-box model — no derivative information or analytic form is required.
  • The Iman-Conover extension handles correlated inputs without sacrificing the space-filling property.
Limitations
  • Requires that input distributions and bounds be specified in advance; poorly chosen distributions can misrepresent the true parameter space.
  • Sobol sensitivity analysis demands a sample size of N·(k+2), which can become large when the number of inputs k is high.
  • LHS does not guarantee optimality in high-dimensional spaces — the advantage over random sampling diminishes as dimensionality grows.
  • The method is purely exploratory; it does not itself estimate uncertainty of the output distribution without additional analysis.

Frequently asked

How is LHS different from standard Monte Carlo sampling?

Both methods are used to sample an input space for simulation, but they differ in how they place samples. Standard Monte Carlo draws each sample point independently and uniformly at random, which can leave some regions of the input space over-represented and others sparse purely by chance. LHS enforces a stratification rule: each input variable's range is divided into equally probable intervals, and exactly one sample is placed in each interval. This guarantees better coverage of the input space with the same number of points, leading to lower estimation variance for many quantities of interest.

How many samples are needed?

A minimum of 1000 sample points is the commonly recommended threshold for reliable coverage of the input space with LHS. For Sobol sensitivity analysis the required sample size is N·(k+2), where k is the number of input variables. For example, with 10 inputs and N = 1024, the total number of model evaluations is 12 288. Below 1000 samples, the space-filling advantage of LHS narrows and Sobol indices become highly uncertain.

What are Sobol indices and why are they used with LHS?

Sobol indices are variance-based sensitivity measures. The first-order index S_i quantifies how much of the total output variance is explained by input i alone; the total-order index S_Ti captures the combined effect of input i and all its interactions with other inputs. They are commonly paired with LHS because LHS produces a well-spread sample over the input space, which is the starting point for the Saltelli estimator of Sobol indices. Together, the two techniques identify which inputs drive model output and which can be treated as fixed — a key step in model simplification and calibration planning.

What should I do when inputs are correlated?

Standard LHS generates samples under the assumption that inputs are independent. When inputs are correlated, apply the Iman-Conover rank-correlation method as a post-processing step: it rearranges the LHS columns to induce the desired rank correlations among inputs while preserving the marginal distributions and the stratification property. Ignoring known correlations inflates or deflates sensitivity estimates and gives a misleading picture of which inputs matter most.

Sources

  1. McKay, M.D., Beckman, R.J. & Conover, W.J. (1979). A Comparison of Three Methods for Selecting Values of Input Variables in the Analysis of Output from a Computer Code. Technometrics, 21(2), 239-245. DOI: 10.1080/00401706.1979.10489755 ↗
  2. Saltelli, A., Ratto, M., Andres, T., Campolongo, F., Cariboni, J., Gatelli, D., Saisana, M. & Tarantola, S. (2008). Global Sensitivity Analysis: The Primer. Wiley. DOI: 10.1002/9780470725184 ↗

How to cite this page

ScholarGate. (2026, June 1). Latin Hypercube Sampling and Sensitivity Analysis. ScholarGate. https://scholargate.app/en/simulation/latin-hypercube-sampling

Related methods

Bootstrap SimulationDesign of experimentsMONTE-CARLO-SIMULATIONVariance Reduction for Monte Carlo

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • Bootstrap SimulationSimulation↔ compare
  • Design of experimentsExperimental design↔ compare
  • MONTE-CARLO-SIMULATIONDecision-making↔ compare
  • Variance Reduction for Monte CarloSimulation↔ compare
Compare side by side →

Referenced by

Agent-Based ModelingAgent-based sensitivity analysisDiscrete-Event SimulationGlobal Sensitivity AnalysisHybrid Full Factorial DesignImportance SamplingMarkov Chain Monte CarloRobust Sensitivity AnalysisSensitivity analysis-integrated design of experimentsSimulation-assisted Box-Behnken designSimulation-assisted design of experimentsSurrogate-Based OptimizationSystem DynamicsUncertainty Quantification

Similar methods

Global Sensitivity AnalysisRobust Sensitivity AnalysisRobust Monte Carlo SimulationStochastic Sensitivity AnalysisVariance Reduction for Monte CarloUncertainty QuantificationSensitivity analysis-integrated design of experimentsSensitivity Analysis with Fractional Factorial Design

Related reference concepts

Variance Reduction TechniquesMonte Carlo MethodsMonte Carlo Integration in PhysicsMonte Carlo IntegrationSensitivity Analysis in Economic EvaluationRandom Number Generation

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Latin Hypercube Sampling (Latin Hypercube Sampling and Sensitivity Analysis). Retrieved 2026-07-21 from https://scholargate.app/en/simulation/latin-hypercube-sampling · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originators
McKay, Beckman & Conover
Year
1979
Type
Stratified space-filling sampling design
OutputType
Sample matrix over input space; Sobol sensitivity indices
ComplementaryAnalysis
Global sensitivity analysis (Sobol indices, Iman-Conover correlation control)
DifficultyLevel
2
Related methods
Bootstrap SimulationDesign of experimentsMONTE-CARLO-SIMULATIONVariance Reduction for Monte Carlo
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account