mcp icon indicating copy to clipboard operation
mcp copied to clipboard

Regression with Multiple Change Points

Results 26 mcp issues
Sort by recently updated
recently updated
newest added

Hi there, Can I use glm.nb for the regression? Thank you!

enhancement

Implementing #90, I now see that `rel()` becomes cumbersome to support henceforth (it already was) and that it becomes somewhat ambiguous for categorical predictors. Users seem to misunderstand it anyway....

enhancement

I was happy to see that EnvCpt is included in your comparison documentation, thanks for including it. In a couple of places you write "I suspect EnvCpt uses cpt.np() in...

documentation

Turning off would just be changing to 0th order: ```r segments = list( y ~ 1 + x, ~ 0 + ar(1), # start AR(1) ~ 0 + ar(0) #...

enhancement

Here are some ideas which could use some discussion and careful consideration. It extends the current model specification: https://lindeloev.github.io/mcp/articles/formulas.html In the order from "soonish" (top) to "in your dreams": #...

enhancement

Saw the announcement of the new release on Twitter, looks awesome! I had two questions about tidybayes integration: 1. I see you're using `tidy_samples` instead of implementing a generic for...