Sean Pinkney

Results 151 comments of Sean Pinkney

> > (@spinkey): It's not "wrong" it's the "continuous" or "interpolated" version that doesn't use floor... > > Is it intended as a pdf rather than pmf, and if so,...

@betanalpha thank you for providing that detailed explanation! Tbh I didn't quite understand how the original claim could be true, though I encountered the same ambiguity as @bob-carpenter on wikipedia....

![image](https://user-images.githubusercontent.com/23704057/138441958-26734581-beb6-4218-aabd-672c6f9e4c26.png)

Technically yes I have an M1 but practically no. Just started my new job and they have it locked down. Once I get Anaconda and cmdstan installed I can try.

> You could use part of the [code](https://github.com/JuliaEconometrics/Econometrics.jl/blob/master/src/GeneralizedLinearModels.jl) in [Econometrics.jl](https://github.com/JuliaEconometrics/Econometrics.jl). That one has multinomial logistic regression. I will work on adding dispatch for ordinal logistic regression too. Any update on...

any updates on this? writing a package that can use julia if the user wants. I'd like to have installation be automatic for the user.

monotone cubic interpolation https://en.wikipedia.org/wiki/Monotone_cubic_interpolation

@yamikarajput546 thanks for these! Welcome and look forward to working with you

> > I merged the other pr tada! And I fixed the merge conflicts with this one. > > For this one: > > > > * add those functions...

@andrjohns 2 questions 1. `stan::test::expect_common_nonzero_binary(f);` this errors out for `atan2`, do you know why? 2. On the 2nd test in that beta file if I do it on `atan2` I'm...