Kevin Sheppard
Kevin Sheppard
This is not something that is in statsmodels from what I can tell. Likely either to do with Blas or SciPy. I just checked the generated C source for statsmodels...
What happens if you just `python -c "import statsmodels.api"`?
This just tells you that things are not gettign compiled. `robust._qn` is a Cython module. The log looks like it is building ``` building 'statsmodels.robust._qn' extension creating build/temp.emscripten_3_1_46_wasm32-cpython-311/statsmodels/robust /tmp/tmpiahnkw84/cc -DNDEBUG...
Could you fix all places like `>>> cls(plot_context=\"seaborn-paper\")\n",` (basically where it says seaborn-paper)
LGTM. Thanks.
Is `sample_size_ration` labeled `ratio` above?
In the corrected example, on the main branch, I see ```python effect_size = -0.0008095274776159337 power = 0.8 alpha_error = 0.1 ratio = 1.0146909910259767 alternative = 'larger' sample_size = zt_ind_solve_power( effect_size...
Thanks for reporting. I will need to take a look at this, and possibly some other tests for ARDL compatability.
Overall PR looks good. Do you know if other formulas suffer, or is this the full extent fo the problem?
There are a few linting issues that need to be fixed. You can ignore MICE errors (needs a deep dive).