二元copula参数估计问题。
显示 更早的评论
>> U = ksdensity(X,X,'function','cdf');
V = ksdensity(Y,Y,'function','cdf');
>> rho_norm = copulafit('Gumbel',[U(:), V(:)])
Error using copulafit (line 67)
U must contain values strictly between 0 and 1.
U是核分布估计生成的累计概率分布,肯定是在0到1之间啊,实在找不到出错原因
麻烦各路大神帮帮解答一下
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 copula 分布和相关样本 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!