Tumgik
#python randn function
data-science-lovers · 2 years
Text
youtube
!! Numpy Random Module !!
0 notes
tiayousef · 3 years
Text
The 10 important functions in python
The 10 important functions in python
Summary of functions Uniform space arange: np.arange( start, end, increment)Uniform space linspace: np.linspace( start, end, number of elements)Random variables from 0 to 1 : Rand np.random.rand(4,2)Random variables mean= 0 variance= 1 :Randn np.random.randn(3,3)To separate the decimal from intege +ve value import math math.floor(3.45) or math.trunc(3.45)To separate the decimal from intege -ve…
View On WordPress
0 notes