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] Auto arima #53

Open
wants to merge 77 commits into
base: master
Choose a base branch
from
Open

Commits on Jun 12, 2015

  1. reworked bgtest to take residuals, added bptest

    jose.cambronero committed Jun 12, 2015
    Configuration menu
    Copy the full SHA
    6c2e2a6 View commit details
    Browse the repository at this point in the history
  2. cleaned up after adding bptest/bgtest

    jose.cambronero committed Jun 12, 2015
    Configuration menu
    Copy the full SHA
    75e9932 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2015

  1. cleaned up additional style issues

    jose.cambronero committed Jun 15, 2015
    Configuration menu
    Copy the full SHA
    7fdbafa View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2015

  1. added EWMA functionality and tests

    jose.cambronero committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    e7ed3ae View commit details
    Browse the repository at this point in the history
  2. Merge pull request sryza#26 from josepablocam/master

    A couple of simple changes to get started: corrected
    sryza committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    c6b5e55 View commit details
    Browse the repository at this point in the history
  3. cleaned up additional style issues

    jose.cambronero committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    dcc429c View commit details
    Browse the repository at this point in the history
  4. Add Hadoop dependency

    sryza committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    5cfc79b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1aff3f4 View commit details
    Browse the repository at this point in the history
  6. Convert tab to spaces

    sryza committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    e1487d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2015

  1. Configuration menu
    Copy the full SHA
    db6a716 View commit details
    Browse the repository at this point in the history
  2. changed EWMA fitting to use gradient descent

    jose.cambronero committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    fd45327 View commit details
    Browse the repository at this point in the history
  3. style changes

    jose.cambronero committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    7adc5d0 View commit details
    Browse the repository at this point in the history
  4. added note stating ubounded optimization for ewma

    jose.cambronero committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    88bd843 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2015

  1. Merge pull request sryza#27 from josepablocam/ewma

    added EWMA functionality and tests
    sryza committed Jun 18, 2015
    Configuration menu
    Copy the full SHA
    fab45bc View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2015

  1. Configuration menu
    Copy the full SHA
    e942aae View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2015

  1. Merge remote-tracking branch 'origin/master'

    jose.cambronero committed Jun 22, 2015
    Configuration menu
    Copy the full SHA
    4e56a07 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2015

  1. Copyright bump

    cdalzell committed Jun 23, 2015
    Configuration menu
    Copy the full SHA
    d151a6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bd0c28 View commit details
    Browse the repository at this point in the history
  3. Merge pull request sryza#28 from cdalzell/feature/sryza#23-rename_toS…

    …amples
    
    Issue sryza#23: Rename toSamples to toInstants
    sryza committed Jun 23, 2015
    Configuration menu
    Copy the full SHA
    ae91035 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2015

  1. added up/down sampling and cubic spline interpolation

    jose.cambronero committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    5a4aa29 View commit details
    Browse the repository at this point in the history
  2. added up/down sampling tests

    jose.cambronero committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    4b98b63 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2015

  1. Configuration menu
    Copy the full SHA
    48d9251 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2015

  1. started on acf plot

    jose.cambronero committed Jun 27, 2015
    Configuration menu
    Copy the full SHA
    dd80326 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c595b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2015

  1. acf plot done

    josepablocam committed Jun 28, 2015
    Configuration menu
    Copy the full SHA
    0655b07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    432b10d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c316ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78b5d77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ccc531 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2015

  1. changed up/downSample function names to up/downsample (along with rel…

    …evant tests), added missing type to EasyPlot functions
    jose.cambronero committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    315ff27 View commit details
    Browse the repository at this point in the history
  2. Merge pull request sryza#30 from josepablocam/acf_pacf

    ACF and PACF
    sryza committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    f939146 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2015

  1. added scaladoc comments for up/down sampling

    jose.cambronero committed Jul 1, 2015
    Configuration menu
    Copy the full SHA
    87418e8 View commit details
    Browse the repository at this point in the history
  2. added option to drop intercept in AR(n) model

    jose.cambronero committed Jul 1, 2015
    Configuration menu
    Copy the full SHA
    7990894 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2015

  1. Merge pull request sryza#31 from josepablocam/docsampling

    added scaladoc comments for up/down sampling
    sryza committed Jul 2, 2015
    Configuration menu
    Copy the full SHA
    496dc92 View commit details
    Browse the repository at this point in the history
  2. fixed space and expanded fitModel scaladocs for AR(n) to explain noIn…

    …tercept parameter
    jose.cambronero committed Jul 2, 2015
    Configuration menu
    Copy the full SHA
    85d94ff View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2015

  1. Renamed labels to keys

    cdalzell committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    bec7089 View commit details
    Browse the repository at this point in the history
  2. Merge pull request sryza#33 from cdalzell/feature/sryza#24-TimeSeries…

    …_label_to_key
    
    sryza#24: Renamed labels to keys in TimeSeries
    sryza committed Jul 10, 2015
    Configuration menu
    Copy the full SHA
    1a15e0f View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2015

  1. Configuration menu
    Copy the full SHA
    1684baf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84923bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67f90dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e096f80 View commit details
    Browse the repository at this point in the history
  5. Added notes about how to disable scalastyle when needed, also gave th…

    …e config xml the indentation formatting IntelliJ craved
    cdalzell committed Jul 15, 2015
    Configuration menu
    Copy the full SHA
    a0a7bd6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f9ac31 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fefaaa0 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2015

  1. Configuration menu
    Copy the full SHA
    95529d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2015

  1. Added newline at end of file

    cdalzell committed Jul 21, 2015
    Configuration menu
    Copy the full SHA
    f684218 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2015

  1. Disabled a couple of checks

    cdalzell committed Jul 24, 2015
    Configuration menu
    Copy the full SHA
    73f4d35 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2015

  1. Merge pull request sryza#37 from cdalzell/feature/scalastyle

    Added Scalastyle
    sryza committed Jul 27, 2015
    Configuration menu
    Copy the full SHA
    4a7a7a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2015

  1. Configuration menu
    Copy the full SHA
    09fdd40 View commit details
    Browse the repository at this point in the history
  2. Merge pull request sryza#41 from josepablocam/ljungbox

    Ljung-Box test
    sryza committed Aug 3, 2015
    Configuration menu
    Copy the full SHA
    5e90bae View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2015

  1. Configuration menu
    Copy the full SHA
    a5cdfa4 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2015

  1. Merge pull request sryza#42 from josepablocam/return_figures

    Return figures in plotting functions
    sryza committed Aug 5, 2015
    Configuration menu
    Copy the full SHA
    945b0d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2015

  1. added kpss stationarity test

    jose.cambronero committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    c2405ab View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2015

  1. added source for newey west

    jose.cambronero committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    8b5c188 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2015

  1. Merge pull request sryza#32 from josepablocam/arWithoutIntercept

    added option to drop intercept in AR(n) model
    sryza committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    bcb7fde View commit details
    Browse the repository at this point in the history
  2. first cut working ARIMA with css fitting

    jose.cambronero authored and josepablocam committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    6e56d51 View commit details
    Browse the repository at this point in the history
  3. changed css to use while loops, cleaner, more readable now

    jose.cambronero authored and josepablocam committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    05804a0 View commit details
    Browse the repository at this point in the history
  4. fixed updating MA errors, new error placed at index 0, to align with …

    …the way coefficients are reported for AR
    jose.cambronero authored and josepablocam committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    3712ab2 View commit details
    Browse the repository at this point in the history
  5. add and remove time dependent effects

    jose.cambronero authored and josepablocam committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    ab71d1e View commit details
    Browse the repository at this point in the history
  6. refactored and cleaned up

    jose.cambronero authored and josepablocam committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    4c8b7b8 View commit details
    Browse the repository at this point in the history
  7. added scaladoc comments, fixed addTimeDependentEffects and removeTime…

    …DependentEffects
    jose.cambronero authored and josepablocam committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    b1db791 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3516fee View commit details
    Browse the repository at this point in the history
  9. decided to comment out removeTimeDependentEffects until feedback...un…

    …clear if correctly implementing that function, added test data
    josepablocam committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    f9e2ab3 View commit details
    Browse the repository at this point in the history
  10. fixed addTimeDependentEffects and removeTimeDependentEffects based on…

    … Sandy's feedback. Modified forecast to take same approach (i.e. use AR of intercept and MA of 0.0 prior to start of series). Added tests and modified leniency on intercept term
    jose.cambronero authored and josepablocam committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    f7fb550 View commit details
    Browse the repository at this point in the history
  11. added css with conjugate gradient descent

    jose.cambronero authored and josepablocam committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    8424409 View commit details
    Browse the repository at this point in the history
  12. udpated arima implementation based on PR feedback from @sryza. Major …

    …change was breaking up (p, d, q) as separate ARIMAModel members
    jose.cambronero authored and josepablocam committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    2a53872 View commit details
    Browse the repository at this point in the history
  13. broke up in all functions, made cgd default, added user guess for par…

    …ameters, fixed typo in hannan, moved around arguments in functions in ARIMA object for consistency
    josepablocam committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    ec5f214 View commit details
    Browse the repository at this point in the history
  14. fixed misspecification for differencing. Changed forecast function ac…

    …cordingly. Added 2 new functions to UnivariateTimeSeries to perform differencing of order-d, rather than differencing at lag-d
    jose.cambronero authored and josepablocam committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    64dbff2 View commit details
    Browse the repository at this point in the history
  15. incorporated @sryza 's feedback on having differences at order using …

    …calls to differences of lag, removed unnecessary copying of vector in differences of order
    jose.cambronero authored and josepablocam committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    eda11da View commit details
    Browse the repository at this point in the history
  16. fixing style issues and commented out private

    jose.cambronero authored and josepablocam committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    2bab2e5 View commit details
    Browse the repository at this point in the history
  17. added stationarity and invertibility check

    jose.cambronero authored and josepablocam committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    ab0a908 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    160e71a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    766149c View commit details
    Browse the repository at this point in the history
  20. Merge pull request sryza#40 from josepablocam/arima

    ARIMA
    sryza committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    2f85532 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2015

  1. Merge branch 'kpss' into auto_arima

    jose.cambronero committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    63c962d View commit details
    Browse the repository at this point in the history
  2. added first cut version of auto arima

    jose.cambronero committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    04e4317 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2015

  1. Configuration menu
    Copy the full SHA
    268969f View commit details
    Browse the repository at this point in the history