i really need help to setup a league table but am finding it very hard metrics Edit Metrics - Metrics are how you compare and measure your players.
- Metrics can be manually updated, or calculated from other metrics. E.g., to calculate win/loss ratio, create two metrics with codes ('WIN', 'LOSS', then for win/loss ratio, the calculation would be 'WIN/LOSS'.
- The following mathematical functions/operators can be used in calculations:Addition (+), subtraction (-), multiplication (*), division (/), powers (^ or **), modulo (%)
- Trignometric functions: sin(x), cos(x), tan(x)
- Inverse trigonomic functions: asin(x), acos(x), atan(x)
- Square root: sqrt(x)
- Exponentials: exp(x), sinh(x), cosh(x)
- Logarithms: log(x), log2(x), log10(x)
- Constants: pi() (make sure you include the brackets)
- Rounding: ceil(x), floor(x)
- Theta (theta(x) = 1 ∀ x > 0, theta(x) = 0 for x < 0)
• If you leave the calculation field blank, then players will have to submit values through a report since they will not be automatically calculated.
• Metrics are calculated in the order you specify them. If you enter in a calculation that requires a metric further down the list, an error will be thrown because it will not have already been calculated yet.