Data Fitting and Uncertainty (A Practical Introduction To Weighted Least Squares and Beyond)
Data Fitting and Uncertainty (A Practical Introduction To Weighted Least Squares and Beyond)
net/publication/281821784
CITATIONS READS
262 3,004
1 author:
Tilo Strutz
Leipzig University of Telecommunications (HfTL)
78 PUBLICATIONS 522 CITATIONS
SEE PROFILE
Some of the authors of this publication are also working on these related projects:
All content following this page was uploaded by Tilo Strutz on 16 September 2015.
Contents
B Implementation 202
B.1 Functionality . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 202
B.2 Manual . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 202
B.2.1 Input and output . . . . . . . . . . . . . . . . . . . . . . . . 204
B.2.2 Initialisation of model parameters . . . . . . . . . . . . . . 210
B.2.3 Processing control . . . . . . . . . . . . . . . . . . . . . . . 213
B.2.4 Weights and outliers . . . . . . . . . . . . . . . . . . . . . . 213
B.3 General organisation of source code . . . . . . . . . . . . . . . . . . 219
B.4 Model functions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 221
B.4.1 Numerical differentiation . . . . . . . . . . . . . . . . . . . 221
B.4.2 Handling of multi-dimensional conditions . . . . . . . . . . 222
XIII
Bibliography 237
Index 241