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

Rework glm outlier detection #6

Merged
merged 22 commits into from Nov 8, 2019
Merged

Commits on Oct 25, 2019

  1. WIP recreating the GLM outlier detection notebook

    Jonathan Sedar committed Oct 25, 2019
    Copy the full SHA
    e7acffd View commit details
    Browse the repository at this point in the history
  2. built and ran OLS model

    Jonathan Sedar committed Oct 25, 2019
    Copy the full SHA
    9769d4c View commit details
    Browse the repository at this point in the history
  3. WIP added student T model

    Jonathan Sedar committed Oct 25, 2019
    Copy the full SHA
    9639d24 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2019

  1. WIP updating the custom outlier model

    Jonathan Sedar committed Oct 26, 2019
    Copy the full SHA
    ca8226d View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2019

  1. WIP on the hybrid model

    Jonathan Sedar committed Oct 27, 2019
    Copy the full SHA
    2e108a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. got the hogg model working: rescaled sigm_y to sdev(y)

    Jonathan Sedar committed Oct 29, 2019
    Copy the full SHA
    2c185c5 View commit details
    Browse the repository at this point in the history
  2. tweak plots

    Jonathan Sedar committed Oct 29, 2019
    Copy the full SHA
    d1b2166 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. added outlier posterior dist

    Jonathan Sedar committed Oct 30, 2019
    Copy the full SHA
    0c85620 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2019

  1. Copy the full SHA
    46db398 View commit details
    Browse the repository at this point in the history
  2. update copy of yaml contents in notebook

    Jonathan Sedar committed Nov 2, 2019
    Copy the full SHA
    2a508f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2019

  1. tweaks to formatting and title of final plot

    Jonathan Sedar committed Nov 3, 2019
    Copy the full SHA
    8c5737a View commit details
    Browse the repository at this point in the history
  2. carriage return

    Jonathan Sedar committed Nov 3, 2019
    Copy the full SHA
    61a0ce5 View commit details
    Browse the repository at this point in the history
  3. renamed notebook for clarity

    Jonathan Sedar committed Nov 3, 2019
    Copy the full SHA
    dc236b4 View commit details
    Browse the repository at this point in the history
  4. rerun minor formatting

    Jonathan Sedar committed Nov 3, 2019
    Copy the full SHA
    8f765a1 View commit details
    Browse the repository at this point in the history
  5. update explanation

    Jonathan Sedar committed Nov 3, 2019
    Copy the full SHA
    c1f1e43 View commit details
    Browse the repository at this point in the history
  6. minor updates to mathcal notation and formatting

    Jonathan Sedar committed Nov 3, 2019
    Copy the full SHA
    8f4b91a View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2019

  1. WIP creating the GMM notebook

    Jonathan Sedar committed Nov 4, 2019
    Copy the full SHA
    66c43aa View commit details
    Browse the repository at this point in the history
  2. WIP GMM notebook

    Jonathan Sedar committed Nov 4, 2019
    Copy the full SHA
    8902437 View commit details
    Browse the repository at this point in the history
  3. added more links

    Jonathan Sedar committed Nov 4, 2019
    Copy the full SHA
    b8b5e8d View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. minor update to keep the 1-based id for index

    Jonathan Sedar committed Nov 5, 2019
    Copy the full SHA
    f6bafe7 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. minor code formatting updates to the Hogg notebook

    Jonathan Sedar committed Nov 6, 2019
    Copy the full SHA
    281072c View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. moved GMM into new branch to allow PR here

    Jonathan Sedar committed Nov 8, 2019
    Copy the full SHA
    db76794 View commit details
    Browse the repository at this point in the history