Finding the mean, sigma, or median for a column certain conditions
Hi all, I'm trying to find the mean, median and sigma for a column with certain conditions. For example, I need to get the mean for a test at certain frequency and a certain bandwidth. Something like this: Col Mean where ( :column1 < Limit & :BW == Y & :Freq == XXX ); your help is appreciated