Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

numpy average

import numpy as np 
a = np.arange(6).reshape(3,2) 
average = np.average(a)
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #numpy #average
ADD COMMENT
Topic
Name
6+3 =