rklees

Results 7 issues of rklees

In the current version of statsmodels it is not possible to choose a deterministic seasonal using 'stochastic_seasonal': False. Example: ```python frequencies = [{'period': 12, 'harmonics': 1}] model_settings = { 'irregular':...

I run my standard test example using version 0.1.0 and get an error message from pm.sample, see below. Any advice of how to proceed? TypeError Traceback (most recent call last)...

I wonder if someone could clarify what P0 really is. For instance, in the example notebooks to pymc-experimental , I found the following statement: P0_diag = pm.Gamma("P0_diag", alpha=2, beta=5, dims=P0_dims[0])...

When I use the pymc or nutpie NUTS samplers in combination with pymc-experimental I get error messages which I can't solve. An example is shown below. Is there anyone who...

**Description of the problem** When installing pyshtools on Mac OS X 14.2.0 I get the following error message: Compiler stderr: : error: unknown value ‘14.2.0’ of ‘-mmacosx-version-min’ The whole output...

So far I could not install compatible versions of dynamax, sts-jax and python. Anyone who could recommend what versions of the three packages are compatible?

I installed sts-jax using the latest development branch. When running the sts_electric_demo notebook, I get an error message ImportError: cannot import name 'PRNGKey' from 'dynamax.types' ([/Users/rolandklees/miniforge3/envs/stsjax/lib/python3.11/site-packages/dynamax/types.py](http://localhost:8890/Users/rolandklees/miniforge3/envs/stsjax/lib/python3.11/site-packages/dynamax/types.py)) I also suffer from...