Mark Rogoyski
Mark Rogoyski
Ahh, I didn't realize there were more pages. OK. So if I register I can view the entire article. Thanks for pointing that out.
Thanks for continuing to look into this. Hopefully someone other than you answers your Stack Exchange question. With so little information available, I wonder if the online ANOVA calculators that...
I think I found the R implementation for these functions: ptukey: https://github.com/wch/r-source/blob/e5b21d0397c607883ff25cca379687b86933d730/src/nmath/ptukey.c qtukey: https://github.com/wch/r-source/blob/e5b21d0397c607883ff25cca379687b86933d730/src/nmath/qtukey.c
Once we have it all figured out, someone should write a blog post or update the Wikipedia page. It would end up being the definitive online source for this distribution.
Wow. Great work on the wiki article. Thanks for doing this.
Cool. Thanks for finding and sharing the Fortran code.
Thanks for continuing to work on this!
I think the preference is be flexible and not force the user to know implementation details unless it is necessary. For example in the Matrix class multiply and scalarMultiply are...
I agree. I originally made the Functions namespace for the Special functions. Then when the need for Map happened, Functions seems like the best place to put it. And it...
That idea makes sense. I haven't really put any thought into memory optimizations. Before considering or implementing these kinds of architecture optimizations, I think the current focus of the project...