24 lines
603 B
TeX
24 lines
603 B
TeX
\documentclass[12pt]{book}
|
|
|
|
\input{../../header}
|
|
|
|
\lstset{inputpath=../code}
|
|
\graphicspath{{figures/}}
|
|
|
|
\typein[\pagenumber]{Number of first page}
|
|
\typein[\chapternumber]{Chapter number}
|
|
\setcounter{page}{\pagenumber}
|
|
\setcounter{chapter}{\chapternumber}
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
\begin{document}
|
|
|
|
\input{regression}
|
|
|
|
Example for fit with matlab functions lsqcurvefit, polyfit
|
|
|
|
Example for overfitting with polyfit of a high order (=number of data points)
|
|
|
|
\end{document}
|