For a Normal distribution with mean 0 and standard deviation 1,which of the following Python lines outputs the criticalvalue a if ?Note: a is a constant. Selectone.
Question 2 options:
import scipy.stats as stprint(st.norm.cdf(0.818, 0, 1))
import scipy.stats as stprint(st.norm.isf(0.818, 0, 1))
import scipy.stats as stprint(st.norm.pdf(0.818, 0, 1))
import scipy.stats as stprint(st.norm.ppf(0.818, 0, 1)
For a Normal distribution with mean 0 and standard deviation 1, which of the following Python lines outputs the critical
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
For a Normal distribution with mean 0 and standard deviation 1, which of the following Python lines outputs the critical
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!