# $Id: univ.dtmc 517 2007-01-22 17:40:05Z asminer $ # # # The student graduation rate dtmc # # DTMC STATES 6 INIT 0 : 1 ARCS 14 # state 0 : "freshman" 0 : 0 : 0.1 0 : 1 : 0.8 0 : 4 : 0.1 # state 1 : "soph" 1 : 1 : 0.2 1 : 2 : 0.7 1 : 4 : 0.1 # state 2 : "jr" 2 : 2 : 0.2 2 : 3 : 0.7 2 : 4 : 0.1 # state 3 : "sr" 3 : 3 : 0.1 3 : 4 : 0.1 3 : 5 : 0.8 # state 4 : "failed out" 4 : 4 : 1 # state 5 : "graduated" 5 : 5 : 1 END TIME 4 TIME 8 TIME 12