Python Forum
Is there a python function to get t-statistic?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Is there a python function to get t-statistic?
#1
Hi. I'm not very experienced with python but would like to know if this is possible. Is there a premade python function to get the t-statistic? I'm would want a t table like this albeit the difference being I want to use to calculate any probability I wish to and not be restricted only to the ones present in the table.
Reply
#2
Check scipy

https://docs.scipy.org/doc/scipy/referen...py.stats.t
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply
#3
Thank you. That is very helpful. I will try working with and will post if I run into any problems
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020