Home
last modified time | relevance | path

Searched refs:cov_Hl_Ll (Results 1 – 1 of 1) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DNonDMultilevelSampling.cpp3000 Real cov_Hl_Ll = (sum_Hl_Ll / N_shared - mu_Hl * mu_Ll) * bessel_corr; in compute_control() local
3011 Real cov_YHl_Ll = cov_Hl_Ll - cov_Hlm1_Ll; in compute_control()
3016 Real cov_YHl_YLldot = gamma * (cov_Hl_Ll - cov_Hlm1_Ll) in compute_control()
3018 Real cov_YHl_YLl = cov_Hl_Ll - cov_Hlm1_Ll - cov_Hl_Llm1 + cov_Hlm1_Llm1; in compute_control()