Matt Haberland
Matt Haberland
### Bug summary `plt.hist` with `bin='auto'` struggles when the data has a long tail. This was discovered in the context of `levy`- and `levy_l`- distributed data (see scipy/scipy#14563), but I've...
#### Reference issue Progress toward gh-10829 Supports gh-12787 #### What does this implement/fix? gh-10829 asked for the AD test to be implement for `weibull_min`. A prerequisite is to improve the...
#### Reference issue Followup to gh-16770 #### What does this implement/fix? In the `fit` override of `skewnorm`, there were two issues when the magnitude of the skewness of the data...
#### Reference issue Supersedes gh-5087 #### What does this implement/fix? gh-5087 proposed replacing use of the inverse covariance matrix with the Cholesky decomposition of the covariance matrix throughout `gaussian_kde` to...
#### Reference issue Closes gh-16433 Addresses item in gh-13371 #### What does this implement/fix? Currently, `stats.bootstrap` only supports `method='BCa'` for single-sample statistics. This adds support for multi-sample statistics. I need...
#### Reference issue Supersedes gh-13665 #### What does this implement/fix? gh-13665 implemented `ppf` and `isf` for `invgauss`, but we decided that using Boost was a better option. This replaces our...
#### Reference issue gh-16140 #### What does this implement/fix? gh-16140 added `nan_policy` to `stats.rankdata`, but the default value is `'omit'` instead of the usual `'propagate'`. I merged it, but I'm...
#### Reference issue - #### What does this implement/fix? This is a draft of the first part a `scipy.stats` resampling and Monte Carlo methods tutorial. I had a little fun...
This is a meta-issue recording action items from a review of biomedical articles that cite SciPy and the results of a survey sent to authors of over 50 of these...
#### Reference issue Closes gh-17050 #### What does this implement/fix? gh-17050 reported that `pearson3.ppf` was incorrect for negative values of skew. The fix is similar to that for `cdf` in...