Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

TTest_sig() function?

Does anyone have any tips on using this formula? I'm trying to use it and it will only return null or 0.

I've checked the help, the reference guide, forum, and goog.

Any pointers would be valued.

Thanks in advance

1 Reply
Not applicable
Author

Well I might be bit lit with my response, but yes it's fairly easy to use:

ttest_sig( dimension, measure )

where dimension is typically a (calculated) dimension seperating your data into two groups. And the function returns the two-tailed p-value, that both data sets belong to the same population (0-hypothesis), assuming equal variance for both groups. The variant that assumes unequal variances appears to be bugged.