15106 Commits

Author SHA1 Message Date
Kevin Sheppard
afdf4167e4 Merge pull request #8974 from sebp/fix-scatter_ellipse-doc
DOC: Include correct plot in scatter_ellipse
2023-10-17 11:16:00 +01:00
Sebastian Pölsterl
fef47495c6 DOC: Include correct plot in scatter_ellipse 2023-10-17 12:01:28 +02:00
Kevin Sheppard
01b19d7d11 Merge pull request #8990 from bashtage/block-pandas-2-1-0
MAINT: Block pandas 2.1.0
2023-09-01 11:54:50 +01:00
Kevin Sheppard
e66ac25790 MAINT: Block pandas 2.1.0
Block pandas 2.1.0 due to bug in MultiIndex assignment
2023-09-01 11:16:31 +01:00
Kevin Sheppard
b09a6d867b Merge pull request #8989 from bashtage/cap-numpy
MAINT: Insert some initial NumPy caps
2023-09-01 09:44:39 +01:00
Kevin Sheppard
3f1e56fef6 MAINT: Insert some initial NumPy caps
Currently require NumPy<2
2023-09-01 08:50:49 +01:00
Kevin Sheppard
9b7cc31890 Merge pull request #8988 from bashtage/flake-fixes
STY: Switch from == to is for type comparrison
2023-08-31 19:03:04 +01:00
Kevin Sheppard
53b6daf2ae STY: Switch from == to is for type comparrison
Switch to comply with new flake8 rule E721
2023-08-31 17:29:41 +01:00
Josef Perktold
56e9c569fa Merge pull request #8948 from melizwu/issue8183
DOC: fix inconsistency in `var_model.py`
2023-08-10 13:52:58 -04:00
Josef Perktold
b3e61a6276 Merge pull request #8946 from tadamcz/correct-copuladistr-docs
DOC: correct signature of `CopulaDistribution`
2023-08-10 13:45:13 -04:00
Josef Perktold
30bb540ec9 Merge pull request #8959 from melizwu/issue8936
ENH: 2-sample z-test unequal variances case
2023-08-10 13:42:17 -04:00
Josef Perktold
c3730531ab Merge pull request #8963 from sebp/fix-plots-in-docs
DOC: Fix inclusion of plots
2023-08-10 13:38:49 -04:00
Sebastian Pölsterl
f22e4d8147 DOC: Fix inclusion of plots 2023-07-28 21:31:40 +02:00
Melissa Wu
fa01159122 Add unit tests 2023-07-21 18:23:17 -04:00
Melissa Wu
9bac95cedf Add unequal variances case
Add unpooled variances

Restructure code

Update documentation and wording

