PyAF needs some kind of missing data imputation.
Different methods are available :
- Do Nothing
- Discard rows with missing data
- Interpolate with available data
- Mean/Median (signal only)
- Constant value (signal only)
- Previous Value (signal only)
- Other ??
These methods apply to time and signal.
PyAF needs some kind of missing data imputation.
Different methods are available :
These methods apply to time and signal.