Skip to content
Open
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
13427fe
proof of concept for posterior_pit
avehtari Feb 20, 2026
1b046eb
switch 'type' to 'output'; add wrapper function
florence-bockting Feb 27, 2026
5102613
add test for posterior_predict with output arg
florence-bockting Feb 27, 2026
bbfd28c
fix 'probability' method for posterior_predict
florence-bockting Feb 27, 2026
780ad34
add test for posterior_predict_gaussian
florence-bockting Feb 27, 2026
3106b93
fix setting of q
florence-bockting Feb 27, 2026
232cf1d
add failing test if q is assigned wrongly
florence-bockting Feb 27, 2026
a898b24
add cdf for truncated cont. distr
florence-bockting Feb 27, 2026
94cb02a
add test for truncated posterior_predict_gaussian
florence-bockting Feb 27, 2026
18667c1
add test for posterior_predict_student
Feb 28, 2026
2849ae3
remove dot from predict_continuous_helper for consistency
Feb 28, 2026
f5012d8
support of posterior_predict for discrete distributions
Feb 28, 2026
456d4af
add test for posterior_predict_binomial
Feb 28, 2026
a6f2beb
add posterior_predict_poisson with support of diff. output values
Feb 28, 2026
41f5de0
add test for posterior_predict_poisson
Feb 28, 2026
070016a
ignore agent skills
Mar 13, 2026
ee40ef6
update posterior_predict() with output argument
Mar 13, 2026
6a0a2ce
update posterior_predict with outcome values probability, random, pit
Mar 16, 2026
5a03d33
simplify switch case
Mar 16, 2026
7220a6d
adjust code style
Mar 23, 2026
cad4b8e
refactor: remove unnessary wrapper
Apr 8, 2026
462cc30
chore: update .gitignore to include skills
Apr 13, 2026
6cdf33b
build(deps): remove truncnorm and dplyr from Suggests
Apr 13, 2026
ef2520f
docs: update vignette for posterior_predict to use data.frame instead…
Apr 13, 2026
ed6df11
tests: remove truncnorm dependency and explicit naming of default values
Apr 13, 2026
45b6600
style,docs: undo style changes, adjust argument checking and naming i…
Apr 13, 2026
2b364ac
style: undo change in indentation style in docs example
Apr 13, 2026
db26e89
feature: update beta-binomial with new posterior_predict functionality
Apr 14, 2026
2fbcea7
docs: add beta-binomial example to posterior_predict vignette
Apr 14, 2026
49f4d97
feature: update negbinomial with new posterior_predict functionality
Apr 14, 2026
12faea1
docs: add negbinomial example to posterior_predict vignette
Apr 14, 2026
c55c538
chore: add packages from Suggests to dependency install GitHub Action
Apr 14, 2026
5011361
feature: update zero-inflated negbinomial with new posterior_predict …
Apr 14, 2026
ccc9cfe
fix: pass q (quantile) as argument in posterior_predict
Apr 15, 2026
81c4e22
feature: add lower.tail and log.p to compute_cdf
Apr 15, 2026
a881609
fix: remove log.p and lower.tail from 'random'
Apr 15, 2026
35833f3
fix: set ntrys as optional in predict_discrete_helper
Apr 15, 2026
54cfbb0
docs: add lower.tail and log.p documentation to posterior_predict
Apr 15, 2026
3607f7b
feature: add output 'density', 'quantile' to selected distribution fa…
Apr 17, 2026
9b9f986
feat: add outcome support for additional families
Apr 28, 2026
3ed2381
support of different output types for shifted_lognormal, skew_normal,…
Jun 24, 2026
aa21277
feat: add qcom_poisson and output arg to posterior_predict_com_poisson
Jun 24, 2026
eafc283
chore: update NAMESPACE
Jun 24, 2026
1827888
docs: update documentation for InvGaussian and ZeroInflated
Jun 24, 2026
6bf7509
feat: add qinv_gaussian and update posterior_predict_inverse.gaussian
Jun 24, 2026
4785458
feat: add qexgaussian and update posterior_predict_exgaussian
Jun 24, 2026
dfe82bf
feat: add qvon_mises and update posterior_predict_von_mises
Jun 24, 2026
6a3682c
feat: adding .qhurdle helper and qhurdle_poisson
Jun 24, 2026
20d2466
feat: update posterior_predict_hurdle_poisson
Jun 24, 2026
557a640
feat: add qhurdle_negbinomial and update posterior_predict_hurdle_neg…
Jun 24, 2026
172ee9c
feat: add qhurdle_gamma/_lognormal and update posterior_predict_hurdl…
Jun 24, 2026
3ff3a38
docs: add tol argument to ExGaussian and InvGaussian
Jun 24, 2026
c3cca08
feat: add qzero_inflated_asym_laplace and posterior_predict_zero_infl…
Jul 20, 2026
0520340
feat: add qzero_one_inflated_beta and posterior_predict_zero_one_infl…
Jul 20, 2026
1002ee8
feat: add d/q/rordinal and posterior_predict_ordinal
Jul 20, 2026
b70152e
feat: add p/q/rcategorical and posterior_predict_categorical
Jul 20, 2026
c9a29cb
feat: add p/q/rhurdle_cumulative and posterior_predict_hurdle_cumulative
Jul 20, 2026
6d9d4c5
refactor: same API for all function but error when output != 'random'…
Jul 20, 2026
d27f9d0
tests: add and clean tests for posterior_predict and distributions
Jul 20, 2026
a551841
chore: remove withr and vdiffr dependency
Jul 20, 2026
7242ff3
docs: update cheatsheet-vignette
Jul 20, 2026
58bf2ac
feat: add random draw support for hurdle family
Jul 20, 2026
529ea2a
fix: random sampling of rordinal
Jul 20, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ ignore_*/
*.tmp
*.swp
*~

# Ignore agent skills
.agent/
.agents/
skills/
skills-lock.json
2 changes: 2 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ Suggests:
priorsense (>= 1.0.0),
shinystan (>= 2.4.0),
splines2 (>= 0.5.0),
truncnorm,
Comment thread
florence-bockting marked this conversation as resolved.
Outdated
dplyr,
Comment thread
florence-bockting marked this conversation as resolved.
Outdated
RWiener,
rtdists,
extraDistr,
Expand Down
Loading
Loading