How can I us the mvncdf function for more than 25 dimensions?
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I want to obtain the mvncdf for more than 25 dimensions. I use the ndgrid function to generate the arrays, and that works. But when moving on to the mvncdf the following error appears:
Error using ==> mvncdf at 283 Number of dimensions must be less than or equal to 25.
Is there any possibility to change this limit of dimensions?
0 Commenti
Risposta accettata
Shashank Prasanna
il 9 Lug 2013
This is forced limit. You can change it by editing the mvncdf.m file but is not recommended.
Please note that this is not supported and your mileage may vary.
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Probability Distributions and Hypothesis Tests 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!