Searched refs:mu_Llm1 (Results 1 – 1 of 1) sorted by relevance
2992 Real mu_Ll = sum_Ll / N_shared, mu_Llm1 = sum_Llm1 / N_shared; in compute_control() local2996 Real var_Llm1 = (sum_Llm1_Llm1 / N_shared - mu_Llm1 * mu_Llm1) * bessel_corr; in compute_control()3001 Real cov_Hl_Llm1 = (sum_Hl_Llm1 / N_shared - mu_Hl * mu_Llm1) * bessel_corr; in compute_control()3004 = (sum_Hlm1_Llm1 / N_shared - mu_Hlm1 * mu_Llm1) * bessel_corr; in compute_control()3006 Real cov_Ll_Llm1 = (sum_Ll_Llm1 / N_shared - mu_Ll * mu_Llm1) * bessel_corr; in compute_control()3064 mu_Ll = sum_Ll / N_shared, mu_Llm1 = sum_Llm1 / N_shared; in apply_control() local3070 Real mu_YLdot = gamma * mu_Ll - mu_Llm1; in apply_control()