Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
s-broda committed Dec 8, 2019
1 parent 3537445 commit 41ca3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ARCHModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ using Reexport
using Requires
@reexport using StatsBase
using StatsFuns: normcdf, normccdf, normlogpdf, norminvcdf, log2π, logtwo, RFunctions.tdistrand, RFunctions.tdistinvcdf, RFunctions.gammarand, RFunctions.gammainvcdf
using SpecialFunctions: beta, gamma, digamma, # lgamma
using SpecialFunctions: beta, gamma, digamma #, lgamma

# work around https://github.com/JuliaMath/SpecialFunctions.jl/issues/186
# until https://github.com/JuliaDiff/ForwardDiff.jl/pull/419/ is merged
Expand Down

0 comments on commit 41ca3cd

Please sign in to comment.