Skip to content

Commit

Permalink
skewness and kurtosis from Distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
İsmail Şenöz authored and İsmail Şenöz committed Jan 7, 2024
1 parent 38e08a6 commit 84d50a0
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 84d50a0

Please sign in to comment.