Commit 8644f7a
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
28 | 35 | | |
29 | 36 | | |
30 | 37 | | |
| |||
33 | 40 | | |
34 | 41 | | |
35 | 42 | | |
36 | | - | |
37 | | - | |
| 43 | + | |
| 44 | + | |
38 | 45 | | |
39 | 46 | | |
40 | 47 | | |
| |||
101 | 108 | | |
102 | 109 | | |
103 | 110 | | |
| 111 | + | |
104 | 112 | | |
105 | 113 | | |
106 | 114 | | |
| |||
112 | 120 | | |
113 | 121 | | |
114 | 122 | | |
115 | | - | |
| 123 | + | |
116 | 124 | | |
| 125 | + | |
117 | 126 | | |
118 | 127 | | |
119 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
120 | 137 | | |
121 | 138 | | |
122 | 139 | | |
| |||
137 | 154 | | |
138 | 155 | | |
139 | 156 | | |
140 | | - | |
141 | 157 | | |
142 | 158 | | |
143 | 159 | | |
| |||
Submodule statsmodels updated 63 files
- .github/workflows/codeql.yml+1-1
- .github/workflows/cron-test.yml+2-2
- .github/workflows/emscripten.yml+2-2
- .github/workflows/generate-documentation.yml+3-3
- docs/source/api-structure.rst+1-1
- docs/source/conf.py+1-1
- examples/notebooks/autoregressions.ipynb+1-1
- examples/notebooks/ordinal_regression.ipynb+1-1
- examples/notebooks/theta-model.ipynb+7-7
- examples/python/interactions_anova.py+2-2
- examples/python/ordinal_regression.py+1-1
- examples/python/statespace_sarimax_internet.py+2-2
- pyproject.toml+3-1
- requirements-dev.txt+2
- statsmodels/base/_prediction_inference.py+2-2
- statsmodels/compat/matplotlib.py+11
- statsmodels/conftest.py+16-12
- statsmodels/discrete/discrete_model.py+15-4
- statsmodels/discrete/tests/test_predict.py+1-1
- statsmodels/distributions/tests/test_bernstein.py+2
- statsmodels/emplike/descriptive.py+9
- statsmodels/emplike/tests/test_descriptive.py+12
- statsmodels/formula/_manager.py+2-2
- statsmodels/formula/tests/test_formula.py+13
- statsmodels/genmod/generalized_linear_model.py+2-2
- statsmodels/graphics/gofplots.py+2-2
- statsmodels/graphics/regressionplots.py-29
- statsmodels/graphics/tests/test_tsaplots.py+66-17
- statsmodels/graphics/tsaplots.py+36-40
- statsmodels/interface/__init__.py
- statsmodels/meson.build+1-1
- statsmodels/nonparametric/_kernel_base.py+160-45
- statsmodels/nonparametric/_smoothers_lowess.pyx+1-1
- statsmodels/nonparametric/api.py+1-1
- statsmodels/nonparametric/bandwidths.py+3-2
- statsmodels/nonparametric/kde.py+4-7
- statsmodels/nonparametric/kdetools.py+6-6
- statsmodels/nonparametric/kernel_density.py+149-80
- statsmodels/nonparametric/kernel_regression.py+202-81
- statsmodels/nonparametric/kernels.py+7-6
- statsmodels/nonparametric/kernels_asymmetric.py+92-43
- statsmodels/nonparametric/smoothers_lowess.py+1-1
- statsmodels/nonparametric/smoothers_lowess_old.py+33-33
- statsmodels/nonparametric/tests/test_asymmetric.py+16-15
- statsmodels/nonparametric/tests/test_bandwidths.py+4-7
- statsmodels/nonparametric/tests/test_kde.py+54-28
- statsmodels/nonparametric/tests/test_kernel_density.py+292-105
- statsmodels/nonparametric/tests/test_kernel_regression.py+409-111
- statsmodels/nonparametric/tests/test_kernels.py+21-10
- statsmodels/regression/tests/test_lme.py+2
- statsmodels/regression/tests/test_processreg.py+2
- statsmodels/robust/norms.py+87-55
- statsmodels/robust/tools.py+3-3
- statsmodels/stats/anova.py+3-2
- statsmodels/stats/tests/test_power.py+10-1
- statsmodels/tsa/ar_model.py+83-62
- statsmodels/tsa/statespace/dynamic_factor_mq.py+1-2
- statsmodels/tsa/statespace/meson.build+2-3
- statsmodels/tsa/tests/test_ar.py+37-67
- statsmodels/tsa/vector_ar/tests/test_var.py+3-2
- statsmodels/tsa/vector_ar/vecm.py+8-7
- tools/ci/azure/azure_template_posix.yml+35-4
- tools/ci/azure/azure_template_windows.yml+5-2
0 commit comments