문제

I want to use the Latin Hypercube sampling method to select points uniformly from a Normal Distribution. If I have the line below which gives me a Normally Distributed set of data, how would I then go about applying the Latin Hypercube method to it?

d = 3*t +0.00167*randn(1000,1);

Thanks

도움이 되었습니까?

해결책

I believe you are looking for lhsnorm function

you can read about it here lhsnorm

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top