I want to calculate the percentile 25 and 75 or (25%, 75%) of a data colum's. There is some labview block to calculate it. Someone knows somw way to calculate using another statistical labview block and then obtain the values i want.
convert the column into an array of numbers, sort the array, take the size of the array and divide by 4, this gives you the index of the first quartile, x2 is the second quartile, x3 is the third.