Answer to Question #310870 in Python for Fe 2

Question #310870

Mean Median and Mode



Input



245678245238

1
Expert's answer
2022-03-16T07:07:58-0400
import numpy
from scipy import stats


speed = [2,4,5,6,7,8,2,4,5,2,3,8]


median = numpy.median(speed)


mode = stats.mode(speed)


print(median)


print(mode)

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS