Effect of process noise and hierarchy measured by parameter retrieval quality (RQ) #118
hyunjimoon
started this conversation in
people; relating
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
RQ := retrieval quality of estimated parameter measured by SBC distance metric, as a function of precision and setting of a specific model
Research question
How does process noise affect RQ? Which dynamic model is hospitable for hierarchical model?
Research hypothesis:
draws2data
data2draws
hierarchy and process noise have different effect on RQ in current stanify estimation, as process noise structure is ignored during estimation by updating process noise scale to zero during estimation
hierarchy and process noise may have similar effects on kalman/particle filtering estimation as process noise structure is not ignored during estimation
depending on the level of process noise scale designed for draws2data and data2draws:$\sigma_{draws2data}$ > $\sigma_{data2draws}$ : fitting n+1 hierarchical model with n hierarchical model$\sigma_{draws2data}$ < $\sigma_{data2draws}$ : fitting n hierarchical model with n+1 hierarchical model
I)
II)
so process noise fills the gap between integer-interval hierarchy level. Using first-order autocorrelated process noise, the
model
may be gaussian processthe effect of process noise in
observed data
would be greater in reinforcement-loop dominant compared to the balance-loop dominant systemhierarchical model is more useful when the reinforcement loop is dominant
hierarchical model i.e. process noise may cause the transition from reinforcement to a balance-loop dominant system
@tomfid it may be a novel, but may I ask for quick feedback on the hypothesis?
Evidence or exploration plan
1, 3 : process noise would make time series murkier (1) so the closer the estimated parameter is located to where process noise is located, lower the RQ becomes: RQ_{prey_birth_frac} >RQ_{pred_birth_frac} from below (3).

3:
adding hierarchy in stanify:
adding process noise in stanify:
6: process noise killed prey-predator oscillation
8: dynamic change of eigenvalue sign from Rogelio's structural dominance analysis paper
Beta Was this translation helpful? Give feedback.
All reactions