Mutual Information between continuous random variables
Mostrar comentarios más antiguos
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 comentarios
KSSV
el 29 de Jul. de 2021
What do you mean by mutual information?
Swarnalee Mazumder
el 24 de Nov. de 2021
Hi @Deepthi B, I am trying to do something similar. I was wondering if this issue has been solved or not.
Respuestas (1)
KSSV
el 29 de Jul. de 2021
1 voto
7 comentarios
Deepthi B
el 29 de Jul. de 2021
Jeff Miller
el 30 de Jul. de 2021
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
el 1 de Ag. de 2021
Jeff Miller
el 1 de Ag. de 2021
Sorry, I have no related materials to provide.
Deepthi B
el 1 de Ag. de 2021
Deepthi B
el 2 de Ag. de 2021
Jeff Miller
el 2 de Ag. de 2021
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.
Categorías
Más información sobre Uniform Distribution (Continuous) en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!