Welcome to MendoTimeSeries’s documentation!

Mendodoc

first_module.py

The core module of this incredible, never seen before package.

mendotimeseries.first_module.hi()

Returns hello

Returns:
hello (string) : hello
mendotimeseries.first_module.matmul(a, b)

Returns the matrix multiplication between “a” and “b”

Args:
a (np.array) : First matrix b (np.array) : Second matrix
Returns:
matmul (np.array) : a and b matmul
mendotimeseries.first_module.maximo(list)

Returns the max value in a list

Args:
list (list) : list with a max to look for
Returns:
max (int/float) : max value found in list
mendotimeseries.first_module.plot_random_walks()

‘ Simulate 12 random walks, plot them.

Returns:
plot (plt.figure) : plot
mendotimeseries.first_module.randomwalk(length)

Returns a random walk of length = length

Args:
length (int) : random walk length
Returns:
rw (np.array) : array with a random walk
mendotimeseries.first_module.substract(a, b)

Returns the substraction between “a” and “b”

Args:
a (float) : First number b (float) : Second number
Returns:
sub (float) : a and b substraction
mendotimeseries.first_module.sum(a, b)

Returns the sum between “a” and “b”

Args:
a (float) : First number b (float) : Second number
Returns:
sum (float) : a and b sum

Indices and tables