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

ENH - Implement Cox with Efron estimate #159

Merged
merged 52 commits into from
Jun 8, 2023

Commits on May 17, 2023

  1. init commit

    Badr-MOUFAD committed May 17, 2023
    Configuration menu
    Copy the full SHA
    f2b2ae7 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. implem datafit

    Badr-MOUFAD committed May 23, 2023
    Configuration menu
    Copy the full SHA
    5e4fa49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d72326 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e8ea39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85d3766 View commit details
    Browse the repository at this point in the history
  5. debug script

    Badr-MOUFAD committed May 23, 2023
    Configuration menu
    Copy the full SHA
    6a37aaa View commit details
    Browse the repository at this point in the history
  6. avoid ties

    Badr-MOUFAD committed May 23, 2023
    Configuration menu
    Copy the full SHA
    7a95dca View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    1e7083e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98999d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2541596 View commit details
    Browse the repository at this point in the history
  4. Cox docs

    Badr-MOUFAD committed May 24, 2023
    Configuration menu
    Copy the full SHA
    8e44a48 View commit details
    Browse the repository at this point in the history
  5. more on docs cox

    Badr-MOUFAD committed May 24, 2023
    Configuration menu
    Copy the full SHA
    24c20e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    22f8461 View commit details
    Browse the repository at this point in the history
  7. dummy survival data docs

    Badr-MOUFAD committed May 24, 2023
    Configuration menu
    Copy the full SHA
    e8b1c1f View commit details
    Browse the repository at this point in the history
  8. fix pydoctest

    Badr-MOUFAD committed May 24, 2023
    Configuration menu
    Copy the full SHA
    676e3ab View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8fb0063 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    77dfa65 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    ce0631f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    088818b View commit details
    Browse the repository at this point in the history
  3. fix

    mathurinm committed May 25, 2023
    Configuration menu
    Copy the full SHA
    30e47e3 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. clean up

    Badr-MOUFAD committed May 27, 2023
    Configuration menu
    Copy the full SHA
    4fe40fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fc5e4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c3b657 View commit details
    Browse the repository at this point in the history
  4. use Weibull for tm

    Badr-MOUFAD committed May 27, 2023
    Configuration menu
    Copy the full SHA
    308790b View commit details
    Browse the repository at this point in the history
  5. unittest Cox sparse data

    Badr-MOUFAD committed May 27, 2023
    Configuration menu
    Copy the full SHA
    2aac108 View commit details
    Browse the repository at this point in the history
  6. clean ups

    Badr-MOUFAD committed May 27, 2023
    Configuration menu
    Copy the full SHA
    9d47207 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. setups efron

    Badr-MOUFAD committed May 30, 2023
    Configuration menu
    Copy the full SHA
    329ef37 View commit details
    Browse the repository at this point in the history
  2. compute val

    Badr-MOUFAD committed May 30, 2023
    Configuration menu
    Copy the full SHA
    547c566 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca12fb4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0670baa View commit details
    Browse the repository at this point in the history
  5. filter out censored data

    Badr-MOUFAD committed May 30, 2023
    Configuration menu
    Copy the full SHA
    1e68ec0 View commit details
    Browse the repository at this point in the history
  6. fix shapes bugs

    Badr-MOUFAD committed May 30, 2023
    Configuration menu
    Copy the full SHA
    842dd66 View commit details
    Browse the repository at this point in the history
  7. fix dtype & fraction

    Badr-MOUFAD committed May 30, 2023
    Configuration menu
    Copy the full SHA
    5db6552 View commit details
    Browse the repository at this point in the history
  8. unittest Efron datafit

    Badr-MOUFAD committed May 30, 2023
    Configuration menu
    Copy the full SHA
    f0139c6 View commit details
    Browse the repository at this point in the history
  9. unittest efron estimator

    Badr-MOUFAD committed May 30, 2023
    Configuration menu
    Copy the full SHA
    a899855 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    b9786c5 View commit details
    Browse the repository at this point in the history
  2. rm cox in api

    Badr-MOUFAD committed May 31, 2023
    Configuration menu
    Copy the full SHA
    c44eb66 View commit details
    Browse the repository at this point in the history
  3. typo docs Breslow

    Badr-MOUFAD committed May 31, 2023
    Configuration menu
    Copy the full SHA
    1122c21 View commit details
    Browse the repository at this point in the history
  4. Efron for sparse data

    Badr-MOUFAD committed May 31, 2023
    Configuration menu
    Copy the full SHA
    233ec7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d22b44 View commit details
    Browse the repository at this point in the history
  6. sample data from weibull

    Badr-MOUFAD committed May 31, 2023
    Configuration menu
    Copy the full SHA
    5fb9486 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. update docs

    Badr-MOUFAD committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    e97b724 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e0a0cc View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Configuration menu
    Copy the full SHA
    2efe6df View commit details
    Browse the repository at this point in the history
  2. fix links to docs

    Badr-MOUFAD committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    7149ac6 View commit details
    Browse the repository at this point in the history
  3. typos

    Badr-MOUFAD committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    3bd41d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    70bb89c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a8eaab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e2147d0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    57d46ce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5bb4313 View commit details
    Browse the repository at this point in the history
  9. fix format

    Badr-MOUFAD committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    8e095c6 View commit details
    Browse the repository at this point in the history