iter_ module¶
Numba-compiled functions for iterative portfolio simulation.
iter_above_nb function¶
Call iter_above_nb() on the context.
If any of the arguments are None, will use the respective value from the context.
iter_below_nb function¶
Call iter_below_nb() on the context.
If any of the arguments are None, will use the respective value from the context.
iter_crossed_above_nb function¶
Call iter_crossed_above_nb() on the context.
If any of the arguments are None, will use the respective value from the context.
iter_crossed_below_nb function¶
Call iter_crossed_below_nb() on the context.
If any of the arguments are None, will use the respective value from the context.
select_from_col_nb function¶
Get the current element from a specific column using flexible indexing.
If any of the arguments are None, will use the respective value from the context.
select_nb function¶
Get the current element using flexible indexing.
If any of the arguments are None, will use the respective value from the context.