フィルターのクリア

Maximum number of dimensions for copulacdf('t', U, rho, nu)

1 回表示 (過去 30 日間)
Stefan M
Stefan M 2017 年 12 月 15 日
コメント済み: Stefan M 2017 年 12 月 18 日
Hi everyone,
I tried calculating the CDF of a Student t copula for a gof test, but got this error:
Error using mvtcdf (line 195)
Number of dimensions must be less than or equal to 25.
Error in copulacdf (line 75)
p = mvtcdf(tinv(u,nu),Rho,nu);
Is the maximum number of dimensions for this calculation really 25? The same input parameters are working for the copulapdf method.
Thanks in advance for your help.

採用された回答

the cyclist
the cyclist 2017 年 12 月 15 日
If you get a file listing ...
type mvtcdf
you will see that there is, in fact, a hard-coded limit of 25 on the dimensions.
Caveat emptor, but you could copy that file to your own "my_mvtcdf", change that limit, and run that instead.
  1 件のコメント
Stefan M
Stefan M 2017 年 12 月 18 日
Thank you for the fast answer.

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by