Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save abhijeet-talaulikar/7c0d902da7fcc8b7dd8a29909dd8d539 to your computer and use it in GitHub Desktop.

Select an option

Save abhijeet-talaulikar/7c0d902da7fcc8b7dd8a29909dd8d539 to your computer and use it in GitHub Desktop.
rolling_channel_coefficient = pm.GaussianRandomWalk(
f"coefficient_{channel}",
sigma=sigma_walk,
init_dist=pm.Normal.dist(channel_prior, 0.01),
dims="time"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment