vcdf_post
vectorized version of cdf_post
vcdf_post(m, c, data)
m
: mixture distribution with k componentsc
: a numeric vectordata
: depends on contextan n vector containing the cdf for beta_i at c
beta = rnorm(100,0,1) betahat= beta+rnorm(100,0,1) sebetahat=rep(1,100) ash.beta = ash(betahat,1,mixcompdist="normal") c = vcdf_post(get_fitted_g(ash.beta),seq(-5,5,length=1000),data = set_data(betahat,sebetahat))