You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be (optionally) possible to parameterize the observation error scale of one signal relative to the observation error scale of another. Something like this:
Let $\bar{E}_t$ and $E_t$ be predicted and observed ED visits at time $t$. Let $\bar{H}_t$ / $H_t$ and $\bar{W}_t$ / $W_t$ be the same but for observed admissions and wastewater concentrations, respectively.
$$E_t \sim \mathrm{NegBin}(\bar{E}_t, k_e)$$
$$H_t \sim \mathrm{NegBin}(\bar{H}_t, k_h)$$
$$k_e \sim \mathrm{Some Prior}$$
$$k_h = a_{he} k_e$$
$$a_{he} \sim \mathrm{Some Prior}$$
The text was updated successfully, but these errors were encountered:
For the specific case of the Negative binomial I think this works best with the parameterisation such that:
$$\text{variance} = \mu + \alpha^2 \mu^2$$
Where $\alpha$ is then roughly $\alpha \approx \frac{\text{std}}{\mu}$, with the approx being good when the mean is largish. Then the prior on the H can be reasoned quite nicely I think e.g. $a_{he} = 1.5$ means that the standard fluctuation is 50% higher in the H compared to E.
Do you expect the posterior concentrations to be correlated? For the parameterization @SamuelBrand1 suggests, it is somewhat easy to reason about setting a prior in this way, but, overall, I don't see any benefit over specifying the priors independently.
It should be (optionally) possible to parameterize the observation error scale of one signal relative to the observation error scale of another. Something like this:
Let$\bar{E}_t$ and $E_t$ be predicted and observed ED visits at time $t$ . Let $\bar{H}_t$ / $H_t$ and $\bar{W}_t$ / $W_t$ be the same but for observed admissions and wastewater concentrations, respectively.
The text was updated successfully, but these errors were encountered: