Home
last modified time | relevance | path

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

/dports/science/quantum-espresso/q-e-qe-6.7.0/TDDFPT/src/
H A Dlr_lanczos.f9049 alpha_store, beta_store, gamma_store, zeta_store, &
205 beta_store (pol_index,LR_iteration) = beta
219 & abs(100*(beta_store(pol_index,LR_iteration)- &
220 & (beta_store(pol_index,LR_iteration-6)+beta_store(pol_index,LR_iteration-4)+&
221 & beta_store(pol_index,LR_iteration-2))/3.0)/beta_store(pol_index,LR_iteration))
224 & abs(100*(beta_store(pol_index,LR_iteration)- &
225 & (beta_store(pol_index,LR_iteration-3)+beta_store(pol_index,LR_iteration-2)+&
226 & beta_store(pol_index,LR_iteration-1))/3.0)/beta_store(pol_index,LR_iteration))
H A Dstop_lr.f9016 USE lr_variables, ONLY : n_ipol, LR_polarization, beta_store, &
66 norm0(ip) = beta_store(ip,1)
104 WRITE(158,*) beta_store(ip,i+1)
118 WRITE(158,*) beta_store(ip,itermax)
H A Dlr_restart.f9024 bgz_suffix, beta_store, gamma_store, zeta_store, norm0, &
118 beta_store(pol_index,1) = norm0(pol_index)
125 READ(158,*,end=301,err=303) beta_store(pol_index,i+1)
130 READ(158,*,end=301,err=303) beta_store(pol_index,iter_restart)
140 CALL mp_bcast (beta_store(pol_index,:), ionode_id, world_comm)
H A Dlr_write_restart.f9020 USE lr_variables, ONLY : beta_store, gamma_store, zeta_store, norm0, &
75 norm0(pol_index) = beta_store(pol_index,1)
113 WRITE(158,*) beta_store(pol_index,i+1)
127 WRITE(158,*) beta_store(pol_index,LR_iteration)
H A Dlr_dealloc.f9093 IF (allocated(beta_store)) DEALLOCATE(beta_store)
H A Dlr_alloc_init.f90216 ALLOCATE(beta_store(n_ipol,itermax))
220 beta_store(:,:) = 0.0d0
H A Dlr_variables.f90127 beta_store(:,:), & variable
H A Dlr_charg_resp.f90287 USE lr_variables, ONLY : itermax,beta_store,gamma_store, &
463 b(i)=-beta_store(info,i)
/dports/science/quantum-espresso/q-e-qe-6.7.0/TDDFPT/tools/
H A Dtddfpt_calculate_spectrum.f90234 ALLOCATE(beta_store(n_ipol,itermax))
804 IF (allocated(beta_store)) DEALLOCATE(beta_store)
1013 READ(158,*) beta_store(ip,i)
1021 beta_store(ip,itermax0+1:) = 0.d0
1075 READ(158,*) beta_store(1,i)
1076 beta_store(2,i)=beta_store(1,i)
1077 beta_store(3,i)=beta_store(1,i)
1095 beta_store(:,itermax0+1:)=0.d0
1143 average(ip)=average(ip)+beta_store(ip,i)
1159 average(ip)=average(ip)+beta_store(ip,i)
[all …]
/dports/math/R-cran-MCMCpack/MCMCpack/src/
H A DcMCMCprobitres.cc72 Matrix<> beta_store(nstore, k); in MCMCprobitres_impl() local
98 beta_store(count, j) = beta[j]; in MCMCprobitres_impl()
103 beta_store(count, j+k) = Z[i] - Z_mean[i]; in MCMCprobitres_impl()
124 Matrix<double> beta_star = meanc(beta_store); in MCMCprobitres_impl()
152 result = beta_store; in MCMCprobitres_impl()
H A DcMCMCprobit.cc68 Matrix<> beta_store(nstore, k); in MCMCprobit_impl() local
95 beta_store(count,_) = beta; in MCMCprobit_impl()
115 beta_star(_ ,0) = meanc(beta_store); in MCMCprobit_impl()
152 result = beta_store; in MCMCprobit_impl()
H A DcMCMCSVDreg.cc109 Matrix<> beta_store; in MCMCSVDreg_impl() local
111 beta_store = Matrix<double>(k, nstore); in MCMCSVDreg_impl()
240 beta_store(i, count) = beta[i]; in MCMCSVDreg_impl()
275 storagematrix = cbind(storagematrix, t(beta_store)); in MCMCSVDreg_impl()
H A DcMCMCprobitChange.cc117 Matrix<>& beta_store, Matrix<>& Z_store, in MCMCprobitChange_impl() argument
189 beta_store(count,i) = tbeta[i]; in MCMCprobitChange_impl()
221 Matrix<double> betast = meanc(beta_store); in MCMCprobitChange_impl()
380 Matrix<> beta_store(nstore, ns*k); in cMCMCprobitChange() local
389 beta_store, Z_store, in cMCMCprobitChange()
397 betaout[i] = beta_store[i]; in cMCMCprobitChange()
H A DHMMmultivariateGaussian.cc65 Matrix<>& beta_store, Matrix<>& sigma_store, in MultivariateGaussian_impl() argument
196 beta_st(_, 0) = meanc(beta_store); in MultivariateGaussian_impl()
304 Matrix<>& beta_store, Matrix<>& sigma_store, in HMMmultivariateGaussian_impl() argument
542 beta_store(sampcount, i) = tbeta[i]; in HMMmultivariateGaussian_impl()
585 Matrix<double> betast = meanc(beta_store); in HMMmultivariateGaussian_impl()
939 Matrix<> beta_store(*betarow, *betacol); in HMMmultivariateGaussian() local
949 beta_store, sigma_store, in HMMmultivariateGaussian()
956 betadata[i] = beta_store(i); in HMMmultivariateGaussian()
963 Matrix<> beta_store(*betarow, *betacol); in HMMmultivariateGaussian() local
976 beta_store, sigma_store, P_store, ps_store, s_store, in HMMmultivariateGaussian()
[all …]
H A DcMCMCirtHier1d.cc138 Matrix<> beta_store(nsamp,L); in MCMCirtHier1d_impl() local
214 beta_store(count, _) = t(beta); in MCMCirtHier1d_impl()
233 output = cbind(output, beta_store); // always return beta, in MCMCirtHier1d_impl()
244 Matrix<> betastar = t(meanc(beta_store)); in MCMCirtHier1d_impl()
H A DcMCMCregressChange.cc178 Matrix<>& beta_store, Matrix<>& Sigma_store, in MCMCregressChange_impl() argument
256 beta_store(count,i) = tbeta[i];// stored by the order of (11, 12, 13, 21, 22, 23) in MCMCregressChange_impl()
294 Matrix<double> betast = meanc(beta_store); //meanc(beta_store)=(11, 12, 13, 21, 22, 23) in MCMCregressChange_impl()
512 Matrix<> beta_store(nstore, ns*k); in cMCMCregressChange() local
525 beta_store, Sigma_store, in cMCMCregressChange()
535 betaout[i] = beta_store[i]; in cMCMCregressChange()
H A DcMCMCresidualBreakAnalysis.cc90 Matrix<>& beta_store, Matrix<>& Sigma_store, in MCMCresidualBreakAnalysis_impl() argument
224 beta_store(count,i) = beta[i]; in MCMCresidualBreakAnalysis_impl()
259 Matrix<double> betast = meanc(beta_store); in MCMCresidualBreakAnalysis_impl()
525 Matrix<> beta_store(nstore, ns); in cMCMCresidualBreakAnalysis() local
537 beta_store, Sigma_store, in cMCMCresidualBreakAnalysis()
545 betaout[i] = beta_store[i]; in cMCMCresidualBreakAnalysis()
H A DcMCMCnegbin.cc111 Matrix<> beta_store(nstore, k); in MCMCnegbinReg_impl() local
247 beta_store(count,_) = ::t(beta); in MCMCnegbinReg_impl()
279 Matrix<> beta_st = ::t(meanc(beta_store)); in MCMCnegbinReg_impl()
385 betaout[i] = beta_store[i]; in MCMCnegbinReg_impl()
H A DcMCMCoprobitChange.cc225 Matrix<>& beta_store, Matrix<>& beta_linear_store, in MCMCoprobitChange_impl() argument
323 beta_store(count,i) = tbeta[i]; in MCMCoprobitChange_impl()
376 Matrix<> betast = meanc(beta_store); in MCMCoprobitChange_impl()
421 beta_g[h] = beta_store(iter, h); in MCMCoprobitChange_impl()
703 Matrix<> beta_store(nstore, ns*k); in cMCMCoprobitChange() local
717 beta_store, beta_linear_store, gamma_store, Z_store, in cMCMCoprobitChange()
726 betaout[i] = beta_store[i]; in cMCMCoprobitChange()
H A DcHMMpanelRE.cc93 Matrix<>& beta_store, Matrix<>& sigma_store, in GaussianPanelRE_impl() argument
237 beta_store(sampcount,j) = beta(j); in GaussianPanelRE_impl()
268 beta_st(_, 0) = meanc(beta_store); in GaussianPanelRE_impl()
444 Matrix<>& beta_store, Matrix<>& sigma_store, in HMMpanelRE_impl() argument
744 beta_store(sampcount, i) = tbeta[i];// stored by the order of (11, 12, 13, 21, 22, 23) in HMMpanelRE_impl()
791 Matrix<double> betast = meanc(beta_store); in HMMpanelRE_impl()
1338 Matrix<> beta_store(*betarow, *betacol); in cHMMpanelRE() local
1353 beta_store, sigma_store, D_store, in cHMMpanelRE()
1362 betadata[i] = beta_store(i); in cHMMpanelRE()
1384 beta_store, sigma_store, D_store, P_store, ps_store, s_store, in cHMMpanelRE()
[all …]
H A DcHDPHMMpoisson.cc206 Matrix<> beta_store(nstore, ns*k); in HDPHMMpoissonReg_impl() local
459 beta_store(count,i) = tbeta[i]; in HDPHMMpoissonReg_impl()
498 betaout[i] = beta_store[i]; in HDPHMMpoissonReg_impl()
H A DcMCMCpoissonChange.cc596 Matrix<> beta_store(nstore, ns*k); in MCMCpoissonRegChangepoint_impl() local
685 beta_store(count,i) = tbeta[i]; in MCMCpoissonRegChangepoint_impl()
720 Matrix<> betast = meanc(beta_store); in MCMCpoissonRegChangepoint_impl()
876 betaout[i] = beta_store[i]; in MCMCpoissonRegChangepoint_impl()
H A DcHDPHMMnegbin.cc226 Matrix<> beta_store(nstore, ns*k); in HDPHMMnegbinReg_impl() local
520 beta_store(count,i) = tbeta[i]; in HDPHMMnegbinReg_impl()
565 betaout[i] = beta_store[i]; in HDPHMMnegbinReg_impl()
H A DcHDPHSMMnegbin.cc296 Matrix<> beta_store(nstore, ns*k); in HDPHSMMnegbinReg_impl() local
631 beta_store(count,i) = tbeta[i]; in HDPHSMMnegbinReg_impl()
675 betaout[i] = beta_store[i]; in HDPHSMMnegbinReg_impl()
H A DcMCMCnegbinChange.cc237 Matrix<> beta_store(nstore, ns*k); in MCMCnegbinRegChangepoint_impl() local
468 beta_store(count,i) = tbeta[i]; in MCMCnegbinRegChangepoint_impl()
756 betaout[i] = beta_store[i]; in MCMCnegbinRegChangepoint_impl()