subject

Consider the following code. we want to find the mean of x based on its second column. which one is the correct response?
import numpy as np
x = np. array([[28, 18],
[34, 14],
[32, 16],

[26, 23],
[23, 17]])
(points : 1) np. mean(x[1,: ])
np. mean(x[: ,1])
np. mean(x[0,: ])
np. mean(x[: ,0])

ansver
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 06:30, Melissamv2052
Selective incapacitation is a strategy to reduce prison population
Answers: 3
image
Computers and Technology, 22.06.2019 17:30, jonquil201
Where would you click to edit the chart data?
Answers: 1
image
Computers and Technology, 23.06.2019 05:30, savyblue1724707
Sally is editing her science report about living things. she needs to copy a paragraph from her original report. order the steps sally needs to do to copy the text to her new document.
Answers: 1
image
Computers and Technology, 23.06.2019 17:30, kenyasutton10
What are the most commonly found items in the trash according to the municipal solid waste report?
Answers: 1
You know the right answer?
Consider the following code. we want to find the mean of x based on its second column. which one is...

Questions in other subjects:

Konu
Geography, 21.01.2021 17:40
Konu
Mathematics, 21.01.2021 17:40
Konu
Mathematics, 21.01.2021 17:40