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

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 22:40
Write an assembly program with the following specifications.a). in the main block, you should have two registers r4 and r5. they should be checked in an infinite loop. if r4 is greater than r5, then the greater subroutine will be called. if r4 is less than r5, then the less subroutine will be called. if r4 equals r5, then no operations will be done
Answers: 1
question
Computers and Technology, 22.06.2019 16:00
Why should characters such as / \ " ' * ; - ? [ ] ( ) ~ ! $ { } < > # @ & | space, tab, and newline be avoided in file names?
Answers: 2
question
Computers and Technology, 24.06.2019 00:30
Asecurity policy is a a. set of guidlines b. set of transmission protocols c. written document d. set of rules based on standards and guidelines
Answers: 2
question
Computers and Technology, 24.06.2019 03:00
Using a conditional expression, write a statement that increments numusers if updatedirection is 1, otherwise decrements numusers. ex: if numusers is 8 and updatedirection is 1, numusers becomes 9; if updatedirection is 0, numusers becomes 7.
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
question
Mathematics, 26.06.2019 12:30
question
Mathematics, 26.06.2019 12:30
question
Mathematics, 26.06.2019 12:30
question
English, 26.06.2019 12:30
Questions on the website: 13722367