Generate Normally Distributed Latin Hyper Cube samples

This funtions helps to generate Normally Distributed Latin Hyper Cube samples
다운로드 수: 516
업데이트 날짜: 2015/2/12

라이선스 보기

N Points in an K dimensional Latin hypercube are to be selected. Each of the M coordinate dimensions is discretized to the values 1 through N. The points are to be chosen in such a way that no two points have any coordinate value in common. This is a standard Latin hypercube requirement, and there are many solutions.
This algorithm differs in that it tries to pick a solution which has the property that the points are "spread out" as evenly as possible. It does this by mapping the solution elements through the normal Gaussian cumulative distribution function

Example :
X = Generate_LHS('n', 100, 'k' , 2, 'plot_flag',1,'Normal_dist_flag',1,'hist_flag',1);

References:
M. Cavazzuti, Optimization Methods: From Theory to Design,
Springer- Verlag Berlin Heidelberg 2013

Inspired by:
http://www.mathworks.com/matlabcentral/fileexchange/48927-lhsdesigncon

인용 양식

Chandramouli Gnanasambandham (2024). Generate Normally Distributed Latin Hyper Cube samples (https://www.mathworks.com/matlabcentral/fileexchange/49675-generate-normally-distributed-latin-hyper-cube-samples), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2013b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Industrial Statistics에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0