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
7cc5c31e63
1 changed files with 4 additions and 2 deletions
  1. 4 2
      code/models/blocks/human_annotations_adu.stan

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

@@ -1,7 +1,9 @@
+real mu_adu = p_sib*mu_pop_level[3]+(1-p_sib)*mu_pop_level[3]*exp(beta_sib_adu/10.0);
+
 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])
+        +((speech_rate_child_level[speech_rate_child[g],2]-mu_adu))*(beta_dev*speech_rate_age[g]/12.0/10.0/mu_adu)
         +(beta_direct/10.0/speech_rate_child_level[speech_rate_child[g],2])*(speech_rate[3,g])
     );
 
@@ -83,4 +85,4 @@ for (c in 1:n_speech_rate_children) {
 
 }
 
-child_dev_speech_age ~ normal(0, 1);
+child_dev_speech_age ~ normal(0, 1);