0
$\begingroup$

I'm searching for the calculation of the quality of the estimated model output compared to the measured data. I'm working with the System Identification Toolbox. You can see an example here http://de.mathworks.com/help/ident/ref/compare.html at the first graph. Is the percentage calculated with an integral or any other method?

$\endgroup$

1 Answer 1

-1
$\begingroup$

I found the answer. It is at the same page at Output Arguments --> Fit. The fit is calculated (in percentage) using: $$ fit=100*(1-\frac{||y-\hat{y}||}{||y-mean(y)||}) $$ where $\hat{y}$ is the estimated model and $y$ the measured data

$\endgroup$
2
  • 2
    $\begingroup$ Please edit your answer with the actual answer to the question, not just where to find it. $\endgroup$
    – Wasabi
    Commented Sep 27, 2016 at 10:25
  • $\begingroup$ i have changed it $\endgroup$
    – hockeyman
    Commented Sep 27, 2016 at 12:10

Not the answer you're looking for? Browse other questions tagged or ask your own question.