Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

Browse Source

[DATALAD] Recorded changes

Lucas Gautheron 1 month ago
parent
commit
1f4cb4c15a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      code/models/blocks/human_annotations_adu.stan

+ 2 - 2
code/models/blocks/human_annotations_adu.stan

@@ -2,7 +2,7 @@ for (g in 1:n_rates) {
     real chi_mu = mu_pop_level[1]*exp(
         (alpha_dev+sigma_dev*child_dev_speech_age[speech_rate_child[g]])*speech_rate_age[g]/12.0
         +((speech_rate_child_level[speech_rate_child[g],2]-mu_pop_level[3]))*(beta_dev*speech_rate_age[g]/12.0/10.0/mu_pop_level[3])
-        +(beta_direct/10.0/speech_rate_child_level[speech_rate_child[g],2])*(speech_rate[3,g]-speech_rate_child_level[speech_rate_child[g],2])
+        +(beta_direct/10.0/speech_rate_child_level[speech_rate_child[g],2])*(speech_rate[3,g])
     );
 
     speech_rate[1,g] ~ gamma(
@@ -83,4 +83,4 @@ for (c in 1:n_speech_rate_children) {
 
 }
 
-child_dev_speech_age ~ normal(0, 1);
+child_dev_speech_age ~ normal(0, 1);