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

Pairwise versions for rolling_cov, ewmcov and expanding_cov #4950

Merged
merged 5 commits into from
Mar 28, 2014

Commits on Mar 28, 2014

  1. TST: Added tests for pairwise behaviour in rolling moments.

    Added a test for rolling_cov_pairwise similar to the test for
    rolling_corr_pairwise.
    
    Added tests for ewmcov_pairwise and ewmcorr_pairwise.
    
    Added test for expanding_cov_pairwise based on the test for
    expanding_corr_pairwise.
    Tobias Brandt authored and tobias-aam committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    50c0a03 View commit details
    Browse the repository at this point in the history
  2. ENH: Implemented pairwise rolling moment functions.

    Implemented rolling_cov_pairwise function.
    
    Implemented ewmcov_pairwise and ewmcorr_pairwise.
    
    Implemented expanding_cov_pairwise.
    
    Refactored the rolling moment functions to use _flex_pairwise_moment.
    Tobias Brandt authored and tobias-aam committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    9a92ad2 View commit details
    Browse the repository at this point in the history
  3. ENH: Folded the *_pairwise rolling moment functions into the base fun…

    …ction API.
    Tobias Brandt authored and tobias-aam committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    aeba806 View commit details
    Browse the repository at this point in the history
  4. DOC: Updated documentation for pairwise API changes.

    Added a release note and example usage for pairwise=True.
    Tobias Brandt authored and tobias-aam committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    27442b1 View commit details
    Browse the repository at this point in the history
  5. ENH: Marked rolling_corr_pairwise and expanding_corr_pairwise as depr…

    …ecated.
    Tobias Brandt authored and tobias-aam committed Mar 28, 2014
    Configuration menu
    Copy the full SHA
    1fcb94e View commit details
    Browse the repository at this point in the history