State
Static methods
from_registry
| Name | Type | Default | Description |
|---|---|---|---|
data | vbt.Data | -- | Data object. Must include required data from the registry. |
window | tp.FrequencyLike | -- | Window size as an integer. |
minp | int | None | Minimum number of observations required. |
to_numpy | bool | False | Output numpy array. Pandas DataFrame otherwise. Defaults to False. |
state_registry | StateConfig | None | State representation registry. if None, uses STATE_REGISTRY. Defaults to None. |
| Type | Description |
|---|---|
pd.DataFrame | tp.Array2d | Computed features. |

