Schwartz posterior-consistency diagnostic (Bayesian bootstrap).
Source:R/ghcon.R
morie_ghosal_posterior_consistency.RdSchwartz posterior-consistency diagnostic (Bayesian bootstrap).
Usage
morie_ghosal_posterior_consistency(
x,
ref_loc = NULL,
ref_scale = NULL,
eps = 0.1,
K = 200,
seed = 0
)Examples
morie_ghosal_posterior_consistency(x = rnorm(50))
#> $estimate
#> [1] 0.545
#>
#> $ks_mean
#> [1] 0.1069971
#>
#> $ks_se
#> [1] 0.002286987
#>
#> $schwartz_bound
#> [1] 0.3678794
#>
#> $n
#> [1] 50
#>
#> $eps
#> [1] 0.1
#>
#> $method
#> [1] "Schwartz consistency (Bayesian-bootstrap proxy)"
#>