-
Write function to convert sigex mle fit (2nd list object) to class SigexParam. Probably need to also pass mdl (or SigexModel) object to know structure of param contents. Eg) the p and q values for ARM…
-
I'm not sure what the evolving best practice is here. These (randomized quantal residuals with the Laplace approximation) and DHARMa residuals with the Laplace approximation can definitely look off ev…
-
The following scripts throw
`RuntimeError:
An attempt has been made to start a new process before the
current process has finished its bootstrapping phase.
This probabl…
-
### Device
Lenovo M920q
### Dasharo version
Not a Dasharo firmware
### Affected component(s) or functionality
Intel ACM and/or Lenovo stock firmware
### Brief summary
ACM exits wi…
-
I'm experiencing some issues when trying to generate an `FEMap` with some computed DDGs and an absolute experimental DG for the reference compound. An example notebook that shows this is in https://gi…
-
related to robust regression, e.g. #3315 , https://github.com/statsmodels/statsmodels/issues/8690#issuecomment-1913715516
problem is imposing fisher consistency.
one possibility would be to have…
-
### Play Version
Play 2.8.0 with sbt 1.3.4
### API
Scala
### Operating System
Windows 10 Pro
### JDK
openjdk version "11.0.5" 2019-10-15
OpenJDK Runtime Environment AdoptOpenJDK …
-
I'm getting an `AttributeError` while fitting an ARIMA (I'm using version 0.8.0). Here's a (hopefully) reproducible example:
__Set up:__
```python
import numpy as np
from statsmodels.tsa.arima…
-
We need helper functions or classes for the multivariate Gaussian model. We are starting to use it in several models, but a simple standalone class would be useful for rapid development, and maybe as …
-
If the tests are for GenericLikelihoodModel, then this probably belongs in base/tests/.