Skip to content

Set innovations for trend term to 0 in DLM models #8

@johnrbryant

Description

@johnrbryant

We would like to implement a version of the DLM prior where

beta_t = alpha_t + u_t
alpha_t = alpha_{t-1} + delta_{t-1} + v_t
delta_t = delta_{t-1}

This should be relatively simple, since it's a linear model. When we do this we need to prevent users from setting phi != 1. We should also come up with a consistent interface for this model and the model

beta_t = alpha_t + u_t
alpha_t = alpha_{t-1} + delta_{t-1}
delta_t = delta_{t-1} + w_t

which is currently specified using 'level = NULL'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions