subject
Mathematics, 21.03.2020 02:15 kritalewis

For a normal distribution with mean 5 and standard deviation 2, which of the following Python lines outputs the probability P(x>7)?

a)
import scipy. stats as st
print(st. norm. cdf(7, 5, 2))

b)
import scipy. stats as st
print(st. norm. sf(7, 5, 2))

c)
print(normal(7, 5, 2))

d)
import scipy. stats as st
print(st. norm. pdf(7, 5, 2))

ansver
Answers: 2

Another question on Mathematics

question
Mathematics, 21.06.2019 20:30
Write the summation to estimate the area under the curve y = 1 + x2 from x = -1 to x = 2 using 3 rectangles and right endpoints
Answers: 1
question
Mathematics, 21.06.2019 23:20
The graph of y=x3 is transformed as shown in the graph below. which equation represents the transformed function?
Answers: 1
question
Mathematics, 22.06.2019 00:00
Abowl contained 270 starbursts of all different colors. if the probability of picking a yellow is 1/9, then how many yellow starbursts are in the bowl ? ?
Answers: 1
question
Mathematics, 22.06.2019 00:10
Use your knowledge of the binary number system to write each binary number as a decimal number. a) 1001 base 2= base 10 b) 1101 base 2 = base 10
Answers: 1
You know the right answer?
For a normal distribution with mean 5 and standard deviation 2, which of the following Python lines...
Questions
question
Chemistry, 06.05.2020 08:40
question
Mathematics, 06.05.2020 08:40
Questions on the website: 13722360