Tagged Questions
3
votes
1answer
58 views
Adding deliberate imperfection to RNG output - toolkits?
Are there any existing software toolkits, libraries, frameworks or whatever for studying the quality of pseudorandom number generators that allow one to add a known amount of imperfection - e.g ...
4
votes
1answer
755 views
Looking for C/C++ implementations of sampling from multinomial and Dirichlet distributions
I'm looking for C/C++ implementations of functions that return random variates multinomial and Dirichlet distributions. This is in the context of a calculation for posterior predictive p-values, part ...
3
votes
1answer
240 views
Sampling from posterior predictive distribution
First post. I'm working on this problem using Bayesian methods. In desperation I'm considering using p-values (shock horror), specifically posterior predictive p-values. So I need to simulate from the ...