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
Regarding BufStats, is there a reason that we call it "min", "median", and "max" (which is how it's described across all our materials) and yet allow for the user to pass different percentiles (which could end up making it not any of those values)?
Should we be saying "low percentile", "middle percentile", and "high percentile" which matches what those arguments are called...and then explain how the defaults of 0, 50, and 100 will return the min, median, and max?
It's confusing to say something like ...returning seven statistical properties for each channel: the buffer channel's mean, standard deviation, skewness, kurtosis, minimum, median, and maximum values... and then have to explain that if the user changes the low argument the thing we were calling "min" is now not the minimum.
Any explanations or thoughts or suggestions are appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
This is not just applicable to this repo but is organisation wide. @tremblap @jamesb93 @weefuzzy @jdchart
Regarding BufStats, is there a reason that we call it "min", "median", and "max" (which is how it's described across all our materials) and yet allow for the user to pass different percentiles (which could end up making it not any of those values)?
Should we be saying "low percentile", "middle percentile", and "high percentile" which matches what those arguments are called...and then explain how the defaults of 0, 50, and 100 will return the min, median, and max?
It's confusing to say something like
...returning seven statistical properties for each channel: the buffer channel's mean, standard deviation, skewness, kurtosis, minimum, median, and maximum values...and then have to explain that if the user changes thelowargument the thing we were calling "min" is now not the minimum.Any explanations or thoughts or suggestions are appreciated.
All reactions