Skip to content

Commit 925a743

Browse files
committed
infer all parameters and resources
1 parent f5da976 commit 925a743

2 files changed

Lines changed: 184 additions & 20 deletions

File tree

examples/CRM/examples-bayes-CRM.ipynb

Lines changed: 183 additions & 19 deletions
Large diffs are not rendered by default.

mimic/model_infer/infer_CRM_bayes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ def run_inference(self) -> None:
508508

509509
theta = at.concatenate([nsp_tensor, nr_tensor, tau_hat, w_hat, c_hat.flatten(), m_hat, r_hat, K_hat])
510510

511-
print("=== CRITICAL: TESTING IF MODEL STRUCTURE IS CORRECT ===")
511+
print("=== RSME ===")
512512
try:
513513
y0 = np.full(n_states, 10.0)
514514
test_curves = crm_model(y0=y0, theta=theta)

0 commit comments

Comments
 (0)