Use ddof
2023-07-20 09:49:10 -04:00
Melissa Wu
e6fb49748e Documentation consistency #8183 2023-07-05 13:38:40 -04:00
tadamcz
60a54dd554 DOC: correct signature of CopulaDistribution 2023-07-02 17:26:08 +01:00
ChadFulton
3b61c469ed Merge pull request #8937 from ChadFulton/gh-8920
ENH/PERF: faster computation of revision impacts
2023-06-30 04:52:22 -07:00
Kevin Sheppard
573f34b77b Merge pull request #8942 from bashtage/cow-bug
BUG: Writing read-only arry on pandas 2/CoW
2023-06-30 09:28:26 +01:00
Kevin Sheppard
cc9871a5d7 BUG: Writing read-only arry on pandas 2/CoW 2023-06-30 09:28:04 +01:00
Chad Fulton
89acd89534 COMPAT: fix concat issue in pandas <= 1.2 2023-06-29 23:34:18 -04:00
Chad Fulton
e8854518d3 PERF: replace Cython performance flags 2023-06-29 23:33:57 -04:00
Chad Fulton
d7fb898bf4 COMPAT: fixes for pandas==1.2.5 2023-06-29 21:34:12 -04:00
Chad Fulton
ced7142568 STYLE: whitespace, etc. 2023-06-29 17:56:04 -04:00
Chad Fulton
d9210e1935 ENH: consistent weights return shape 2023-06-29 17:55:31 -04:00
Kevin Sheppard
6859feafc0 Merge pull request #8940 from bashtage/future-changes
MAINT: Make changes for deprecations
2023-06-29 18:40:57 +01:00
Kevin Sheppard
4980914bcc Merge pull request #8941 from bashtage/update-nightly
DOC: Add install instructions for nightly
2023-06-29 18:40:02 +01:00
Kevin Sheppard
ae05efb20d DOC: Add install instructions for nightly 2023-06-29 17:33:04 +01:00
Kevin Sheppard
9e2d529633 BUG: Correct untested code 2023-06-29 17:27:52 +01:00
Kevin Sheppard
410bf74b3e MAINT: Make changes for deprecations
Use iloc for clarity with Series
Use setup_method
2023-06-29 14:39:15 +01:00
Kevin Sheppard
fdd13b464c Merge pull request #8930 from bashtage/stl-test-file-packaging
MAINT: Remove deprecated utility
2023-06-29 12:16:30 +01:00
Kevin Sheppard
d6819747d6 Merge pull request #8939 from bashtage/update-pip-pre
MAINT: Update nightly location
2023-06-29 11:45:25 +01:00
Kevin Sheppard
fae5488b99 MAINT: Update nightly location 2023-06-29 11:44:58 +01:00
Chad Fulton
4e47451076 ENH/PERF: faster computation of revision impacts 2023-06-28 22:33:03 -04:00
Kevin Sheppard
114d812133 Merge pull request #8932 from rebecca-palmer/spelling2
CLN: Fix typos
2023-06-26 12:01:47 +01:00
Rebecca N. Palmer
374674f040 CLN: Fix typos 2023-06-25 18:06:55 +01:00
Kevin Sheppard
9e61b4d43f MAINT: Remove deprecated utility
Remvoe infavor of importlib
2023-06-24 16:46:44 +01:00
Josef Perktold
803b841d2d Merge pull request #8783 from aglebov/plot-acf-funcs
ENH: Plot cross-correlations and auto/cross-correlation matrix
2023-06-14 14:51:01 -04:00
Artem Glebov
6e636a81d8 ENH: plot_ccf and plot_accf 2023-06-14 16:45:11 +01:00
Josef Perktold
b1de8b7960 Merge pull request #8782 from aglebov/plot_ccf
ENH/TST: ccf to optionally return confidence intervals
2023-06-10 20:38:44 -04:00
Artem Glebov
299bd60892 ENH: optionally return confidence intervals from ccf
Also:
DOC: clarify description of ccovf, ccf
TST: simple test for ccf
ENH: nlags parameter for ccf
TST: test for ccf
ENH: more efficient interval calculation in ccf
DOC Clarify docstring for ccf
2023-06-11 00:06:23 +01:00
Josef Perktold
d99bce931c Merge pull request #8900 from Tartopohm/wls_loglike_docstring
DOC: correct typo in WLS.loglike docstring
2023-06-10 12:11:09 -04:00
Josef Perktold
98971b481a Merge pull request #8881 from aglebov/plot_partial
ENH: plot prediction curve over scatter in GLMGamResults.plot_partial
2023-06-09 17:14:30 -04:00
Josef Perktold
aa78e9c577 Merge pull request #8889 from josef-pkt/glm_margeff
ENH: add get_margeff to GLM
2023-06-09 14:13:06 -04:00
Josef Perktold
da1a1d223e Merge pull request #8907 from josef-pkt/bug_mnlogit_wald_tests
BUG: mnlogit wald tests, ravel, string cov_names
2023-06-09 13:15:32 -04:00
Josef Perktold
947b5b8608 TST: unit tests for MNLogit t_test, wald_test 2023-06-08 17:13:40 -04:00
Josef Perktold
f525818c2d BUG/ENH: fix base t_test, wald_test, closes #8905 2023-06-08 15:19:56 -04:00
Josef Perktold
f622be3907 BUG/REF/DOC: glm margeff docstrings, fix NonlinearDeltaCov se for 2-dim 2023-06-08 15:04:27 -04:00
Tartopohm
56910c9be3 DOC: add missing TeX symbol 2023-06-01 20:25:30 +12:00
Tartopohm
91b08d5e1e DOC: correct typo in docstring
Correct the sign of the last term of the log likelihood expression.
Clarify the meaning of the (not standard) vertical bars notation.
2023-06-01 12:10:11 +12:00