Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bvdmitri committed Oct 10, 2023
1 parent c8e0656 commit fbe1c1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/statsfuns.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import SpecialFunctions: digamma, logbeta, loggamma, trigamma

export mirrorlog,
xtlog,
logmvbeta,
Expand All @@ -9,6 +11,7 @@ export mirrorlog,
mean_cov,
mean_var,
mean_std,
mean_precision,
mean_invcov,
weightedmean_cov,
weightedmean_var,
Expand Down

0 comments on commit fbe1c1b

Please sign in to comment.