Skip to content

Commit ae35d10

Browse files
authored
fix typo in comment (closes #438)
1 parent 3dc0905 commit ae35d10

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/beta_inc.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -899,9 +899,8 @@ function _beta_inc(a::T, b::T, x::T, y::T) where {T<:Union{Float16, Float32}}
899899
end
900900

901901

902-
#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,
903-
#Applied Statistics,
904-
#Volume 26, Number 1, 1977, pages 111-114.
902+
#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,
903+
#Applied Statistics, Volume 26, Number 1, 1977, pages 111-114. https://doi.org/10.2307/2346887
905904

906905
"""
907906
beta_inc_inv(a, b, p, q=1-p)

0 commit comments

Comments
 (0)