-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
biblio.bib
1092 lines (966 loc) · 28.3 KB
/
biblio.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
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@article{Pearson:2017,
url = {http://adsabs.harvard.edu/abs/2017arXiv170304627P},
Archiveprefix = {arXiv},
Author = {{Pearson}, S. and {Price-Whelan}, A.~M. and {Johnston}, K.~V.},
Eprint = {1703.04627},
Journal = {ArXiv e-prints},
Keywords = {Astrophysics - Astrophysics of Galaxies},
Month = mar,
Title = {{Gaps in Globular Cluster Streams: Pal 5 and the Galactic Bar}},
Year = 2017
}
@book{Binney:2008,
url = {http://adsabs.harvard.edu/abs/2008gady.book.....B},
Author = {{Binney}, J. and {Tremaine}, S.},
Booktitle = {Galactic Dynamics: Second Edition, by James Binney and Scott Tremaine.~ISBN 978-0-691-13026-2 (HB).~Published by Princeton University Press, Princeton, NJ USA, 2008.},
Publisher = {Princeton University Press},
Title = {{Galactic Dynamics: Second Edition}},
Year = 2008
}
@article{gaia,
author = {{Gaia Collaboration}},
title = "{The Gaia mission}",
journal = {Astronomy and Astrophysics},
archivePrefix = "arXiv",
eprint = {1609.04153},
primaryClass = "astro-ph.IM",
keywords = {space vehicles: instruments, Galaxy: structure, astrometry, parallaxes, proper motions, telescopes},
year = 2016,
month = nov,
volume = 595,
doi = {10.1051/0004-6361/201629272},
url = {http://adsabs.harvard.edu/abs/2016A%26A...595A...1G},
}
@article{astropy,
author = {{Astropy Collaboration}},
title = "{Astropy: A community Python package for astronomy}",
journal = {Astronomy and Astrophysics},
archivePrefix = "arXiv",
eprint = {1307.6212},
primaryClass = "astro-ph.IM",
keywords = {methods: data analysis, methods: miscellaneous, virtual observatory tools},
year = 2013,
month = oct,
volume = 558,
doi = {10.1051/0004-6361/201322068},
url = {http://adsabs.harvard.edu/abs/2013A%26A...558A..33A}
}
@misc{fidgit,
author = {A. M. Smith and K. Thaney and M. Hahnel},
title = {Fidgit: An ungodly union of GitHub and Figshare},
year = {2020},
publisher = {GitHub},
journal = {GitHub repository},
url = {https://github.com/arfon/fidgit}
}
@article{brechmann2013modeling,
title={Modeling dependence with C-and D-vine copulas: the R package CDVine},
author={Brechmann, Eike Christian and Schepsmeier, Ulf},
journal={Journal of statistical software},
volume={52},
pages={1--27},
year={2013}
}
@book{goodfellow2016deep,
title={Deep learning},
author={Goodfellow, Ian and Bengio, Yoshua and Courville, Aaron},
year={2016},
publisher={MIT press}
}
@article{bergmeir2018note,
title={A note on the validity of cross-validation for evaluating autoregressive time series prediction},
author={Bergmeir, Christoph and Hyndman, Rob J and Koo, Bonsoo},
journal={Computational Statistics \& Data Analysis},
volume={120},
pages={70--83},
year={2018},
publisher={Elsevier}
}
@book{silverman2018density,
title={Density estimation for statistics and data analysis},
author={Silverman, Bernard W},
year={2018},
publisher={Routledge}
}
@Manual{nagler2023vine,
title = {VineCopula: Statistical Inference of Vine Copulas},
author = {Thomas Nagler and Ulf Schepsmeier and Jakob Stoeber and Eike Christian Brechmann and Benedikt Graeler and Tobias Erhardt},
year = {2023},
note = {R package version 2.5.0},
url = {https://CRAN.R-project.org/package=VineCopula},
}
@book{vovk2005algorithmic,
title={Algorithmic learning in a random world},
author={Vovk, Vladimir and Gammerman, Alexander and Shafer, Glenn},
volume={29},
year={2005},
publisher={Springer}
}
%chapter2
@article{ametrano2013everything,
title={Everything you always wanted to know about multiple interest rate curve bootstrapping but were afraid to ask},
author={Ametrano, Ferdinando M and Bianchetti, Marco},
journal={Available at SSRN 2219548},
year={2013}
}
@article{andersen2007discount,
title={Discount curve construction with tension splines},
author={Andersen, Leif},
journal={Review of Derivatives Research},
volume={10},
number={3},
pages={227--267},
year={2007},
publisher={Springer}
}
@book{andersen2010interest,
title={Interest rate modeling},
author={Andersen, Leif BG and Piterbarg, Vladimir V},
year={2010},
publisher={Atlantic Financial Press}
}
@phdthesis{Benko2007Functional,
Author = {Benko, Michal},
Doi = {http://dx.doi.org/10.18452/15585},
School = {Humboldt-Universit{\"a}t zu Berlin, Wirtschaftswissenschaftliche Fakult{\"a}t},
Title = {Functional data analysis with applications in finance},
Year = {2007},
Bdsk-Url-1 = {http://dx.doi.org/10.18452/15585}}
@article{Bielecki2014,
Author = {Bielecki, T.R. and Cousin, A. and Crepey, S. and Herbertsson, A.},
Date-Added = {2017-08-15 18:22:11 +0000},
Date-Modified = {2017-08-15 18:22:41 +0000},
Journal = {Communications in Statistics -- Theory and Methods},
Number = {7},
Owner = {Tus Lecki},
Pages = {1362-1389},
Timestamp = {2014.09.29},
Title = {A Bottom-Up Dynamic Model of Portfolio Credit Risk with Stochastic Intensities and Random Recoveries},
Volume = {43},
Year = {2014}}
@article{bjork1999interest,
title={Interest rate dynamics and consistent forward rate curves},
author={Bj{\"o}rk, Tomas and Christensen, Bent Jesper},
journal={Mathematical Finance},
volume={9},
pages={323--348},
year={1999}
}
@article{bliss1997,
title={Testing Term Structure Estimation Methods},
author={Bliss, Robert R},
journal={Advances in Futures and Options Research},
volume={9},
pages={197--231},
year={1997}
}
@book{brigo2007interest,
title={Interest rate models-theory and practice: with smile, inflation and credit},
author={Brigo, Damiano and Mercurio, Fabio},
year={2007},
publisher={Springer Science \& Business Media}
}
@unpublished{Cariboni2004,
Author = {Cariboni, J. and Schoutens, W.},
Date-Added = {2017-08-15 18:19:41 +0000},
Date-Modified = {2017-08-15 18:19:41 +0000},
Note = {Technical Report 07, University Centre for Statistics, K.U.Leuven},
Title = {{Pricing credit default swaps under L{\'e}vy models}},
Year = {2004}}
@article{CFOForum2010,
title={QIS 5 Technical Specification Risk-free interest rates},
author={CFOForum and CROForum},
year={2010}
}
@article{christensen2011affine,
title={The affine arbitrage-free class of Nelson--Siegel term structure models},
author={Christensen, Jens HE and Diebold, Francis X and Rudebusch, Glenn D},
journal={Journal of Econometrics},
volume={164},
number={1},
pages={4--20},
year={2011},
publisher={Elsevier}
}
@book{Cont2003,
Author = {Cont, R. and Tankov, P.},
Date-Added = {2017-08-15 18:19:19 +0000},
Date-Modified = {2017-08-15 18:19:19 +0000},
Publisher = {Chapman \& Hall/ CRC Press},
Title = {Financial modelling with jump processes},
Year = {2003}}
@article{cousin2014,
Author = {Cousin, Areski and Niang, Ibrahima},
Title = {On the range of Admissible Term-Structures},
Year = {2014}}
@article{cox1985theory,
Author = {Cox, John C and Ingersoll Jr, Jonathan E and Ross, Stephen A},
Journal = {Econometrica: Journal of the Econometric Society},
Pages = {385--407},
Publisher = {JSTOR},
Title = {A theory of the term structure of interest rates},
Year = {1985}}
@article{Crepey2012,
Author = {Cr\'epey, S. and Grbac, Z. and Nguyen, H. N.},
Date-Added = {2017-08-15 18:20:05 +0000},
Date-Modified = {2017-08-15 18:20:05 +0000},
Journal = {Mathematics and Financial Economics},
Number = {6},
Pages = {155-190},
Title = {{A multiple-curve HJM model of interbank risk}},
Volume = {6},
Year = {2012}}
@article{diebold2006forecasting,
title={Forecasting the term structure of government bond yields},
author={Diebold, Francis X and Li, Canlin},
journal={Journal of econometrics},
volume={130},
number={2},
pages={337--364},
year={2006},
publisher={Elsevier}
}
@book{diebold2013yield,
title={Yield Curve Modeling and Forecasting: The Dynamic Nelson-Siegel Approach},
author={Diebold, Francis X and Rudebusch, Glenn D},
year={2013},
publisher={Princeton University Press}
}
@article{duffie1996yield,
title={A yield-factor model of interest rates},
author={Duffie, Darrell and Kan, Rui},
journal={Mathematical finance},
volume={6},
number={4},
pages={379--406},
year={1996},
publisher={Wiley Online Library}
}
@article{Eberlein1999,
Author = {Eberlein, E. and Raible, S},
Date-Added = {2017-08-15 18:19:29 +0000},
Date-Modified = {2017-08-15 18:19:29 +0000},
Journal = {Mathematical Finance},
Number = {1},
Pages = {31-53},
Title = {{Term structure models driven by general L{\'e}vy processes}},
Volume = {9},
Year = {1999}}
@article{EIOPA2015,
title={Technical documentation of the methodology to derive EIOPA’s risk-
free interest rate term structures},
author={EIOPA},
journal={https://eiopa.europa.eu/Publications},
year={2015}
}
@article{hagan2006interpolation,
title={Interpolation methods for curve construction},
author={Hagan, Patrick S and West, Graeme},
journal={Applied Mathematical Finance},
volume={13},
number={2},
pages={89--129},
year={2006},
publisher={Taylor \& Francis}
}
@article{harrison1981martingales,
title={Martingales and stochastic integrals in the theory of continuous trading},
author={Harrison, J Michael and Pliska, Stanley R},
journal={Stochastic processes and their applications},
volume={11},
number={3},
pages={215--260},
year={1981},
publisher={Elsevier}
}
@article{Hull1990,
Author = {Hull, J. and White, A.},
Date-Added = {2014-03-04 15:34:10 +0100},
Date-Modified = {2014-03-04 15:35:58 +0100},
Journal = {The Review of Financial Studies},
Number = {4},
Pages = {573-592},
Title = {Pricing interest-rate derivative securities},
Volume = {3},
Year = {1990}}
@article{Hull1994,
Author = {Hull, J. and White, A.},
Journal = {Risk},
Number = {7},
Pages = {34-37},
Title = {Branching out},
Year = {1994}}
@article{hull2012fva,
title={The FVA debate},
author={Hull, John and White, Alan},
journal={Risk magazine},
volume={25},
number={8},
pages={83--85},
year={2012}
}
@article{hyndman2007robust,
title={Robust forecasting of mortality and fertility rates: a functional data approach},
author={Hyndman, Rob J and Ullah, Md Shahid},
journal={Computational Statistics \& Data Analysis},
volume={51},
number={10},
pages={4942--4956},
year={2007},
publisher={Elsevier}
}
@article{hyndman2013forecasting,
title={Forecasting: principles and practice, OTexts. org},
author={Hyndman, RJ and Athanasopoulos, G},
journal={URL: https://www. otexts. org/fpp},
year={2013}
}
@Manual{forecast2015,
title = {{forecast}: Forecasting functions for time series and
linear models},
author = {Rob J Hyndman},
year = {2015},
note = {R package version 6.2},
url = {http://github.com/robjhyndman/forecast},
}
@article{Hainaut2007,
Author = {Hainaut, D. and Devolder, P.},
Date-Added = {2017-08-15 18:20:14 +0000},
Date-Modified = {2017-08-15 18:20:14 +0000},
Journal = {Insurance: Mathematics and Economics},
Number = {1},
Pages = {409-418},
Title = {{Mortality modelling with L{\'e}vy processes}},
Volume = {42},
Year = {2008}}
@article{hyndman2008automatic,
title={Automatic time series forecasting: The forecast Package for R},
author={Hyndman, Rob J and Khandakar, Yeasmin},
journal={Journal of Statistical Software},
volume={27},
number={3},
pages={1--22},
year={2008},
publisher={University of California, Los Angeles, Department of Statistics}
}
@article{jarrow2014forward,
title={Forward Rate Curve Smoothing},
author={Jarrow, Robert A},
journal={Annu. Rev. Financ. Econ.},
volume={6},
number={1},
pages={443--458},
year={2014},
publisher={Annual Reviews}
}
@article{jolliffe2002principal,
title={Principal component analysis and factor analysis},
author={Jolliffe, Ian T},
journal={Principal component analysis},
pages={150--166},
year={2002},
publisher={Springer}
}
@phdthesis{Kluge2005,
Author = {Kluge, W.},
Date-Added = {2017-08-15 18:19:49 +0000},
Date-Modified = {2017-08-15 18:19:49 +0000},
School = {University of Freiburg, Baden-Wurttemberg},
Title = {{Time-Inhomogeneous L\'evy Processes in Interest Rate and Credit Risk Models}},
Year = {2005}}
@article{litterman1991volatility,
title={Volatility and the yield curve},
author={Litterman, Robert B and Scheinkman, Jos{\'e} and Weiss, Laurence},
journal={The Journal of Fixed Income},
volume={1},
number={1},
pages={49--53},
year={1991},
publisher={Institutional Investor Journals}
}
@article{martellini2003fixed,
title={Fixed-income securities},
author={Martellini, Lionel and Priaulet, Philippe and Priaulet, St{\'e}phane},
journal={West Sussex, Jonh Wiley \& Sons},
year={2003}
}
@article{nelson1987parsimonious,
title={Parsimonious modeling of yield curves},
author={Nelson, Charles R and Siegel, Andrew F},
journal={Journal of business},
pages={473--489},
year={1987},
publisher={JSTOR}
}
@article{pfaff2008,
title = {VAR, SVAR and SVEC Models: Implementation Within {R}
Package {vars}},
author = {Bernhard Pfaff},
journal = {Journal of Statistical Software},
year = {2008},
volume = {27},
number = {4},
url = {http://www.jstatsoft.org/v27/i04/},
}
@article{ramsay1991some,
title={Some tools for functional data analysis},
author={Ramsay, James O and Dalzell, CJ},
journal={Journal of the Royal Statistical Society. Series B (Methodological)},
pages={539--572},
year={1991},
publisher={JSTOR}
}
@incollection{ramsay2005springer,
title={Springer Series in Statistics},
author={Ramsay, JO and Silverman, BW},
booktitle={Functional data analysis},
year={2005},
publisher={Springer}
}
@article{Schlogl2000,
Author = {Schl{\"o}gl, E. and Schl{\"o}gl, L.},
Date-Added = {2017-08-15 18:20:49 +0000},
Date-Modified = {2017-08-15 18:20:49 +0000},
Journal = {Applied Mathematical Finance},
Number = {3},
Pages = {183-209},
Title = {A square root interest rate model fitting discrete initial term structure data},
Volume = {7},
Year = {2000}}
@article{schlogl2000square,
Author = {Schl{\"o}gl, Erik and Schl{\"o}gl, Lutz},
Journal = {Applied Mathematical Finance},
Number = {3},
Pages = {183--209},
Publisher = {Taylor \& Francis},
Title = {A square root interest rate model fitting discrete initial term structure data},
Volume = {7},
Year = {2000}}
@article{shang2014survey,
title={A survey of functional principal component analysis},
author={Shang, Han Lin},
journal={AStA Advances in Statistical Analysis},
volume={98},
number={2},
pages={121--142},
year={2014},
publisher={Springer}
}
@techreport{svensson1994estimating,
title={Estimating and interpreting forward interest rates: Sweden 1992-1994},
author={Svensson, Lars EO},
year={1994},
institution={National Bureau of Economic Research}
}
@article{smithwilson2001,
title={Fitting yield curves with long term constraints},
author={Smith, A and Wilson, T},
journal={London: Bacon and Woodrow},
year={2001}
}
@book{tankov2003financial,
title={Financial modelling with jump processes},
author={Tankov, Peter},
volume={2},
year={2003},
publisher={CRC press}
}
@article{vasicek1982term,
title={Term structure modeling using exponential splines},
author={Vasicek, Oldrich A and Fong, H Gifford},
journal={Journal of finance},
pages={339--348},
year={1982},
publisher={JSTOR}
}
@article{white2012multiple,
title={Multiple Curve Construction},
author={White, Richard},
journal={Quantitative research, OpenGamma},
year={2012}
}
@book{wuethrich2010market,
title={Market-consistent actuarial valuation},
author={W{\"u}thrich, Mario and B{\"u}hlmann, Hans and Furrer, Hansj{\"o}rg},
year={2010},
publisher={Springer Science \& Business Media}
}
% chapter 3
@article{bergmeir2015note,
title={A Note on the Validity of Cross-Validation for Evaluating Time Series Prediction},
author={Bergmeir, Christoph and Hyndman, Rob J and Koo, Bonsoo and others},
journal={Monash University, Department of Econometrics and Business Statistics, Tech. Rep.},
year={2015},
}
@article{bonnin2015retraite,
title={Un mod\`ele de projection pour des contrats de retraite dans le cadre de l'ORSA},
author={Bonnin, F and Combes, F and Planchet, F and Tammar, M},
journal={Bulletin Français d’Actuariat},
volume={14},
pages={107--129},
year={2015},
}
@inproceedings{boyle1997quasi,
title={Quasi-Monte Carlo methods},
author={Boyle, Phelim P and Tan, Ken Seng},
booktitle={International AFIR Colloquium Proceedings, Australia},
volume={1},
pages={1--24},
year={1997}
}
@incollection{caruana1998multitask,
title={Multitask learning},
author={Caruana, Rich},
booktitle={Learning to learn},
pages={95--133},
year={1998},
publisher={Springer}
}
@article{chakraborty1992forecasting,
title={Forecasting the behavior of multivariate time series using neural networks},
author={Chakraborty, Kanad and Mehrotra, Kishan and Mohan, Chilukuri K and Ranka, Sanjay},
journal={Neural networks},
volume={5},
number={6},
pages={961--970},
year={1992},
publisher={Elsevier}
}
@book{cormen2009introduction,
title={Introduction to algorithms},
author={Cormen, Thomas H},
year={2009},
publisher={MIT press}
}
@article{dehuri2010comprehensive,
title={A comprehensive survey on functional link neural networks and an adaptive PSO--BP learning for CFLNN},
author={Dehuri, Satchidananda and Cho, Sung-Bae},
journal={Neural Computing and Applications},
volume={19},
number={2},
pages={187--205},
year={2010},
publisher={Springer}
}
@manual{dutang2015,
title = {randtoolbox: Generating and Testing Random Numbers},
author = {Dutang, Christophe and Savicky, Petr},
year = {2015},
note = {R package version 1.17},
}
@article{exterkate2016nonlinear,
title={Nonlinear forecasting with many predictors using kernel ridge regression},
author={Exterkate, Peter and Groenen, Patrick JF and Heij, Christiaan and van Dijk, Dick},
journal={International Journal of Forecasting},
volume={32},
number={3},
pages={736--753},
year={2016},
publisher={Elsevier}
}
@article{greene2000econometric,
title={Econometric analysis 4th edition},
author={Greene, William H},
journal={International edition, New Jersey: Prentice Hall},
year={2000}
}
@book{harville2008matrix,
title={Matrix Algebra From a Statistician’s Perspective},
author={Harville, David A},
year={2008},
publisher={Springer}
}
@article{hochreiter1997long,
title={Long short-term memory},
author={Hochreiter, Sepp and Schmidhuber, J{\"u}rgen},
journal={Neural computation},
volume={9},
number={8},
pages={1735--1780},
year={1997},
publisher={MIT Press}
}
@article{hoerl1970ridge,
title={Ridge regression: Biased estimation for nonorthogonal problems},
author={Hoerl, Arthur E and Kennard, Robert W},
journal={Technometrics},
volume={12},
number={1},
pages={55--67},
year={1970},
publisher={Taylor \& Francis Group}
}
@technicalreport{joe2008sobol,
title={Notes on generating Sobol sequences},
author={Joe, S and Kuo, F},
journal={web.maths.unsw.edu.au},
year={2008},
publisher={web.maths.unsw.edu.au},
howpublished = {\url{http://web.maths.unsw.edu.au/~fkuo/sobol/joe-kuo-notes.pdf}}
}
@book{lutkepohl2005new,
title={New introduction to multiple time series analysis},
author={L{\"u}tkepohl, Helmut},
year={2005},
publisher={Springer Science \& Business Media}
}
@book{niederreiter1992random,
title={Random number generation and quasi-Monte Carlo methods},
author={Niederreiter, Harald},
year={1992},
publisher={SIAM}
}
@book{pankratz2012forecasting,
title={Forecasting with dynamic regression models},
author={Pankratz, Alan},
volume={935},
year={2012},
publisher={John Wiley \& Sons}
}
@article{pao1994learning,
title={Learning and generalization characteristics of the random vector functional-link net},
author={Pao, Yoh-Han and Park, Gwang-Hoon and Sobajic, Dejan J},
journal={Neurocomputing},
volume={6},
number={2},
pages={163--180},
year={1994},
publisher={Elsevier}
}
@inproceedings{penrose1955generalized,
title={A generalized inverse for matrices},
author={Penrose, Roger},
booktitle={Mathematical proceedings of the Cambridge philosophical society},
volume={51},
number={03},
pages={406--413},
year={1955},
organization={Cambridge Univ Press}
}
@article{pfaff2008var,
title={VAR, SVAR and SVEC models: Implementation within R package vars},
author={Pfaff, Bernhard and others},
journal={Journal of Statistical Software},
volume={27},
number={4},
pages={1--32},
year={2008}
}
@article{ren2016random,
title={Random vector functional link network for short-term electricity load demand forecasting},
author={Ren, Ye and Suganthan, PN and Srikanth, N and Amaratunga, Gehan},
journal={Information Sciences},
volume={367},
pages={1078--1093},
year={2016},
publisher={Elsevier}
}
@inproceedings{rumelhart1988learning,
title={Learning internal representations by error propagation},
author={Rumelhart, DE and Hinton, GE and Williams, RJ},
booktitle={Neurocomputing: foundations of research},
pages={673--695},
year={1988},
organization={MIT Press}
}
@inproceedings{schmidt1992feedforward,
title={Feedforward neural networks with random weights},
author={Schmidt, Wouter F and Kraaijveld, Martin A and Duin, Robert PW},
booktitle={Pattern Recognition, 1992. Vol. II. Conference B: Pattern Recognition Methodology and Systems, Proceedings., 11th IAPR International Conference on},
pages={1--4},
year={1992},
organization={IEEE}
}
@book{wickham2016ggplot2,
title={ggplot2: elegant graphics for data analysis},
author={Wickham, Hadley},
year={2016},
publisher={Springer}
}
@article{zhang2016comprehensive,
title={A comprehensive evaluation of random vector functional link networks},
author={Zhang, Le and Suganthan, PN},
journal={Information Sciences},
volume={367},
pages={1094--1105},
year={2016},
publisher={Elsevier}
}
%chapter 4
@article{alhamdoosh2014fast,
title={Fast decorrelated neural network ensembles with random weights},
author={Alhamdoosh, Monther and Wang, Dianhui},
journal={Information Sciences},
volume={264},
pages={104--117},
year={2014},
publisher={Elsevier}
}
@article{box1970distribution,
title={Distribution of residual autocorrelations in autoregressive-integrated moving average time series models},
author={Box, George EP and Pierce, David A},
journal={Journal of the American statistical Association},
volume={65},
number={332},
pages={1509--1526},
year={1970},
publisher={Taylor \& Francis Group}
}
@article{breiman1996bagging,
title={Bagging predictors},
author={Breiman, Leo},
journal={Machine learning},
volume={24},
number={2},
pages={123--140},
year={1996},
publisher={Springer}
}
@article{breiman2001random,
title={Random forests},
author={Breiman, Leo},
journal={Machine learning},
volume={45},
number={1},
pages={5--32},
year={2001},
publisher={Springer}
}
@article{breiman1996stacked,
title={Stacked regressions},
author={Breiman, Leo},
journal={Machine learning},
volume={24},
number={1},
pages={49--64},
year={1996},
publisher={Springer}
}
@article{buhlmann2003boosting,
title={Boosting with the L 2 loss: regression and classification},
author={B{\"u}hlmann, Peter and Yu, Bin},
journal={Journal of the American Statistical Association},
volume={98},
number={462},
pages={324--339},
year={2003},
publisher={Taylor \& Francis}
}
@article{efron1986bootstrap,
title={Bootstrap methods for standard errors, confidence intervals, and other measures of statistical accuracy},
author={Efron, Bradley and Tibshirani, Robert},
journal={Statistical science},
pages={54--75},
year={1986},
publisher={JSTOR}
}
@incollection{efron1992bootstrap,
title={Bootstrap methods: another look at the jackknife},
author={Efron, Bradley},
booktitle={Breakthroughs in statistics},
pages={569--593},
year={1992},
publisher={Springer}
}
@article{friedman2001greedy,
title={Greedy function approximation: a gradient boosting machine},
author={Friedman, Jerome H},
journal={Annals of statistics},
pages={1189--1232},
year={2001},
publisher={JSTOR}
}
@article{greene2003econometric,
title={Econometric analysis, 5th},
author={Greene, William H},
journal={Ed.. Upper Saddle River, NJ},
pages={89--140},
year={2003}
}
@book{harvey1993time,
title={Time series models},
author={Harvey, Andrew C and Harvey, Andrew C},
volume={2},
year={1993},
publisher={Harvester Wheatsheaf New York}
}
@article{hothorn2010model,
title={Model-based boosting 2.0},
author={Hothorn, Torsten and B{\"u}hlmann, Peter and Kneib, Thomas and Schmid, Matthias and Hofner, Benjamin},
journal={Journal of Machine Learning Research},
volume={11},
number={Aug},
pages={2109--2113},
year={2010}
}
@article{lawson1974solving,
title={Solving least squares problems, SIAM, Philadelphia, PA, 1995},
author={Lawson, CL and Hanson, RJ},
journal={First published by Prentice-Hall},
year={1974}
}
@book{lawson1995solving,
title={Solving least squares problems},
author={Lawson, Charles L and Hanson, Richard J},
volume={15},
year={1995},
publisher={Siam}
}
@article{ljung1978measure,
title={On a measure of lack of fit in time series models},
author={Ljung, Greta M and Box, George EP},
journal={Biometrika},
volume={65},
number={2},
pages={297--303},
year={1978},
publisher={Oxford University Press}
}
@article{moudiki2018multiple,
url={https://www.mdpi.com/2227-9091/6/1/22},
title={Multiple Time Series Forecasting Using Quasi-Randomized Functional Link Neural Networks},
author={Moudiki, Thierry and Planchet, Fr{\'e}d{\'e}ric and Cousin, Areski},
journal={Risks},
volume={6},
number={1},
pages={22},
year={2018},
publisher={Multidisciplinary Digital Publishing Institute}
}
@article{rosen1996ensemble,
title={Ensemble learning using decorrelated neural networks},
author={Rosen, Bruce E},
journal={Connection science},
volume={8},
number={3-4},
pages={373--384},
year={1996},
publisher={Taylor \& Francis}
}
@article{wolpert1992stacked,
title={Stacked generalization},
author={Wolpert, David H},
journal={Neural networks},
volume={5},
number={2},
pages={241--259},
year={1992},
publisher={Elsevier}
}
% chapter 5
@article{ferwerda2017kernel,
title={Kernel-Based Regularized Least Squares in R (KRLS) and Stata (krls)},
author={Ferwerda, Jeremy and Hainmueller, Jens and Hazlett, Chad J and others},
journal={Journal of Statistical Software},
volume={79},
number={i03},
year={2017},
publisher={Foundation for Open Access Statistics}
}
@book{golub2012matrix,
title={Matrix computations},
author={Golub, Gene H and Van Loan, Charles F},
volume={3},
year={2012},
publisher={JHU Press}
}
@article{hofmann2008kernel,
title={Kernel methods in machine learning},
author={Hofmann, Thomas and Sch{\"o}lkopf, Bernhard and Smola, Alexander J},
journal={The annals of statistics},
pages={1171--1220},
year={2008},
publisher={JSTOR}
}
@article{jens2014kernel,
title={Kernel regularized least squares: Reducing misspecification bias with a flexible ad interpretable machine learning approach},
author={Jens, Hainmueller and Chad, Hazlett},
journal={Political Analysis},
volume={22},
number={2},
pages={143--68},
year={2014}
}