JuliaMath / SpecialFunctions.jl

Special mathematical functions in Julia

Home Page:https://specialfunctions.juliamath.org/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

incorrect reference

spaette opened this issue · comments

@stevengj

this is wrong

$ ed -s SpecialFunctions.jl/src/beta_inc.jl <<<'902,904p'
#GW Cran, KJ Martin, GE Thomas, Remark AS R19 and Algorithm AS 109: A Remark on Algorithms AS 63: The Incomplete Beta Integral and AS 64: Inverse of the Incomplete Beta Integeral,
#Applied Statistics,
#Volume 26, Number 1, 1977, pages 111-114.
$ 

this would be a fix

#GW Cran, KJ Martin, GE Thomas, Remark AS R19 and Algorithm AS 109: A Remark on Algorithms: AS 63: The Incomplete Beta Integral AS 64: Inverse of the Incomplete Beta Function Ratio,
#Applied Statistics,
#Volume 26, Number 1, 1977, pages 111-114.

cf: OUP

Should be fixed now, thanks.

Look's good!

FWIW, the OUP page's link to the PDF currently is as follows.

https://academic.oup.com/jrsssc/article-pdf/26/1/111/48619384/jrsssc_26_1_111.pdf

Here's that page's downloadable citation (BibTeX) where backslashes appear in the eprint field.

@article{10.2307/2346887,
    author = {Cran, G. W. and Martin, K. J. and Thomas, G. E.},
    title = "{A Remark on Algorithms: AS 63: The Incomplete Beta Integral: AS 64: Inverse of the Incomplete Beta Function Ratio}",
    journal = {Journal of the Royal Statistical Society Series C: Applied Statistics},
    volume = {26},
    number = {1},
    pages = {111-114},
    year = {2018},
    month = {12},
    issn = {0035-9254},
    doi = {10.2307/2346887},
    url = {https://doi.org/10.2307/2346887},
    eprint = {https://academic.oup.com/jrsssc/article-pdf/26/1/111/48619384/jrsssc\_26\_1\_111.pdf},
}