Monday, May 7, 2018

numpy operations Udemy: Python for finance and trading alogrithms

arr
arr + arr
arr * arr
arr - arr
arr/arr
arr ** 3
arr + 100
np.sqrt(arr)
np.exp(arr)
np.max()
np.max(arr)
np.sin(arr)

No comments:

Post a Comment