Create functions for renyi & shannon entropy?

4 vues (au cours des 30 derniers jours)
mohammed aljanabi
mohammed aljanabi le 14 Juin 2016
Commenté : Mustefa Bedri le 17 Oct 2021
How to create a function for the Renyi and Shannon formulas?
RENYI=(1/1-alpha).* log2(sum(q .^alpha))
SHANNON=-(sum (q .* log2 (q)))
  1 commentaire
mohammed aljanabi
mohammed aljanabi le 14 Juin 2016
thanks for your reply I just want to create functions for these formulas then call it to my program and for alpha>=0 & alpha!= 1 to avoid zero and for q is probability between 0 and 1

Connectez-vous pour commenter.

Réponse acceptée

Alexander Andreychenko
Alexander Andreychenko le 14 Juin 2016
Could you please specify for what kind of distributions do you want to compute that (continuous, discrete)? What is the nature of the state space of the distributions? How do you treat possible 0 values in logarithm?
  2 commentaires
mohammed aljanabi
mohammed aljanabi le 14 Juin 2016
thanks for your reply I just want to create functions for these formulas then call it to my program and for alpha>=0 & alpha!= 1 to avoid zero and for q is probability between 0 and 1
Mustefa Bedri
Mustefa Bedri le 17 Oct 2021
Please Alexander Andreychenko i need your help on "entropy based spectrum sensing for cognitive radio network". please if you can help me i am doing my thesis on that.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur App Building dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by