-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Look at Geweke paper "Getting it right" #574
Comments
This looks really useful. It would require that all the samplers in PINTS expose their transition kernel I can have a go at putting this into the functional testing |
That would be great @martinjrobins ! |
@ben18785, or anyone else: what is a good test to check that a series of samples come from a normal distribution with zero mean and unit variance? I'd like to have as few samples as possible.... |
Jarque-Bera test or Kolmogorov-Smirnov...not sure what’s best with small sample sizes
… On 28 Nov 2018, at 13:30, Martin Robinson ***@***.***> wrote:
@ben18785, or anyone else: what is a good test to check that a series of samples come from a normal distribution with zero mean and unit variance? I'd like to have as few samples as possible....
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
If it helps any, the statistician who recommended this test said he'd never bothered with quantifying the mismatch, said it was obvious in the plots |
This paper by Donald Rubin (a statistical big kahuna) offers another testing framework for MCMC software which may be worth implementing alongside Geweke... |
@martinjrobins I have now had a long look at the Geweke testing and think that the reason the test is failing is that the second parameter dimension (the carrying capacity) is very slow to converge for the Metropolis sampler on the logistic model. This is based on the following:
To backup these assertions, see the Geweke-and-Rubin notebook in the studies directory of this branch this branch Things to consider trying:
Later consider also trying:
|
The only other paper in the citations to Rubin that discusses other tests. This is also worth looking into as they indicate more specific tests looking at failures in the numerical solving (which is likely an issue for our types of system). |
https://doi.org/10.1198/016214504000001132
Comes highly recommended as a way of testing MCMC methods
The text was updated successfully, but these errors were encountered: