From 1d8ad2c4aa414b09f3e9c05be0ee8bb09139957b Mon Sep 17 00:00:00 2001 From: Tess-LaCoil Date: Mon, 6 Jan 2025 15:05:29 +1100 Subject: [PATCH] Removed redundant global error parameter from affine model. --- inst/stan/affine_single_ind.stan | 3 --- 1 file changed, 3 deletions(-) diff --git a/inst/stan/affine_single_ind.stan b/inst/stan/affine_single_ind.stan index 04425fc..e16a7a0 100644 --- a/inst/stan/affine_single_ind.stan +++ b/inst/stan/affine_single_ind.stan @@ -76,9 +76,6 @@ parameters { real ind_y_0; real ind_const; real ind_beta_1; - - //Global level - real global_error_sigma; } // The model to be estimated.