Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP/ENH: add stats for complex valued random variables #9094

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

josef-pkt
Copy link
Member

@josef-pkt josef-pkt commented Dec 15, 2023

see
#9064
#3528

The main references that I used for this are in first comment of #9064.

currently mainly tools to convert random variable and cov between 3 representations (to park those formulas)
eventual target is OLS, MLE and hypothesis tests (wald) when params are complex valued.

@josef-pkt
Copy link
Member Author

josef-pkt commented Dec 15, 2023

style check fails, whitespace errors, e.g. with empty lines

New files: statsmodels/stats/_complex.py statsmodels/stats/tests/test_complex.py
statsmodels/stats/_complex.py:149:5: E303 too many blank lines (2)
statsmodels/stats/_complex.py:158:19: E251 unexpected spaces around keyword / parameter equals
statsmodels/stats/_complex.py:185:13: E221 multiple spaces before operator
statsmodels/stats/_complex.py:219:9: E303 too many blank lines (2)
statsmodels/stats/_complex.py:246:5: E303 too many blank lines (2)
statsmodels/stats/tests/test_complex.py:18:1: E302 expected 2 blank lines, found 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant