10-25-2005 10:28 AM
10-26-2005 03:35 PM
10-26-2005 04:22 PM
Dan,
I understand that the values will be represented between 0 and 1. My customer asked for Standard Deviation on all test functions. I think that True/False data is better represented as a percentage of Pass and Fail. I don't think is statistically relevant using Standard Deviation. My customer has now let me determine the best case for True/False statistical representation. What other options are available using NI functions and control?
Thanks,
Bob Hiller
10-27-2005 10:58 AM
11-03-2005 07:47 PM
You could simply treat the data as comming from a binomial distribution (BD). The BD is used when dealing with attribute data, such as pass/fail, true/false etc.
The formula for SD when dealing with the BD is
SD=(P(1-P)/N)^0.5
where P is the average probability, N is the sample size
Example, you 'record' 500 readings of which 75 of them are 'Fail'. P=75/500=0.15, N=500, therefore SD=(0.15*(1-0.15)/500)^0.5
SD=0.015969.
This is a mathematically correct calculation for the SD of the population that 'failed'