02-01-2011 11:42 AM
Anyone with a LabVIEW implementation of the Excel "test.student" statistical function ?
See attached Excel example.
I need to use the "unilateral" argument for the distribution as well as the type 2 (sample with equal variances), unlike in the Excel original example.
The computed value I'm after is also known as the "p value".
I guess this will seem pretty basic to many, but I have very little statistics background, so help is very welcome.
LabView 8.2, 8.6 or 10
Solved! Go to Solution.
02-01-2011 12:22 PM
Have a look at the Hypothesis VIs under the Mathematics pallete.
02-01-2011 12:26 PM
02-01-2011 12:56 PM
The T test VI in the Hypothesis testing palette is for a single sample, but located inside that VI is the Student distribution CDF subVI which is very useful to construct the two sample test. Here is an example for the one-tailed test for equal variances as well as pairwise test, you'll have to look up the formulas in any standard text. It matches the Excel result, I always worry about using N or N-1 in various locations.
For the two-tailed result, just double the p-value.
02-02-2011 03:01 AM
02-02-2011 03:05 AM
02-02-2011 11:31 AM
02-02-2011 11:34 AM
Seem to be missing attachments.
02-02-2011 11:41 AM
02-02-2011 11:57 AM
If you preview the message, the attachments will be stripped. Otherwise, just post the data as text in a message along with the Excel result.