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

Network modeling program (all classes) #5

Open
66 of 67 tasks
lobisquit opened this issue Apr 13, 2017 · 0 comments
Open
66 of 67 tasks

Network modeling program (all classes) #5

lobisquit opened this issue Apr 13, 2017 · 0 comments

Comments

@lobisquit
Copy link
Owner

lobisquit commented Apr 13, 2017

  • Probability recap: see First lectures #4

  • Markov chains see Asymptotic MC behaviour #1

    • markov property
    • homogeneus MC
    • Probability matrix (1 and n-step)
  • Poisson's processes

    • definition -> law of rare events (no demonstration here, see KT p. 23) NOT MANDATORY
    • exponential inter-arrival time (<- cit recap)
  • Particular poisson processes

    • M/G/1 as MC: tn as departure times
    • G/M/1 as MC: tn as arrival times
  • First step analysis (<- Markov property) 582d24e

  • Random walks (as particular MC) NOT MANDATORY 04eaa22

  • Synchronization model 762a7d2

  • First passage time theta_ij, f_ij(n) definitions 582d24e

  • Asymptotic behaviour, see Asymptotic MC behaviour #1

    • regular MC

    • limiting distribution: proof of existence and uniqueness for regular finite MC

    • accessibility and communication between states: classes of states

    • period d(j) is a class property

    • sufficient and necessary condition for recurrent states (sum_n p_ii^(n) = + inf)

    • recurrence as a class property

    • basic limit theorem for MCs -> proof of existence and uniqueness of limiting distribution for aperiodic, irreducible, recurrent classes

    • Lemma 4.1: yet another sufficient and necessary condition for recurrent states


      see Completing MC asymptotic behaviour #6

    • guess on G/M/1 limiting distribution (c beta^k)

    • periodic MC definition -> limiting distribution of falling into a recurrent class from a transient state

    • Th. 3.1 (KT page 91)

    • Th. finite MC has at least one positive recurrent state and (Th.) no null recurrent states

    • Lemma 4.13 (Ross, 2nd edition, pages 78-82), irreducible MC has f_i0 = 1 for i!=0

    • Th. 4.14 (Ross, 2nd edition, pages 78-82), transient MC has non-zero bounded solution for Zj system

    • Th 4.2 (KT page 95): necessary condition on MC irreducible and aperiodic

      • recap table of all conditions above
    • M/G/1 is transient/recurrent conditions for rho > 1 1806861

  • Poisson process reloaded

    • Lemma: sum of indipendent Poisson is Poisson
    • Law of rare events (demonstration) NOT MANDATORY
    • Poisson arrivals in [0, t] | number of arrivals in [0, t] are uniformly distributed in [0, t]
    • Th. Poisson arrivals in [0, u] | number of arrival in [0, t] are binomial distributed ~ bin(n, u/t) ~~> nice diagram intensity-time
    • M/G/inf
  • BG 275: slotted multi-access

    • assumptions
    • drift analysis
    • aloha & slotted aloha: correct analysis for m finite and m -> inf
    • Pake's lemma: sufficient condition on drift for stable (positive recurrent) MCs
    • Kaplan's lemma: sufficient condition on drift for not stable (not positive recurrent) MCs
    • enhanced aloha: CSMA & CSMA/CD
  • Renewal processes: see pull Renewal processes #9

    • Introduction. c5eae12
    • Renewal equation
    • Wald equation
    • Elementary renewal theorem
    • Key renewal theorem
    • Limiting distribution of the excess life
    • Delayed renewal processes
    • Theorem 3.6
    • Semi-Markov process
  • Go-Back-N

  • sensor networks NOT MANDATORY 777fffd

@pittix pittix changed the title Network modeling program (up to 12/04) Network modeling program (up to 26/04) Apr 26, 2017
@pittix pittix changed the title Network modeling program (up to 26/04) Network modeling program (up to 05/06) Jun 5, 2017
@pittix pittix changed the title Network modeling program (up to 05/06) Network modeling program (all classes) Jun 6, 2017
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