如何在模拟中使用 mvnrnd 函数?
当使用 mvnrnd 函数时,我们使用均值和协方差矩阵,它是正半定的,我的问题是:
在模拟中使用此函数时,协方差矩阵有时不是正半定的,我该如何处理?使用 chol 函数?如果是这样怎么办?
when using mvnrnd function we use mean and covariance matrix which is positive semi definite my question is:
When using this function in simulation the covariance matrix sometimes is not positive semi definite how can I deal with it? Using chol function? If so how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
非常相似的讨论此处
简短的答案是您的输入(这是您的输出)模拟)无效。这可能有几个原因。
在不了解您的情况的情况下,我会向您指出此资源来找出您的原因获得非正半定的协方差,该网站的最后一部分给出了一种“回避”问题的方法。
Very similar discussion here
The short answer is that your input (which is output from your simulation) is not valid. This could be for a few reasons.
Without knowing your situation, I would point you to this resource to figure out why you are getting covariances that are not positive semi-definite, and the last section of that site gives a method of "side-stepping" the problem.