What calculation methods does the `assess` action support for percentiles?

4 vues

Réponse

The `assess` action supports two algorithms for percentile analysis, specified via the `method` parameter: 'ITERATIVE' (the default) and 'EXACT'. The iterative method's convergence can be fine-tuned using the `maxIters` and `epsilon` parameters.
Did this answer help you?
assess

percentile

See technical action