Skip to content

Commit 8e04964

Browse files
author
hornik
committed
Updated.
git-svn-id: https://svn.r-project.org/R/trunk@88499 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent f59657c commit 8e04964

File tree

4 files changed

+189
-77
lines changed

4 files changed

+189
-77
lines changed

share/bibliographies/R.rds

1.06 KB
Binary file not shown.

share/bibliographies/base.R

Lines changed: 135 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
bibentry(bibtype = "Article",
2+
key = "R:Ahrens+Dieter:1973",
3+
author = c(person(given = c("Joachim", "H."),
4+
family = "Ahrens"),
5+
person(given = "Ulrich",
6+
family = "Dieter")),
7+
title = "Extensions of \\I{Forsythe}'s Method for Random Sampling from the Normal Distribution",
8+
year = "1973",
9+
journal = "Mathematics of Computation",
10+
volume = "27",
11+
pages = "927--937",
12+
publisher = "American Mathematical Society (AMS)",
13+
doi = "10.1090/S0025-5718-1973-0329190-8")
14+
115
bibentry(bibtype = "Book",
216
key = "R:Becker+Chambers+Wilks:1988",
317
author = c(person(given = c("Richard", "A."),
@@ -123,20 +137,31 @@ bibentry(bibtype = "Article",
123137
pages = "5--48")
124138

125139
bibentry(bibtype = "Article",
126-
key = "R:Hill+Wichmann:1982",
127-
title = "Algorithm AS 183: An Efficient and Portable Pseudo-Random Number Generator",
128-
volume = "31",
129-
.issn = "0035-9254",
130-
doi = "10.2307/2347988",
131-
number = "2",
132-
journal = "Applied Statistics",
133-
publisher = "JSTOR",
134-
author = c(person(given = "I. D.",
135-
family = "Hill"),
136-
person(given = "B. A.",
137-
family = "Wichmann")),
138-
year = "1982",
139-
pages = "188")
140+
key = "R:Kinderman+Ramage:1976",
141+
title = "Computer Generation of Normal Random Variables",
142+
volume = "71",
143+
.issn = "1537-274X",
144+
doi = "10.1080/01621459.1976.10480965",
145+
number = "356",
146+
journal = "Journal of the American Statistical Association",
147+
publisher = "Informa UK Limited",
148+
author = c(person(given = c("A.", "J."),
149+
family = "Kinderman"),
150+
person(given = c("J.", "G."),
151+
family = "Ramage")),
152+
year = "1976",
153+
month = "dec",
154+
pages = "893--896",
155+
.doi = "10.2307/2286857")
156+
157+
bibentry(bibtype = "Book",
158+
key = "R:Knuth:1997",
159+
title = "The Art of Computer Programming, Volume 2: Seminumerical Algorithms",
160+
author = person(given = c("Donald", "E."),
161+
family = "Knuth"),
162+
year = "1997",
163+
edition = "3rd",
164+
publisher = "Addison-Wesley Professional")
140165

141166
bibentry(bibtype = "Book",
142167
key = "R:Knuth:1998",
@@ -147,6 +172,16 @@ bibentry(bibtype = "Book",
147172
edition = "2nd",
148173
publisher = "Addison-Wesley Professional")
149174

175+
bibentry(bibtype = "Book",
176+
key = "R:Knuth:2002",
177+
title = "The Art of Computer Programming, Volume 2: Seminumerical Algorithms",
178+
author = person(given = c("Donald", "E."),
179+
family = "Knuth"),
180+
year = "2002",
181+
edition = "3rd",
182+
publisher = "Addison-Wesley Professional",
183+
note = "Ninth printing")
184+
150185
bibentry(bibtype = "Article",
151186
key = "R:L_Ecuyer:1999",
152187
title = "Good Parameters and Implementations for Combined Multiple Recursive Random Number Generators",
@@ -179,6 +214,33 @@ bibentry(bibtype = "Article",
179214
month = "jan",
180215
pages = "117--121")
181216

217+
bibentry(bibtype = "Misc",
218+
key = "R:Marsaglia:1997",
219+
author = person(given = "George",
220+
family = "Marsaglia"),
221+
title = "A Random Number Generator for \\I{C}",
222+
year = "1997",
223+
note = "Discussion paper, posting on Usenet newsgroup \\code{sci.stat.math} on September 29, 1997.")
224+
225+
bibentry(bibtype = "Article",
226+
key = "R:Matsumoto+Nishimura:1998",
227+
author = c(person(given = "Makoto",
228+
family = "Matsumoto"),
229+
person(given = "Takuji",
230+
family = "Nishimura")),
231+
title = "Mersenne Twister: A 623-dimensionally Equidistributed Uniform Pseudo-random Number Generator",
232+
year = "1998",
233+
publisher = "Association for Computing Machinery",
234+
address = "New York, NY, USA",
235+
volume = "8",
236+
number = "1",
237+
.issn = "1049-3301",
238+
doi = "10.1145/272991.272995",
239+
journal = "ACM Transactions on Modeling and Computer Simulation",
240+
month = "jan",
241+
pages = "3--30",
242+
numpages = "28")
243+
182244
bibentry(bibtype = "Article",
183245
key = "R:Mielke:1967",
184246
title = "Note on Some Squared Rank Tests with Existing Ties",
@@ -196,22 +258,31 @@ bibentry(bibtype = "Article",
196258
.doi = "10.2307/1266427")
197259

198260
bibentry(bibtype = "Article",
199-
key = "R:Muller+Box:1958",
261+
key = "R:Box+Muller:1958",
200262
title = "A Note on the Generation of Random Normal Deviates",
201263
volume = "29",
202264
.issn = "0003-4851",
203265
doi = "10.1214/aoms/1177706645",
204266
number = "2",
205267
journal = "The Annals of Mathematical Statistics",
206268
publisher = "Institute of Mathematical Statistics",
207-
author = c(person(given = "Mervin E.",
208-
family = "Muller"),
209-
person(given = "G. E. P.",
210-
family = "Box")),
269+
author = c(person(given = c("George", "Edward", "Pelham"),
270+
family = "Box"),
271+
person(given = c("Mervin", "Edgar"),
272+
family = "Muller")),
211273
year = "1958",
212274
month = "jun",
213275
pages = "610--611")
214276

277+
bibentry(bibtype = "Misc",
278+
key = "R:Reeds+Hubert+Abrahams:1982-4",
279+
title = "\\I{C} implementation of \\I{SuperDuper}",
280+
author = c(person("J.", "Reeds"),
281+
person("S.", "Hubert"),
282+
person("M.", "Abrahams")),
283+
year = "1982--4",
284+
note = "University of California at Berkeley. (Personal communication from Jim Reeds to Ross Ihaka.)")
285+
215286
bibentry(bibtype = "Article",
216287
key = "R:Sedgewick:1986",
217288
title = "A new upper bound for Shellsort",
@@ -228,18 +299,18 @@ bibentry(bibtype = "Article",
228299
pages = "159--173")
229300

230301
bibentry(bibtype = "Article",
231-
key = "R:Simard+L_Ecuyer:2007",
302+
key = "R:L_Ecuyer+Simard:2007",
232303
title = "TestU01: A C library for empirical testing of random number generators",
233304
volume = "33",
234305
.issn = "1557-7295",
235306
doi = "10.1145/1268776.1268777",
236307
number = "4",
237308
journal = "ACM Transactions on Mathematical Software",
238309
publisher = "Association for Computing Machinery (ACM)",
239-
author = c(person(given = "Richard",
240-
family = "Simard"),
241-
person(given = "Pierre",
242-
family = "L'Ecuyer")),
310+
author = c(person(given = "Pierre",
311+
family = "L'Ecuyer"),
312+
person(given = "Richard",
313+
family = "Simard")),
243314
year = "2007",
244315
month = "aug",
245316
pages = "1--40")
@@ -253,7 +324,7 @@ bibentry(bibtype = "Article",
253324
number = "3",
254325
journal = "Communications of the ACM",
255326
publisher = "Association for Computing Machinery (ACM)",
256-
author = person(given = "Richard C.",
327+
author = person(given = c("Richard", "C."),
257328
family = "Singleton"),
258329
year = "1969",
259330
month = "mar",
@@ -268,7 +339,7 @@ bibentry(bibtype = "Article",
268339
number = "3 and 4",
269340
journal = "Journal of Research of the National Bureau of Standards, Section B: Mathematical Sciences",
270341
publisher = "National Institute of Standards and Technology (NIST)",
271-
author = person(given = "David J.",
342+
author = person(given = c("David", "J."),
272343
family = "Sookne"),
273344
year = "1973",
274345
month = "jul",
@@ -283,13 +354,13 @@ bibentry(bibtype = "Article",
283354
number = "4",
284355
journal = "The Annals of Statistics",
285356
publisher = "Institute of Mathematical Statistics",
286-
author = c(person(given = "David H.",
357+
author = c(person(given = c("David", "H."),
287358
family = "Sutherland"),
288-
person(given = "Marilynn P.",
359+
person(given = c("Marilynn", "P."),
289360
family = "Wyatt"),
290-
person(given = "Richard A.",
361+
person(given = c("Richard", "A."),
291362
family = "Olshen"),
292-
person(given = "Edmund N.",
363+
person(given = c("Edmund", "N."),
293364
family = "Biden")),
294365
year = "1989",
295366
month = "dec")
@@ -318,10 +389,42 @@ bibentry(bibtype = "Article",
318389
number = "2",
319390
journal = "Communications of the ACM",
320391
publisher = "Association for Computing Machinery (ACM)",
321-
author = c(person(given = "J. F.",
392+
author = c(person(given = c("J.", "F."),
322393
family = "Traub"),
323-
person(given = "M. A.",
394+
person(given = c("M.", "A."),
324395
family = "Jenkins")),
325396
year = "1972",
326397
month = "feb",
327398
pages = "97--99")
399+
400+
bibentry(bibtype = "Article",
401+
key = "R:Wichmann+Hill:1982",
402+
title = "\\I{Algorithm AS 183}: An Efficient and Portable Pseudo-random Number Generator",
403+
volume = "31",
404+
.issn = "0035-9254",
405+
doi = "10.2307/2347988",
406+
number = "2",
407+
journal = "Applied Statistics",
408+
publisher = "JSTOR",
409+
author = c(person(given = c("Brian", "A."),
410+
family = "Wichmann"),
411+
person(given = c("I.", "David"),
412+
family = "Hill")),
413+
year = "1982",
414+
pages = "188--190")
415+
416+
bibentry(bibtype = "Article",
417+
key = "R:Wichmann+Hill:1984",
418+
title = "Correction: \\I{Algorithm AS 183}: An Efficient and Portable Pseudo-Random Number Generator",
419+
volume = "33",
420+
.issn = "0035-9254",
421+
doi = "10.2307/2347676",
422+
number = "1",
423+
journal = "Applied Statistics",
424+
publisher = "JSTOR",
425+
author = c(person(given = c("Brian", "A."),
426+
family = "Wichmann"),
427+
person(given = c("I.", "David"),
428+
family = "Hill")),
429+
year = "1984",
430+
pages = "123")

share/bibliographies/grDevices.R

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,24 @@ bibentry(bibtype = "Article",
1616
pages = "67--70",
1717
.doi = "10.1007/bf00153065")
1818

19+
bibentry(bibtype = "Article",
20+
key = "R:Freedman+Diaconis:1981",
21+
title = "On the Histogram as a Density Estimator: \\eqn{L_2}{L_2} theory",
22+
volume = "57",
23+
.issn = "1432-2064",
24+
doi = "10.1007/BF01025868",
25+
number = "4",
26+
journal = "Zeitschrift für Wahrscheinlichkeitstheorie und Verwandte Gebiete",
27+
publisher = "Springer Science and Business Media LLC",
28+
author = c(person(given = "David",
29+
family = "Freedman"),
30+
person(given = "Persi",
31+
family = "Diaconis")),
32+
year = "1981",
33+
month = "dec",
34+
pages = "453--476",
35+
.doi = "10.1007/bf01025868")
36+
1937
bibentry(bibtype = "Article",
2038
key = "R:Eddy:1977a",
2139
title = "A New Convex Hull Algorithm for Planar Sets",
@@ -159,24 +177,6 @@ bibentry(bibtype = "Article",
159177
month = "May",
160178
url = "https://www.r-project.org/doc/Rnews/Rnews_2006-2.pdf")
161179

162-
bibentry(bibtype = "Article",
163-
key = "R:Ramage+Kinderman:1976",
164-
title = "Computer Generation of Normal Random Variables",
165-
volume = "71",
166-
.issn = "1537-274X",
167-
doi = "10.1080/01621459.1976.10480965",
168-
number = "356",
169-
journal = "Journal of the American Statistical Association",
170-
publisher = "Informa UK Limited",
171-
author = c(person(given = "J. G.",
172-
family = "Ramage"),
173-
person(given = "A. J.",
174-
family = "Kinderman")),
175-
year = "1976",
176-
month = "dec",
177-
pages = "893--896",
178-
.doi = "10.2307/2286857")
179-
180180
bibentry(bibtype = "Article",
181181
key = "R:Sturges:1926",
182182
title = "The Choice of a Class Interval",

0 commit comments

Comments
 (0)