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
Given the variability in results from a n-samples run, would it be possible to specify a percentile sample instead of median (since intrinsically median can be skewed by an abundance of high / low sample counts).
Use case would be:
User defines key metric for percentile analysis and desired percentile (Ex: 80% TTI)
Run N samples (preferably 10 or more)
Program determines the specified percentile metric and directs user to the sample closest to the derived value.
The text was updated successfully, but these errors were encountered:
Sorry for the delay.
Sounds good, but it requires enhancement for the config we already have and some rework on median calculation. We are not breaking anything here so I'm more than ok with it.
Given the variability in results from a n-samples run, would it be possible to specify a percentile sample instead of median (since intrinsically median can be skewed by an abundance of high / low sample counts).
Use case would be:
The text was updated successfully, but these errors were encountered: