MATLAB: What are the differences between Latin Hypercube Sampling and Stratified Latin Hypercube Sampling as used in the Model-Based Calibration Toolbox

calibrationhypercubelatinmbcmodel-basedsamplingstratified

I would like to know the differences between Latin Hypercube Sampling and Stratified Latin Hypercube Sampling as used in the Model-Based Calibration Toolbox.

Best Answer

The following help documentation has detailed information about the differences between both the methods:
<http://www.mathworks.com/help/mbc/model/creating-a-space-filling-design.html>
or
Use the following command in MATLAB 8.0 (R2012b):
>> web([docroot '/mbc/mbc_gs/creating-space-filling-designs.html'])
Related Question