LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Calculate quantile for an array?

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

0 Kudos
Message 1 of 5
(3,282 Views)

You probably could make one quickly. See how far you get.... 

0 Kudos
Message 2 of 5
(3,263 Views)

Try Mathematics->Prob and Stats->Percentiles

0 Kudos
Message 3 of 5
(3,242 Views)

@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. 😄

0 Kudos
Message 4 of 5
(3,226 Views)

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

----------------------------------------------------------------------------------------------------------------
Palanivel Thiruvenkadam | பழனிவேல் திருவெங்கடம்
LabVIEW™ Champion |Certified LabVIEW™ Architect |Certified TestStand Developer

Kidlin's Law -If you can write the problem down clearly then the matter is half solved.
-----------------------------------------------------------------------------------------------------------------
0 Kudos
Message 5 of 5
(3,211 Views)