diff options
Diffstat (limited to 'Assignment2/report/intro.tex')
-rw-r--r-- | Assignment2/report/intro.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assignment2/report/intro.tex b/Assignment2/report/intro.tex index 7e41932..9d9121c 100644 --- a/Assignment2/report/intro.tex +++ b/Assignment2/report/intro.tex @@ -46,7 +46,7 @@ The MSE is well-established in statistics. Of course, in the usual case where we only need to consider one model with different reparations, the size of $M$ is fixed and we may use the sum of squared errors (SSE) as well. -Another reasonable cost function is the number of modified transitions. +Another reasonable cost function is the number of modified transitions (NMT). This measure counts the pairs of states $s_1,s_2$ for which the probability of $s_1\to s_2$ differs between $M$ and $M'$. The intuition is that the model is almost correct but may contain human errors, such as off-by-one errors or typos. |