Created
March 23, 2020 02:51
-
-
Save avibryant/05a7eb095c6537411f18c843c8508a65 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mean(x).stdDev(y) | |
Mean(x).stdDev(y).exp | |
Mean(x).absErr(y) | |
Mean(x).positive | |
Median(x).positive | |
Median(x).iqr(y) | |
Probability(p).successes(n) | |
Probability(p).stdDev(y) | |
Probability(p).stdDev(y).successes(n) | |
Probability(p).success | |
Probability(p).attemptsToSuccess | |
Rate(x).count | |
Rate(x).timeToCount(n) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment