Contents Menu Expand Light mode Dark mode Auto light/dark mode
Regression in C 0.1.0a0 documentation
Regression in C 0.1.0a0 documentation

User Guide:

  • Examples
    • Linear regression
    • Multiple regressors
    • Random noise
    • Outliers
    • Leverage points
    • Robust regression
    • Complex to real

API Reference:

  • regressioninc package
    • regressioninc.testing package
      • regressioninc.testing.complex module
      • regressioninc.testing.real module
    • regressioninc.base module
    • regressioninc.linear module

Literature:

  • References
Back to top
Edit this page

References#

Complex regression versus making it a real problem https://stats.stackexchange.com/questions/66088/analysis-with-complex-data-anything-different

Random gaussian noise for complex data https://stackoverflow.com/questions/55700338/how-to-generate-a-complex-gaussian-white-noise-signal-in-pythonor-numpy-scipy

Robust models in statsmodels - particularly for the robust norms https://www.statsmodels.org/stable/examples/notebooks/generated/robust_models_1.html

Previous
regressioninc.linear module
Copyright © 2022, Neeraj Shah
Made with Sphinx and @pradyunsg's Furo