Alex Arslan

Results 503 comments of Alex Arslan

> What's holding up this PR? The following, which I've not had time for: - [ ] Remember this PR exists - [ ] Determine whether executing the checks twice...

> I am not sure if this issue should be resolved by `StatsBase` or can be tackled upstream. The relevant method is defined by StatsBase, so this is the right...

Thanks for the report. Luckily, I can't imagine that any of those ambiguities would be encountered in practice.

I don't know why they subtype `Real`, perhaps that part isn't necessary, but having them as types does permit composition in a way that separate functions wouldn't. For example, interpolating...

The benefit of allocating a new array is that it ensures there's no internal state that can become inconsistent, e.g. if iterating with `@threads` or if the user mutates the...

Naive question: could this branch be amended to return `one` instead of `w`? Also, I checked the OpenBSD source (where openlibm's 128-bit `long double` definition for `coshl` came from) and...

It seems there are two cases where 0 standard deviation is problematic: 1. the truncation points are equal 2. they're unequal but the mean does not lie between them If...

Seems I was beaten to the punch by about 2 years: #1273 🙂

I agree with @devmotion here. > A reason why I have this in my personal utility package, and why propose to add here Can you explain how the code you've...

I should preface this by saying that I know almost nothing about wrapped distributions, so any opinions expressed here are not strongly held and may be uninformed. > Is the...