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

Nonparametric all #434

Closed
wants to merge 114 commits into from
Closed

Commits on May 26, 2012

  1. Multivar KDEs

    gpanterov committed May 26, 2012
    Copy the full SHA
    dd102b2 View commit details
    Browse the repository at this point in the history
  2. Minor Change

    gpanterov committed May 26, 2012
    Copy the full SHA
    56a25b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2012

  1. Copy the full SHA
    8610a4a View commit details
    Browse the repository at this point in the history
  2. Fixed bw/bwmethod

    gpanterov committed Jun 9, 2012
    Copy the full SHA
    ab2439c View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2012

  1. Copy the full SHA
    fb558e9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0702486 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    19b7548 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c771f52 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2012

  1. Copy the full SHA
    bc3f30e View commit details
    Browse the repository at this point in the history
  2. TST: nonparametric: convert UKDE example into a doctest.

    Doctests can be run with:
    
        from statsmodels import nonparametric
        nonparametric.test(doctests=True)
    
    Or "nosetests --with-doctest" in the nonparametric dir.
    
    Note that some other doctests seem to be failing at the moment.
    rgommers committed Jun 18, 2012
    Copy the full SHA
    7efea19 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2012

  1. Copy the full SHA
    0163e3b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5ec2c48 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    21a19a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2012

  1. ENH: add __repr__ method to UKDE.

    CKDE method still to do.  Also clean up some docstrings and code.
    rgommers committed Jun 25, 2012
    Copy the full SHA
    08eaa00 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2012

  1. pep8 on KernelFunctions.py

    gpanterov committed Jun 27, 2012
    Copy the full SHA
    7985008 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b4815c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2012

  1. edat fix

    gpanterov committed Jun 29, 2012
    Copy the full SHA
    2ccbae0 View commit details
    Browse the repository at this point in the history
  2. fixed edat

    gpanterov committed Jun 29, 2012
    Copy the full SHA
    f175261 View commit details
    Browse the repository at this point in the history
  3. removed imse_slow and gpke2

    gpanterov committed Jun 29, 2012
    Copy the full SHA
    2942de4 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2012

  1. Copy the full SHA
    1182a8c View commit details
    Browse the repository at this point in the history
  2. some more changes

    gpanterov committed Jun 30, 2012
    Copy the full SHA
    eb198fa View commit details
    Browse the repository at this point in the history
  3. changes..

    gpanterov committed Jun 30, 2012
    Copy the full SHA
    22ea70d View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2012

  1. resolved conflicts

    gpanterov committed Jul 1, 2012
    Copy the full SHA
    e56f4db View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4eed5e0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7eeb5e3 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3bad1da View commit details
    Browse the repository at this point in the history
  5. fixed test failures

    gpanterov committed Jul 1, 2012
    Copy the full SHA
    51a175f View commit details
    Browse the repository at this point in the history
  6. ...

    gpanterov committed Jul 1, 2012
    Copy the full SHA
    b182b9a View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    877b63d View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2012

  1. Copy the full SHA
    7c7ae88 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2012

  1. Copy the full SHA
    125c66a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e29e026 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2012

  1. Copy the full SHA
    04895ff View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2012

  1. Copy the full SHA
    46e076d View commit details
    Browse the repository at this point in the history
  2. added the derivative of the Gaussian kernel to be used for the calcul…

    …ation of the marginal effects in the regression
    gpanterov committed Jul 10, 2012
    Copy the full SHA
    292c0a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2012

  1. Copy the full SHA
    b66e698 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3a29a93 View commit details
    Browse the repository at this point in the history
  3. cleaned GPKE and PKE

    gpanterov committed Jul 11, 2012
    Copy the full SHA
    398acf1 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8b14a1a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    fc84351 View commit details
    Browse the repository at this point in the history
  6. added univariate kde example for 6 common distributions. merged with …

    …main nonparametric branch
    gpanterov committed Jul 11, 2012
    Copy the full SHA
    6a4fa5a View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    9242513 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    c7fe86c View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2012

  1. Copy the full SHA
    9ed520b View commit details
    Browse the repository at this point in the history
  2. removed the Epanechnikov Kernel. Could be added at a later time again…

    … if we decide to give the user an option to specify kernels. However most refs claim kernel not important
    gpanterov committed Jul 12, 2012
    Copy the full SHA
    02b3781 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7e35ec4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ee2cd70 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b828625 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    616d956 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    be6eb11 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    85d0773 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2012

  1. Copy the full SHA
    46a9a8f View commit details
    Browse the repository at this point in the history
  2. added repr method to Reg

    gpanterov committed Jul 13, 2012
    Copy the full SHA
    008ef14 View commit details
    Browse the repository at this point in the history
  3. small fix to adjust_shape

    gpanterov committed Jul 13, 2012
    Copy the full SHA
    2a72d5f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    285297e View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2012

  1. BUG: nonparametric: fix three test failures due to incorrect usage of…

    … `fill`.
    
    Note also the added FIXME's.  Some bugs are still left; points also to
    incomplete test coverage.
    rgommers committed Jul 15, 2012
    Copy the full SHA
    a957da0 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2012

  1. examples + kernel fix

    gpanterov committed Jul 17, 2012
    Copy the full SHA
    6fb2c1f View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2012

  1. Copy the full SHA
    919aa97 View commit details
    Browse the repository at this point in the history
  2. fixed adjust_shape

    gpanterov committed Jul 22, 2012
    Copy the full SHA
    00fa9f0 View commit details
    Browse the repository at this point in the history
  3. some new fixes

    gpanterov committed Jul 22, 2012
    Copy the full SHA
    1383dba View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2012

  1. removed pke

    gpanterov committed Jul 23, 2012
    Copy the full SHA
    bc9463d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2888c1d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ea9b587 View commit details
    Browse the repository at this point in the history
  4. fixed np_tools

    gpanterov committed Jul 23, 2012
    Copy the full SHA
    656f96a View commit details
    Browse the repository at this point in the history
  5. fixed pep8 issues

    gpanterov committed Jul 23, 2012
    Copy the full SHA
    0c105cf View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2012

  1. Copy the full SHA
    09d761a View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2012

  1. Copy the full SHA
    9f32c2f View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2012

  1. Copy the full SHA
    ea750b4 View commit details
    Browse the repository at this point in the history
  2. censored regression

    gpanterov committed Jul 27, 2012
    Copy the full SHA
    7cfbc39 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    bd2229a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d9636fd View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2012

  1. ..

    gpanterov committed Jul 30, 2012
    Copy the full SHA
    bf61c16 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c67e189 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2012

  1. added efficient estimation (blocking) of bandiwdth by breaking up lar…

    …ge samples (still some test failures with Reg)
    gpanterov committed Jul 31, 2012
    Copy the full SHA
    da9455c View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2012

  1. ..

    gpanterov committed Aug 1, 2012
    Copy the full SHA
    ab3e2e2 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2012

  1. first attempt at sig test

    gpanterov committed Aug 2, 2012
    Copy the full SHA
    2c5b17a View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2012

  1. Copy the full SHA
    7faa745 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    25818f2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c9daa4e View commit details
    Browse the repository at this point in the history
  4. MAINT: rename KernelFunctions.py --> kernels.py

    Also remove some more unused imports.
    rgommers committed Aug 4, 2012
    Copy the full SHA
    a6be4fe View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2012

  1. Copy the full SHA
    f749c52 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c922e3b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7d32bde View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d227b58 View commit details
    Browse the repository at this point in the history
  5. ..

    gpanterov committed Aug 6, 2012
    Copy the full SHA
    955c0b4 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    4774029 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2012

  1. Copy the full SHA
    a0b50dd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7166b1b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9f9b970 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from rgommers/nonparametric-density

    Fixes / typos / small improvements for PR-408.
    gpanterov committed Aug 13, 2012
    Copy the full SHA
    7e732d8 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b705644 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'nonparametric-density' of github.com:gpanterov/statsmod…

    …els into nonparametric-density
    gpanterov committed Aug 13, 2012
    Copy the full SHA
    aef14c6 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    1fc6777 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    457ae87 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    7b57346 View commit details
    Browse the repository at this point in the history
  10. ..

    gpanterov committed Aug 13, 2012
    Copy the full SHA
    12f749a View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    24eef8d View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    5c8e4e6 View commit details
    Browse the repository at this point in the history
  13. changed __init__.py

    gpanterov committed Aug 13, 2012
    Copy the full SHA
    7e7fa9b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2012

  1. Copy the full SHA
    7be7228 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    70ce4a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2012

  1. Copy the full SHA
    3e654d2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e0c3734 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2012

  1. ...

    gpanterov committed Aug 16, 2012
    Copy the full SHA
    6e7ddfb View commit details
    Browse the repository at this point in the history
  2. ..

    gpanterov committed Aug 16, 2012
    Copy the full SHA
    5c019f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2012

  1. added significance tests for discrete and continuous variables, fixed…

    … some bugs with the AIC bandwidth selection criterion, added the Semiparametric Single Index Model
    gpanterov committed Aug 17, 2012
    Copy the full SHA
    3aa6068 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    33300cf View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a73e815 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2012

  1. Copy the full SHA
    2bed8bd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0bc5ffc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3d1cd22 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1be4201 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2012

  1. Copy the full SHA
    a759c2b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1cf8861 View commit details
    Browse the repository at this point in the history