Expand description
§Basic Stochastics
basic_stochastics
is a small collection of utilities to make performing basic stochastic
calculations more convenient.
Constants§
- EIGHTY_
TO_ SIGMA - FIFTY_
TO_ SIGMA - NINETY_
FIVE_ TO_ SIGMA - NINETY_
NINE_ TO_ SIGMA - NINETY_
TO_ SIGMA - ONE_
SIGMA - SEVENTY_
TO_ SIGMA - SIXTY_
TO_ SIGMA - THREE_
SIGMA - TWO_
SIGMA
Functions§
- average
- Calculates the average of the given vector.
- empiric_
deviation - Calculates the square root of the variance, representing the scattering of the given data
- matches_
custom_ sigma_ environment - Determines, whether the given value matches the given sigma environment using the given µ and σ values. You can either provide a specific sigma environment or use one from the given constants. Please see https://en.wikipedia.org/wiki/Normal_distribution and sigma rooms for further information.
- matches_
sigma_ environment - Determines, whether the given value matches the given sigma environment of the given data’s normal distribution. You can either provide a specific sigma environment or use one from the given constants. Please see https://en.wikipedia.org/wiki/Normal_distribution and sigma rooms for further information.
- variance
- Calculates the variance of the given vector. Please see https://en.wikipedia.org/wiki/Variance for further explanation.