LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How I can calculate statistical percentiles using LabVIEW?

Hello,
I was wondered if somebody help me or send me a VI for calculation of statistical percentiles.
Many Thanks,
Bijan
 
0 Kudos
Message 1 of 4
(3,287 Views)

What is it exactly that you are trying to do? Knowing this will help us determine whether we have (or can make) what you need.

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 4
(3,268 Views)

Percentile is a mathematical function in statistics, which provides information about the shape of the data as well as its location and spread. It calculates a value that is greater than n percent of the value in a distribution (vector). For example, a  50% percentile means the Median.   The equivalent function in Matlab is Y = prctile(X,p).

Many Thanks,

Bijan

 

0 Kudos
Message 3 of 4
(3,263 Views)
HEllo!
I'm trying to find too the percentiles with some labview block. I've been searched in past topics and i've found yours.
 
Now, you know how to calculate them?
 
Thanks!
 
Bye
0 Kudos
Message 4 of 4
(3,216 Views)