diff --git a/store.model b/store.model new file mode 100644 index 00000000..ed421ffb --- /dev/null +++ b/store.model @@ -0,0 +1,18 @@ + +name = StoreSalesModel +alphabet = M,N,F +states = H,L +initial = H:0.5 L:0.5 + + +name = H +emissions = M:0.6 N:0.3 F:0.1 +transitions = H:0.7 L:0.3 + + + +name = L +emissions = M:0.1 N:0.3 F:0.6 +transitions = H:0.4 L:0.6 + +