Question: Question 1 ( 3 points ) Saved For a Student's t - distribution with mean 0 , standard deviation 1 , and degrees of freedom

Question 1(3 points)
Saved
For a Student's t-distribution with mean 0, standard deviation 1, and degrees of freedom 30, which of the following Python lines outputs the probability 2.85,30,0,11.5,30,0,12.85,30,0,11.5,30,0,1(2.85,30,0,1)(1.5,30,0,1)P(1.50)S Select one.
import scipy.stats asst print(st.t.cdf(2.85,30,0,1)-st.t.pdf(1.5,30,0,1))
import scipy.stats asst print(st.t.cdf(2.85,30,0,1)-st.t.cdf(1.5,30,0,1))
import scipy.stats asst print(st.t.sf(2.85,30,0,1)-st.t.t.f(1.5,30,0,1))
import scipy.stats asst print(t.cdf(2.85,30,0,1))
 Question 1(3 points) Saved For a Student's t-distribution with mean 0,

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!