get_returns
| Name | Type | Default | Description |
|---|---|---|---|
close | pd.Series | -- | A pandas Series representing asset closing prices. |
| Type | Description |
|---|---|
pd.Series | A Series of log returns. |
get_returns_nb
| Name | Type | Default | Description |
|---|---|---|---|
close | tp.Array2d | -- | A NumPy array representing asset closing prices. |
| Type | Description |
|---|---|
tp.Array2d | A NumPy array of log returns. |
get_cumulative_returns
| Name | Type | Default | Description |
|---|---|---|---|
close | pd.Series | -- | A pandas Series representing asset closing prices. |
| Type | Description |
|---|---|
pd.Series | A Series of cumulative log returns. |
get_cumulative_returns_nb
| Name | Type | Default | Description |
|---|---|---|---|
close | tp.Array2d | -- | A 2-D NumPy array representing asset closing prices. |
| Type | Description |
|---|---|
tp.Array2d | A NumPy array of cumulative log returns. |

