Home
last modified time | relevance | path

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

/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/emplike/
H A Ddescriptive.py599 mu_high = np.sum(weights_high * endog)
600 return mu_low, mu_high
695 def plot_contour(self, mu_low, mu_high, var_low, var_high, mu_step, argument
734 mu_vect = list(np.arange(mu_low, mu_high, mu_step))
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Ddm_ls_scf_methods.F396 REAL(KIND=dp) :: increment, mu_high, mu_low, trace local
416 mu = (mu_low + mu_high)/2
417 IF (ABS(mu_high - mu_low) < threshold) EXIT
435 mu_high = mu
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Ddm_ls_scf_methods.F402 REAL(KIND=dp) :: increment, mu_high, mu_low, trace local
428 mu = (mu_low + mu_high)/2
429 IF (ABS(mu_high - mu_low) < threshold) EXIT
449 mu_high = mu