Felix Nößler
Felix Nößler
Hello, thanks for creating the R package! I have some problems with fitting an model with sum contrasts. The coefficients seem fine (similar to a non-regularized model), but the predictions...
Hello, thanks for creating the Distributions package! I get 16 allocations when I want to generate random samples from a `MvNormal` with full covariance matrix. Apparently, there is also type...
try to fix #165
Hello, thanks for creating the Distributions.jl package. I used the Student t distribution in a likelihood function and I noticed some numerical instability for large values of the degrees of...
Hello, thanks for creating the package. I noticed that the package is not working with docstrings that document the fields of a struct. Is this intended? Best, Felix ```julia using...
Hello, is it possible to calculate the marginal log likelihood given the observations and the model parameters? I want to do thinks similar to this tutorial from PINTS with statsmodesl...
Hey, the link to MixtureModels in the README is broken. Do you want to point to the (seemingly unmaintained) package: https://github.com/lindahua/MixtureModels.jl or to the Mixture model in Distributions.jl: https://juliastats.org/Distributions.jl/stable/mixture/ Thanks...
Hello, thanks for creating the package. I also really like the example notebooks. I looked into the notebook: [Interface to statsmodels: state space time series models](https://github.com/pints-team/pints/blob/b75d79287c81a115fa45640e9afc689e43bf01f1/examples/interfaces/statsmodels-state-space.ipynb) and really like the...
Hi Florian, there seems to be a bug with parallelization in the DEzs algorithm. I noticed it with my model that when I used only the priors the samples do...