Kevin Sheppard
Kevin Sheppard
Close and reopen to trigger CI
Thanks @larsoner . Should be fixed again. Not sure how we can easily track this in a fully automated way. ANy ideas would be appreciated.
@josef-pkt Could you create a new repository under the statsmodels org called statsmodels-wheels. It would make things easier if we moved the wheel build to statsmodels, and would simplify adding...
Any progress on fixing this issue? It has recently cropped up in statsmodels.
I use a pattern where I define a test function in my projects `__init__` that looks like: ``` def test( extra_args: Optional[Union[str, List[str]]] = None, exit: bool = True, append:...
No issues for me on Windows either suing Python 3.12.
Also, I can't repro on Ubuntu 24.04.5 on Python 3.10.12.
Does it matter if you call np.ascontiguousarray(x, dtype=float) before?
AHH. It's arm64. Almost certainly either a.compiler bug on arm (unlikely) or something wrong with the chythonization.
Since Hansen's skew T is just two half-T distributions squished together and appropriately normaluzed to be a density, it is pretty easy to directly compute the PPF and CDF by...