You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that there was some discussion of this years ago (PR #1501), but was wondering if there are any plans of implementing these in the future.
One thought would be to have qqplot be a Series method which optionally takes another Series as an argument. If this argument is missing then qqplot could fall back on the quantiles from some theoretical distribution (default Gaussian, say), perhaps imported from statsmodels. Even without statsmodels integration a purely empirical method could be quite useful for providing a very fast way of comparing two distributions.
The text was updated successfully, but these errors were encountered:
I see that there was some discussion of this years ago (PR #1501), but was wondering if there are any plans of implementing these in the future.
One thought would be to have
qqplot
be aSeries
method which optionally takes anotherSeries
as an argument. If this argument is missing thenqqplot
could fall back on the quantiles from some theoretical distribution (default Gaussian, say), perhaps imported fromstatsmodels
. Even withoutstatsmodels
integration a purely empirical method could be quite useful for providing a very fast way of comparing two distributions.The text was updated successfully, but these errors were encountered: