error in using latin hypercube sampling 'lhsnorm'
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
MOHD UBAID
il 2 Lug 2020
Commentato: MOHD UBAID
il 3 Lug 2020
mu =
30.2800 468.9000 5.0000 0.2042
>> cov=[21 10 40 12]
cov =
21 10 40 12
>> l=lhsnorm(mu,cov,10)
Index in position 1 exceeds array bounds (must not exceed 1).
Error in lhsnorm (line 59)
x(:,i) = norminv(x(:,i),mu(i), sqrt(sigma(i,i)));
why is it showing this error and how can i eliminate this error?
thanks in advance
0 Commenti
Risposta accettata
Walter Roberson
il 2 Lug 2020
When your mu is a vector of length 4, then your cov must be a 4 x 4 positive definite (covariance) matrix, not a row vector.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Industrial Statistics in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!