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

Add function to get standard deviation (CBA_fnc_standardDeviation) #1407

Merged
merged 12 commits into from
Jan 20, 2021
Merged

Add function to get standard deviation (CBA_fnc_standardDeviation) #1407

merged 12 commits into from
Jan 20, 2021

Commits on Dec 10, 2018

  1. Port standard deviation

    Kexanone committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    4395454 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Revise description

    Kexanone committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    47e8c20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b5e693 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Define function in config

    Kexanone committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    68c7dd5 View commit details
    Browse the repository at this point in the history
  2. Refactor code

    Kexanone committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    c8f3dc9 View commit details
    Browse the repository at this point in the history
  3. Rename variable

    Kexanone committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    e2543f3 View commit details
    Browse the repository at this point in the history
  4. Add test

    Kexanone committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    03757be View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2021

  1. Replace forEach with count

    Kexanone committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    fbe2bb7 View commit details
    Browse the repository at this point in the history
  2. Remove outdated unit tests

    Kexanone committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    47c075c View commit details
    Browse the repository at this point in the history
  3. Remove unused variable

    Kexanone committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    30573e0 View commit details
    Browse the repository at this point in the history
  4. Revert "Remove outdated unit tests"

    This reverts commit 47c075c.
    Kexanone committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    ae87c37 View commit details
    Browse the repository at this point in the history
  5. Use forEach again

    Kexanone committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    2f38bca View commit details
    Browse the repository at this point in the history