Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello guys i use these expressions (boxplots-whiskers)
Top whisker (tw) :
FractileExc(If(Characteristic='γ',Value), 0.75) + 1.5*(FractileExc(If(Characteristic='γ',Value), 0.75)-FractileExc(If(Characteristic='γ',Value), 0.25))
Low whisker (lw):
I have these results from above expressions : 19.62375 (tw) & 7.93375 (lw).
For your reference Note that table is not sorted and i have plenty of Process order & characteristics.
Any advise??