Matt Haberland
Matt Haberland
I was hoping Sphinx would automatically document the attributes based on the docstrings of the properties, but that's not happening. Direct link to documentation: https://output.circle-artifacts.com/output/job/70f59c8e-3b9b-47b1-aacc-dfdbfa2b71d7/artifacts/0/html/reference/stats.html Thoughts for how the properties...
@tirthasheshpatel I thought it would be good to get your eyes on this. IIRC, you were interested in vectorization over many covariance matrices for the `multivariate_t` distribution, and this is...
Thanks @tirthasheshpatel! I implemented these suggestions. As it turns out, we don't need to do anything special with `covariance` because the `_covariance` of the subclass is a `cached_property`, so it...
Failures appear to be unrelated.
Thanks @tirthasheshpatel! Made the change. Please feel free to squash-merge with me as a co-author. What would you be most interested in reviewing next? We can specify covariance matrices using:...
Thanks, Tirth! And @siddhantwahal - we can also change the `rvs` method shortly. This merged sooner than expected, so to anyone coming by - please feel free to comment here....
@mckib2 @melissawm see also gh-17013
The problem is that this distribution doesn't fit well into the existing distribution infrastructure because it has a many-valued shape parameter (or a variable number of scalar shape parameters). We'll...
@tupui @tirthasheshpatel @chrisb83 If you agree that this looks like a good idea, I can review this. There was a lot of user support in the original issue gh-9389, and...
OK, looks like there's just one real failure now: https://github.com/scipy/scipy/blob/b5a805248c5c3b13e8d1b6237209854b6d0b4359/scipy/stats/tests/test_mstats_basic.py#L1877-L1882 This `Ks_2sampResult`: https://github.com/scipy/scipy/blob/2e5883ef7af4f5ed4a5b80a1759a45e43163bf3f/scipy/stats/_stats_py.py#L7489 is no longer used anywhere, so I'd suggest just deleting the definition of it and deleting the...