JuliaStats / StatsFuns.jl

Mathematical functions related to statistics.
Other
235 stars 40 forks source link

loggamma not defined #78

Closed recommended-user closed 4 years ago

recommended-user commented 5 years ago

Error on importing StatsFuns package

[1] lstirling_asym(::BigFloat) at /Users/me/.julia/packages/StatsFuns/r47Mk/src/misc.jl:56 [2] lstirling_asym(::BigInt) at /Users/me/.julia/packages/StatsFuns/r47Mk/src/misc.jl:58 [3] top-level scope at none:0 [4] include at ./boot.jl:317 [inlined] [5] include_relative(::Module, ::String) at ./loading.jl:1044 [6] include at ./sysimg.jl:29 [inlined] [7] include(::String) at /Users/me/.julia/packages/StatsFuns/r47Mk/src/StatsFuns.jl:3 [8] top-level scope at none:0 [9] include_relative(::Module, ::String) at /Applications/Julia-1.0.app/Contents/Resources/julia/lib/julia/sys.dylib:? [10] include(::Module, ::String) at /Applications/Julia-1.0.app/Contents/Resources/julia/lib/julia/sys.dylib:? [11] top-level scope at none:2 [12] eval at ./boot.jl:319 [inlined] [13] eval(::Expr) at ./client.jl:393 [14] top-level scope at ./none:3 in expression starting at /Users/me/.julia/packages/StatsFuns/r47Mk/src/misc.jl:60 in expression starting at /Users/me/.julia/packages/StatsFuns/r47Mk/src/StatsFuns.jl:238

andreasnoack commented 5 years ago

Which version of Julia are you using and what is the output from Pkg.status()?