Skip to content

Support {distributional} package#674

Open
mattansb wants to merge 9 commits into
mainfrom
support-distributional
Open

Support {distributional} package#674
mattansb wants to merge 9 commits into
mainfrom
support-distributional

Conversation

@mattansb

@mattansb mattansb commented Sep 6, 2024

Copy link
Copy Markdown
Member
library(bayestestR)
library(distributional)

xdist <- c(dist_normal(), dist_poisson(1))

p_direction(xdist, null = 1)
#> Probability of Direction
#> 
#> Parameter |     pd
#> ------------------
#> N(0, 1)   | 84.13%
#> Pois(1)   | 36.79%

2DO

  • Describe
    • map_estimate (Need to copy some code from ggdist:::Mode.distribution()?)
    • point_estimate
    • eti (distributional::hilo())
    • hdi (distributional::hdr())
    • spi (?)
    • bci (?)
    • ci
  • Infer
    • p_direction (density() + cdf())
    • p_map (density())
    • p_rope (density() + cdf())
    • p_significance (density() + cdf())
    • rope (density() + cdf())
    • equivalence_test
  • describe_posterior
  • estimate_density (density())
  • BFs
    • bayesfactor_parameters (density() + cdf())
    • bayesfactor_restricted (simulate?)
    • si (density())
  • Other:
    • NEWS
    • Version bump
    • DOCS
    • TESTS
    • STYLER

Comment thread R/p_direction.R
@mattansb mattansb changed the title Support {distributional} package Support {distributional} package Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants