09-26-2017 01:33 PM
Is there a labview function which can calculate quantiles?
Like the matlab function quantile?
https://www.mathworks.com/help/stats/quantile.html?searchHighlight=quantile&s_tid=doc_srchtitle
09-26-2017 02:15 PM - edited 09-26-2017 02:47 PM
You probably could make one quickly. See how far you get....
09-26-2017 03:02 PM - edited 09-26-2017 03:02 PM
Try Mathematics->Prob and Stats->Percentiles
09-26-2017 04:17 PM
@Taki1999 wrote:
Try Mathematics->Prob and Stats->Percentiles
Not exactly the same (input is in percent instead of fraction) and it does not do the interval thing if fraction is an integer >1, etc. Still the code of this subVI is visible and can be used as starting point. 😄
09-26-2017 11:45 PM
To My Knowledge there is no exact function to do this, but hopefully there should be a way to do using some Math Functions. Share your Input and the Expected Output Using Quantile