respy.tests.test_model_processing

Test model generation.

Module Contents

Functions

test_generate_random_model()

Test if random model specifications can be simulated and processed.

test_model_options(model_or_seed)

test_parse_initial_and_max_experience()

Test ensures that probabilities are transformed with logs and rest passes.

test_normalize_probabilities()

test_convert_labels_in_covariates_to_codes()

test_parse_observables()

test_raise_exception_for_missing_meas_error()

test_raise_exception_for_missing_shock_matrix()

test_raise_exception_for_observable_with_one_value(observables)

test_add_default_is_inadmissible(optim_paras, expected)

respy.tests.test_model_processing.test_generate_random_model()[source]

Test if random model specifications can be simulated and processed.

respy.tests.test_model_processing.test_model_options(model_or_seed)[source]
respy.tests.test_model_processing.test_parse_initial_and_max_experience()[source]

Test ensures that probabilities are transformed with logs and rest passes.

respy.tests.test_model_processing.test_normalize_probabilities()[source]
respy.tests.test_model_processing.test_convert_labels_in_covariates_to_codes()[source]
respy.tests.test_model_processing.test_parse_observables()[source]
respy.tests.test_model_processing.test_raise_exception_for_missing_meas_error()[source]
respy.tests.test_model_processing.test_raise_exception_for_missing_shock_matrix()[source]
respy.tests.test_model_processing.test_raise_exception_for_observable_with_one_value(observables)[source]
respy.tests.test_model_processing.test_add_default_is_inadmissible(optim_paras, expected)[source]