You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

34 lines
1.2 KiB

// expected time for all messages to be sent
R{"time"}min=?[ F "all_delivered" ]
R{"time"}max=?[ F "all_delivered" ]
// expected time for one message to be sent
Rmin=?[ F "one_delivered" ]
Rmax=?[ F "one_delivered" ]
// message of any station eventually delivered before i backoffs
Pmin=?[true U "succes_with_backoff_under_1" ]
Pmax=?[true U "succes_with_backoff_under_1" ]
Pmin=?[true U "succes_with_backoff_under_2" ]
Pmax=?[true U "succes_with_backoff_under_2" ]
Pmin=?[true U "succes_with_backoff_under_3" ]
Pmax=?[true U "succes_with_backoff_under_3" ]
Pmin=?[true U "succes_with_backoff_under_4" ]
Pmax=?[true U "succes_with_backoff_under_4" ]
// probability all sent successfully before a collision with max backoff
Pmin=?[ !"collision_max_backoff" U "all_delivered" ]
Pmax=?[ !"collision_max_backoff" U "all_delivered" ]
// probability a station suffers i collisions
Pmin=?[true U "collisions_equal_1" ]
Pmax=?[true U "collisions_equal_1" ]
Pmin=?[true U "collisions_equal_2" ]
Pmax=?[true U "collisions_equal_2" ]
Pmin=?[true U "collisions_equal_3" ]
Pmax=?[true U "collisions_equal_3" ]
Pmin=?[true U "collisions_equal_4" ]
Pmax=?[true U "collisions_equal_4" ]