-
Notifications
You must be signed in to change notification settings - Fork 0
/
references.bib
266 lines (206 loc) · 10.7 KB
/
references.bib
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
% This file was created with JabRef 2.10.
% Encoding: ISO8859_1
@Book{Albon2018,
Title = {Machine Learning with Python Cookbook: Practical Solutions from Preprocessing to Deep Learning},
Author = {Albon, C.},
Publisher = {O'Reilly Media},
Year = {2018},
Url = {http://shop.oreilly.com/product/0636920085423.do}
}
@Book{Anay2018,
Title = {Clean Code in Python: Refactor Your Legacy Code Base},
Author = {Mariano Anaya},
Publisher = {Packt Publishing Ltd},
Year = {2018},
Url = {https://www.worldcat.org/title/clean-code-in-python-refactor-your-legacy-code-base/oclc/1051140696}
}
@Book{Burg2013,
Title = {H{\"o}here Mathematik f{\"u}r Ingenierure},
Author = {Burg, C. and Haf, H. and Wille, F. and Meister, A.},
Editor = {Haf, H. and Meister, A.},
Publisher = {Spring},
Year = {2013},
Edition = {6},
Volume = {3},
Doi = {10.1007/978-3-8348-2334-2}
}
@Book{Burg2012,
Title = {H{\"o}here Mathematik f{\"u}r Ingenierure},
Author = {Burg, C. and Haf, H. and Wille, F. and Meister, A.},
Editor = {Haf, H. and Meister, A.},
Publisher = {Springer},
Year = {2012},
Edition = {7},
Volume = {2},
Doi = {10.1007/978-3-8348-2267-3}
}
@Book{Cooper2018,
Title = {Adopting InnerSource: Principles and Case Studies},
Author = {Cooper, D. and Stol, K},
Publisher = {O'Reilly Media, Inc.},
Year = {2018},
Url = {https://innersourcecommons.org/documents/books/AdoptingInnerSource.pdf}
}
@Book{Duvall2013,
Title = {Continuous integration improving software quality and reducing risk},
Author = {Duvall, P. and Matyas, S. and Glover, A.},
Publisher = {Upper Saddle RiverUpper Saddle River},
Year = {2013},
Url = {http://www.worldcat.org/oclc/935172766}
}
@Book{Golub2013,
Title = {Matrix computations},
Author = {Gene H. Golub and Charles F. Van Loan},
Publisher = {Johns Hopkins Press},
Year = {2013}
}
@Book{Govindaraj2015,
Title = {Test-Driven Python Development},
Author = {Siddharta Govindaraj},
Publisher = {Packt Publishing Ltd},
Year = {2015},
Url = {https://www.packtpub.com/application-development/test-driven-python-development}
}
@Book{Guido2016,
Title = {Introduction to Machine Learning with Python: A Guide for Data Scientists},
Author = {Guido, Sarah and M{\"u}ller, Andreas C.},
Publisher = {O'Reilly Media, Inc.},
Year = {2016},
Url = {https://www.oreilly.com/library/view/introduction-to-machine/9781449369880/}
}
@Book{Hunt2019,
Title = {The Pragmatic Programmer: From Journeyman to Master},
Author = {Andrew Hunt and David Thomas},
Publisher = {The Pragmatic Bookshelf},
Year = {2019},
Url = {https://pragprog.com/book/tpp20/the-pragmatic-programmer-20th-anniversary-edition}
}
@Book{Kruchten2019,
Title = {Managing Technical Debt: Reducing Friction in Software Development},
Author = {Philippe Kruchten and Robert Nord and Ipek Ozkaya},
Publisher = {Software Engineering Institute, Carnegie Mellon University},
Year = {2019},
Url = {https://resources.sei.cmu.edu/library/asset-view.cfm?assetID=546594}
}
@Article{Markovsky2007,
Title = {Overview of total least-squares methods},
Author = {Ivan Markovsky and Sabine Van Huffel},
Journal = {Signal Processing},
Year = {2007},
Note = {Special Section: Total Least Squares and Errors-in-Variables Modeling},
Number = {10},
Pages = {2283 - 2302},
Volume = {87},
Abstract = {We review the development and extensions of the classical total least-squares method and describe algorithms for its generalization to weighted and structured approximation problems. In the generic case, the classical total least-squares problem has a unique solution, which is given in analytic form in terms of the singular value decomposition of the data matrix. The weighted and structured total least-squares problems have no such analytic solution and are currently solved numerically by local optimization methods. We explain how special structure of the weight matrix and the data matrix can be exploited for efficient cost function and first derivative computation. This allows to obtain computationally efficient solution methods. The total least-squares family of methods has a wide range of applications in system theory, signal processing, and computer algebra. We describe the applications for deconvolution, linear prediction, and errors-in-variables system identification.},
Doi = {https://doi.org/10.1016/j.sigpro.2007.04.004},
ISSN = {0165-1684}
}
@Book{Martin2019,
Title = {Clean Agile: Back to Basics},
Author = {Martin, R.},
Publisher = {O'Reilly Media},
Year = {2019},
Url = {https://www.oreilly.com/library/view/clean-agile-back/9780135782002/}
}
@Book{Martin2018,
Title = {Clean Architecture: A Craftsman's Guide to Software Structure and Design},
Author = {Martin, R. C.},
Publisher = {Prentice Hall},
Year = {2018},
Url = {https://www.oreilly.com/library/view/clean-architecture-a/9780134494272/}
}
@Book{Martin2011,
Title = {The Clean Coder},
Author = {Martin, Robert C.},
Publisher = {Pearson Education},
Year = {2011},
Url = {https://www.oreilly.com/library/view/the-clean-coder/9780132542913/}
}
@Book{Martin2008,
Title = {Clean Code: A Handbook of Agile Software Craftsmanship},
Author = {Martin, Robert C.},
Publisher = {Prentice Hall},
Year = {2008},
Url = {https://www.oreilly.com/library/view/clean-code/9780136083238/}
}
@Book{Okken2018,
Title = {Python Testing with pytest},
Author = {Brian Okken},
Publisher = {The Pragmatic Bookshelf},
Year = {2018},
Url = {https://pragprog.com/book/bopytest/python-testing-with-pytest}
}
@Misc{PyReference,
Title = {The Python Language Reference},
Author = {Python.org},
Url = {https://docs.python.org/3/reference/index.html}
}
@Article{Rhode2020,
Title = {Power prediction for electric vehicles using online machine learning},
Author = {Stephan Rhode and Steven [Van Vaerenbergh] and Matthias Pfriem},
Journal = {Engineering Applications of Artificial Intelligence},
Year = {2020},
Pages = {103278},
Volume = {87},
Doi = {https://doi.org/10.1016/j.engappai.2019.103278},
ISSN = {0952-1976},
Url = {http://www.sciencedirect.com/science/article/pii/S0952197619302428}
}
@InProceedings{Rhode2019,
Title = {Online validity monitor for vehicle dynamics models},
Author = {S. {Rhode} and J. {Von Keler}},
Booktitle = {2019 IEEE International Conference on Connected Vehicles and Expo (ICCVE)},
Year = {2019},
Month = {Nov},
Pages = {1-6},
Doi = {10.1109/ICCVE45908.2019.8965162},
ISSN = {2378-1289},
Keywords = {Model validation;online;vehicle dynamics;Jensen-Shannon divergence}
}
@Book{Schlusser2016,
Title = {The Hitchhiker's Guide to Python},
Author = {Schlusser, T. and Reitz, K.},
Publisher = {O'Reilly Media, Inc.},
Year = {2016},
Url = {https://www.oreilly.com/library/view/the-hitchhikers-guide/9781491933213/}
}
@Book{Schramm2018,
Title = {Modellbildung und Simulation der Dynamik von Kraftfahrzeugen},
Author = {Schramm, D. and Hiller, M. and Bardini, R.},
Publisher = {Springer},
Year = {2018},
Doi = {10.1007/978-3-662-54481-5}
}
@Misc{Spolsky2000,
Title = {The Joel Test: 12 Steps to Better Code},
Author = {Spolsky, Joel},
Year = {2000},
Url = {https://www.joelonsoftware.com/2000/08/09/the-joel-test-12-steps-to-better-code/}
}
@Book{VanderPlas2016,
Title = {A Whirlwind Tour of Python},
Author = {VanderPlas, Jake},
Publisher = {O'Reilly Media, Inc.},
Year = {2016},
Url = {https://jakevdp.github.io/WhirlwindTourOfPython/}
}
@Book{VanderPlas2016a,
Title = {Python Data Science Handbook},
Author = {VanderPlas, Jake},
Publisher = {O'Reilly Media, Inc.},
Year = {2016},
Url = {https://jakevdp.github.io/PythonDataScienceHandbook/}
}
@Misc{PEP8,
Title = {PEP 8 -- Style Guide for Python Code},
Url = {https://www.python.org/dev/peps/pep-0008/}
}
@Misc{PyCheatSheats,
Title = {Python data science cheat sheets},
Url = {https://www.datacamp.com/community/data-science-cheatsheets}
}
@Misc{PyStandardLib,
Title = {The Python Standard Library},
Url = {https://docs.python.org/3/library/index.html#library-index}
}
@comment{jabref-meta: databaseType:bibtex;}