Mutual Information between continuous random variables
显示 更早的评论
I want to determine the mutual information or information gain between the 30 years rainfall data at two stations. Since, rainfall data is a continuous variables, can someone suggests me a matlab code to determine the mutual information?
3 个评论
KSSV
2021-7-29
What do you mean by mutual information?
Swarnalee Mazumder
2021-11-24
Hi @Deepthi B, I am trying to do something similar. I was wondering if this issue has been solved or not.
回答(1 个)
KSSV
2021-7-29
1 个投票
7 个评论
Deepthi B
2021-7-29
Jeff Miller
2021-7-30
Tough problem, because you need the density of the joint distribution to compute the mutual information for continuous variables. Unless you have a joint distribution family in mind (e.g., bivariate normal) and a way to estimate its density (easy for normal), then (as far as I can see) you will have to categorize your continuous scores into discrete bins and then use the discrete methods.
Deepthi B
2021-8-1
Jeff Miller
2021-8-1
Sorry, I have no related materials to provide.
Deepthi B
2021-8-1
Deepthi B
2021-8-2
Jeff Miller
2021-8-2
I don't know Python, but I doubt it. I don't think you can do anything without knowing or assuming the underlying joint distribution family, regardless of the programming language.
类别
在 帮助中心 和 File Exchange 中查找有关 Uniform Distribution (Continuous) 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!