Skip to content

Iterated filtering with a "prior"? #220

Answered by kingaa
walsmanjason asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for the interesting question, @walsmanjason. An alternative to the method you describe is to include the parameter A as a state variable, with the prior incorporated into the rinit basic component. In pomp, this is a simple matter of moving A from the parameters list to the state variables and including generation of A in the rinit code. You may of course need parameters for the prior distribution of A (which, as you no doubt know, are often called "hyperparameters"): these can simply be included in the ordinary parameter list. For the reasons you intuit in your second paragraph, this option may be more attractive than the one you propose.

As for statistical errors, one can never b…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@walsmanjason
Comment options

@kingaa
Comment options

@walsmanjason
Comment options

Answer selected by walsmanjason
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants