Tomás Capretto

Results 62 issues of Tomás Capretto

#34 Adds support for random effects via the pipe operator. While going through the example in the PR I noticed that operations that are written as `x2|m` were then printed...

I'm not sure it's going to be easy, but it would be a nice to have feature.

feature request

This updates the link to my personal webpage in notebooks I helped with.

This PR attempts to better organize the images and data used in the notebooks. Images that are used within plots, such as The Office logo are stored in `static/img/graph`. This...

Hi! I'm using seaborn objects to create some visualizations. I had the need to visualize rolling means and I couldn't figure out how to do it. So I inspected how...

wishlist

Chapter 3 of Julian Faraway's book "Extending the linear model with R" has several nice examples and exercises. It would be nice to work on those and include them as...

documentation

Fixes predictions when HSGP contains a `by` variable. * It makes sure the underlying design matrix is not modified until the data of all HSGP components are used. * Modifies...

So users can truncate any distribution **Edit** after seeing #875 We want to give users the option to truncate any prior distribution. Under the hood, this should be done via...

feature request

This PR adds a new method called `compute_log_likelihood` which is mostly useful to get the log likelihood for out of sample observations. It's still useful to compute the log likelihood...