clip_nb
Returns:
get_log_nb
Returns:
get_log_diff_nb
Returns:
get_diff_nb
Returns:
zscore_nb
Returns:
get_rolling_zscore_nb
Returns:
get_rolling_mean_1d_nb
rolling_mean_acc_nb at each iteration.
Numba equivalent to pd.Series(arr).rolling(window, min_periods=minp).mean().
Parameters:
Returns:
get_rolling_sum_1d_nb
rolling_sum_acc_nb to update the accumulation state for each iteration,
emulating the behavior of pd.Series(arr).rolling(window, min_periods=minp).sum().
Parameters:
Returns:
get_rolling_ols_zscore_nb
Returns:
get_rolling_ols_pred_nb
Returns:
get_rolling_ols_residual_nb
Returns:
get_rolling_deviation_nb
Returns:
get_rolling_std_nb
Returns:
get_ecdf
Returns:
get_weighted_average_nb
Raises:
Returns:
get_cumulative_index_nb
Returns:
get_reset_index_nb
Returns:
get_clip_index_nb
mask parameter is a 1D array selecting valid values across all columns.
If mask value is True, values are replaced with previous valid values.
Otherwise, accumulated sum of predictions. If None, no masking is applied.
if bound_reversion is set to True, it compute the cumulative sum of negative (positive)
values toward the center, ignoring mask, uppon reaching the upper or lower bound respectively.
This technique increases the speed of reversion toward neutrality. Defaults to False.
Parameters:
Returns:
Raises:
get_scaled_zscore
Returns:
get_ellipse
Returns:

