Replies: 1 comment
-
Hi Dan, Sorry for missing your issue! Priors only apply to inferred parameters. If y is observed, it has no prior. mcp(segments, data, prior = list(cp_1 = "dnorm(10, 3) T(MINX, 20)")) If you really want "bounds" on y, maybe that's a preprocessing step where you filter away "bad" values, like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I'm trying to learn, how to use your package.
I'm messing around with priors, and would like to set bounds on y. Is this possible?
I think i can set cp_i = "T(MINX, MAXX)". Is it possible to do something like cp_i = T(y >= 1, y<=2)
Greetings from denmark
Dan Olesen
Beta Was this translation helpful? Give feedback.
All reactions