summaryrefslogtreecommitdiff
path: root/man/fitch.Rd
blob: 17157977d0407aa69f931db31bd1b6576bac4a14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/estpoly.R
\name{fitch}
\alias{fitch}
\title{Fit Characteristics}
\usage{
fitch(x)
}
\arguments{
\item{x}{the estimated model}
}
\value{
A list containing the following elements

\item{MSE}{Mean Square Error measure of how well the response of the model fits
the estimation data}
\item{FPE}{Final Prediction Error}
\item{FitPer}{Normalized root mean squared error (NRMSE) measure of how well the 
response of the model fits the estimation data, expressed as a percentage.}
\item{AIC}{Raw Akaike Information Citeria (AIC) measure of model quality}
\item{AICc}{Small sample-size corrected AIC}
\item{nAIC}{Normalized AIC}
\item{BIC}{Bayesian Information Criteria (BIC)}
}
\description{
Returns quantitative assessment of the estimated model as a list
}