Patrick Aschermayr
Patrick Aschermayr
From: https://julialang.zulipchat.com/#narrow/stream/240884-soss.2Ejl Could we have an additional argument in the `predict` function, where we specify the number of samples taken? We can do this already via ``` using Soss, Distributions...
Dear all, I wanted to ask why a `PDBijector` transforms the input to a lowertriangular matrix while a `CorrBijector` transforms the input into a uppertriangular matrix. It seems like most...
Hi, Really well done package! My post is not really code related, but I was wondering if it might be possible to show (in the container?) the input dimension and...
Hi guys, In your mle.jl file, on line 14 in the mle_step function, you have: `log_likelihoods = HMMBase.log_likelihoods(hmm, observations)` If you define the loglikelihoods function for both, univariate and multivariate,...
Hi everyone, I am trying to build this module as another package is dependent on it, but did not succeed in building it. Does anyone know why / Is there...
Hi there, Thanks for all the hard work and for updating all the transforms! I noticed I get a domain error when evaluating 'logabsdetjac' after mapping the parameter in the...
Hi there, Thank you for all your work! I have seen that recently, pull request https://github.com/JuliaStats/StatsFuns.jl/pull/147 was closed in favor of https://github.com/JuliaStats/StatsFuns.jl/pull/149. I believe the former issue tried to make...
From: https://github.com/invenia/ParameterHandling.jl/pull/39 This only relates to array valued parameter. At the moment, when a Vector is unflattened, a new Vector is created for each argument in the tuple: ``` julia...
Hi there, Really nice package! I was wondering if one can adjust the flatten/unflatten functions, such that unflatten is also working inside a closure for using Automatic Differentation. At the...