You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The aggregation step iterates all the packages evaluations, calculating the min, max and mean values for each evaluation. The aggregation is stored in CouchDB to also be used by the analysis process.
I want to ask, why not use percentile 95 value that normally is better than mean for aproximations?
The text was updated successfully, but these errors were encountered:
I was reading documentation about aggregation:
I want to ask, why not use percentile 95 value that normally is better than mean for aproximations?
The text was updated successfully, but these errors were encountered: