Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pareto distribution problem #84

Open
dtesch opened this issue Jan 4, 2019 · 0 comments
Open

Pareto distribution problem #84

dtesch opened this issue Jan 4, 2019 · 0 comments

Comments

@dtesch
Copy link

dtesch commented Jan 4, 2019

Dear Davide,

Are the Pareto distribution fully implemented?

I ran several simulations by varying the values of the alpha-on, alpha-off and r parameters and did not observe any changes in the simulation result.

I noticed that the parameters of the Pareto distribution change the value of the GlobalParams::probability_of_retransmission, according to the code below:

GlobalParams::probability_of_retransmission = GlobalParams::packet_injection_rate * pow((1 - r), (1 / Aoff - 1 / Aon));

It is not clear to me what the probability_of_retransmission is and what it is used for.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant