respy.pre_processing.data_checking#
Test functions to ensure the validity of data.
Module Contents#
Functions#
|
Check data for estimation. |
|
Check simulated data. |
- respy.pre_processing.data_checking.check_estimation_data(df, optim_paras)[source]#
Check data for estimation.
- Parameters:
- optim_paras
dict Dictionary containing model optim_paras.
- df
pandas.DataFrame Data for estimation.
- optim_paras
- Raises:
AssertionErrorIf data has not the expected format.