Skip to content

Commit

Permalink
Merge pull request #7 from biaslab/kurtosis_skewness
Browse files Browse the repository at this point in the history
Skewness and kurtosis from Distributions
  • Loading branch information
bvdmitri authored Jan 9, 2024
2 parents 38e08a6 + 84d50a0 commit 9b3a04d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/BayesBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ import Distributions:
variate_form,
value_support,
component,
components
components,
kurtosis,
skewness

export failprob,
succprob,
Expand All @@ -66,7 +68,9 @@ export failprob,
variate_form,
value_support,
component,
components
components,
kurtosis,
skewness

import DomainSets: dimension, Domain

Expand Down

0 comments on commit 9b3a04d

Please sign in to comment.