Carlos Parada
Carlos Parada
Anything else?
@devmotion should I merge?
> What's the state of this? How can I use the wrappedCauchy? Not merged. @jeremyworsfold what's left?
`Iterators.countfrom(0)`?
The problem here is related to Unitful, right? I'm happy to merge this if we need to, but first I'd like to check if it's possible to fix this in...
> * How would you extract the types of a mixture with only the type version of `fit_mle` (or another similar function) Hmm, maybe the types of a mixture should...
```julia julia> eltype(dln) Float64 julia> typeof(rand(dln)) Float64 ``` So it seems like the bug is in `LogitNormal`, not in `AffineDistribution`.
> In my suggestion and proposed commit, I actually changed LogitNormal (and many other distributions) but changing eltype breakes many tests. Currently, many tests seem to expect the eltype of...
> It's a deliberate design choice that `rand` returns samples of type `Float64`. Where was that choice made? By who?
That looks great! Could you make a PR?