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

Switch to Position-Based Percentile Calculation for Regulatory Compliance | timeAverage #396

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

Commits on Feb 9, 2023

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

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    50ce31e View commit details
    Browse the repository at this point in the history
  2. Update timeAverage.R

    For regulatory percentile calculations, generating intermediate values is not permitted. With this change, the percentile is calculated by position.
    marcelooyaneder authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ed02179 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Update timeAverage.R

    marcelooyaneder committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    02b3173 View commit details
    Browse the repository at this point in the history
  2. Update timeAverage.R

    marcelooyaneder committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    16be225 View commit details
    Browse the repository at this point in the history
  3. Update timeAverage.R

    marcelooyaneder committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8eeb1cc View commit details
    Browse the repository at this point in the history
  4. Update timeAverage.R

    marcelooyaneder committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c888596 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Update timeAverage.R

    change from ceiling to floor
    marcelooyaneder committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4671f9e View commit details
    Browse the repository at this point in the history
  2. Update timeAverage.R

    update on how the round of a number is made
    marcelooyaneder committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a47ee16 View commit details
    Browse the repository at this point in the history
  3. Update timeAverage.R

    marcelooyaneder committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3871d12 View commit details
    Browse the repository at this point in the history