Forum Discussion
Get p value from Independent Sample T-Test
- 3 years ago
I've done some testing using Scipy in Python to check the results. T.DIST.2T does appear to give the p value if you can provide the t statistic. Why there is a T.DIST.2T but not a T.TEST in DAX is puzzling. It strongly implies the T.DIST.2T in DAX does something very different. I'll mark this as the "Solution" until I figure how what exactly T.DIST.2T does, why T.TEST is missing, and why I am forced to manually calculate the t-statistic.
Greg_Deckler Did you ever get around to add that to your conversion list?
- Greg_Deckler3 years agoCommunity Champion
lbendlin Nie Unfortunately no, the documentation was so bad I have no idea what the heck that function is doing internally so I didn't know how to replicate it. I'll revisit and do some research on it and try to figure it out.
- Kedar_Pande2 years agoSuper User
Hi Greg_Deckler , Did you find anything on calculating the p-value in Power BI?