@@ -72,6 +72,15 @@ @Misc{Brokken:2011:Cpp
72
72
url = { http://www.icce.rug.nl/documents/cplusplus/}
73
73
}
74
74
75
+ @Manual {CRAN:BH ,
76
+ title = { BH: Boost C++ Header Files} ,
77
+ author = { Dirk Eddelbuettel and John W. Emerson and Michael
78
+ J. Kane} ,
79
+ year = { 2019} ,
80
+ note = { R package version 1.69.0-1} ,
81
+ url = { https://CRAN.R-project.org/package=BH} ,
82
+ }
83
+
75
84
@Manual {CRAN:Matrix ,
76
85
title = { \pkg{Matrix}: Sparse and Dense Matrix Classes and Methods} ,
77
86
author = { Douglas Bates and Martin Maechler} ,
@@ -299,6 +308,15 @@ @Manual{CRAN:minqa
299
308
url = CRAN # " package=minqa"
300
309
}
301
310
311
+ @Manual {CRAN:pkgKitten ,
312
+ title = { pkgKitten: Create Simple Packages Which Do not Upset
313
+ R Package Checks} ,
314
+ author = { Dirk Eddelbuettel} ,
315
+ year = { 2019} ,
316
+ note = { R package version 0.1.5} ,
317
+ url = CRAN # " package=pkgKitten"
318
+ }
319
+
302
320
@Manual {CRAN:profvis ,
303
321
title = { profvis: Interactive Visualizations for Profiling R Code} ,
304
322
author = { Winston Chang and Javier Luraschi} ,
@@ -412,6 +430,8 @@ @Book{Eddelbuettel:2013:Rcpp
412
430
address = { New York} ,
413
431
isbn = { 978-1-4614-6867-7}
414
432
}
433
+ ; see http://eigen.tuxfamily.org/index.php?title=BibTeX
434
+ ; replaced 'howpublished' with 'url' and updated year to 2011, and again to 2012
415
435
416
436
@article {Efron:1979:Bootstrap ,
417
437
URL = { http://www.jstor.org/stable/2958830} ,
@@ -430,9 +450,9 @@ @MISC{Eigen:Web
430
450
title = { Eigen v3} ,
431
451
year = 2012 ,
432
452
url = { http://eigen.tuxfamily.org} ,
453
+ ; see http://eigen.tuxfamily.org/index.php?title =BibTeX
454
+ ; replaced 'howpublished' with 'url' and updated year to 2011 , and again to 2012
433
455
}
434
- ; see http://eigen.tuxfamily.org/index.php?title=BibTeX
435
- ; replaced 'howpublished' with 'url' and updated year to 2011, and again to 2012
436
456
437
457
@Manual {GSL ,
438
458
title = { {GNU} {S}cientific {L}ibrary {R}eference {M}anual} ,
@@ -836,6 +856,7 @@ @inproceedings{Veldhuizen:1998:Blitz
836
856
address = { London} ,
837
857
}
838
858
859
+
839
860
@Book {Venables+Ripley:2000:SProgramming ,
840
861
author = { Willian N. Venables and Brian D. Ripley} ,
841
862
title = { S Programming} ,
@@ -845,6 +866,7 @@ @Book{Venables+Ripley:2000:SProgramming
845
866
address = { New York}
846
867
}
847
868
869
+
848
870
@Book {Venables+Ripley:2002:MASS ,
849
871
title = { Modern Applied Statistics with S} ,
850
872
author = { W. N. Venables and B. D. Ripley} ,
@@ -855,3 +877,30 @@ @Book{Venables+Ripley:2002:MASS
855
877
note = { ISBN 0-387-95457-0} ,
856
878
url = { http://www.stats.ox.ac.uk/pub/MASS4} ,
857
879
}
880
+
881
+ @misc {arxiv:corels ,
882
+ title = { Learning Certifiably Optimal Rule Lists for
883
+ Categorical Data} ,
884
+ author = { Elaine Angelino and Nicholas Larus-Stone and Daniel
885
+ Alabi and Margo Seltzer and Cynthia Rudin} ,
886
+ year = 2017 ,
887
+ howpublished = { \href{http://www.arxiv.org/1704.01701}{arXiv:1704.01701}} ,
888
+ archivePrefix ={ arXiv} ,
889
+ primaryClass = { stat.ML}
890
+ }
891
+
892
+ @Misc {github:corels ,
893
+ author = { Nicholas Laurus-Stone} ,
894
+ title = { corels: {Learning Certifiably Optimal Rule Lists}} ,
895
+ howpublished = { \url{https://github.com/nlarusstone/corels}. Also online at \url{https://corels.eecs.harvard.edu/corels/}} ,
896
+ month = 06 ,
897
+ year = 2019
898
+ }
899
+
900
+ @Misc {github:rcppcorels ,
901
+ author = { Dirk Eddelbuettel} ,
902
+ title = { RcppCorels: R binding for the 'Certifiably Optimal RulE ListS (Corels)' Learner} ,
903
+ howpublished = { \url{https://github.com/eddelbuettel/rcppcorels}} ,
904
+ month = 11 ,
905
+ year = 2019
906
+ }
0 commit comments