Home
last modified time | relevance | path

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

/dports/math/R-cran-KFAS/KFAS/src/
H A Dapprox.f9034 double precision, dimension(n,p) :: thetanew, thetaold local
52 thetaold = theta
79 theta = 0.5d0*(thetaold+theta)
104 theta = 0.5d0*(thetaold+theta)
128 theta = 0.5d0*(thetaold+theta)
146 thetaold=theta
/dports/math/R-cran-Amelia/Amelia/src/
H A Dem.cpp34 arma::mat thetaold(thetar.begin(), k + 1, k + 1, false); in emcore() local
70 thetaHolder.col(0) = thetaold.elem(upperpos); in emcore()
115 theta = thetaold; in emcore()
143 theta = thetaold; in emcore()
204 theta = arma::abs(thetanew - thetaold); in emcore()
207 thetaold = thetanew; in emcore()
244 thetaHolder.col(count) = thetaold.elem(upperpos); in emcore()
256 z = List::create(Rcpp::Named("theta") = thetaold, in emcore()
337 arma::mat thetaold(thetar.begin(), k + 1, k + 1, false); in ameliaImpute() local
392 theta = thetaold; in ameliaImpute()
[all …]
/dports/math/lis/lis-2.0.30/src/solver/
H A Dlis_solver_qmr.c311 LIS_QUAD_PTR tau,rho, rhoold, theta,eta,beta,alpha,w,ww,wold,s,c,etaold,thetaold,one; in lis_tfqmr_quad() local
352 LIS_QUAD_SCALAR_MALLOC(thetaold,13,1); in lis_tfqmr_quad()
390 thetaold.hi[0] = 0.0; in lis_tfqmr_quad()
391 thetaold.lo[0] = 0.0; in lis_tfqmr_quad()
/dports/math/R-cran-Amelia/Amelia/R/
H A Demb.r213 emarch<-function(x,p2s=TRUE,thetaold=NULL,startvals=0,tolerance=0.0001,priors=NULL,empri=NULL,front… argument
222 if (identical(thetaold,NULL)) thetaold<-startval(x,startvals=startvals,priors=priors)
243 indx$ivector, thetaold, tolerance, emburn, p2s,
815 thetanew <- emarch(x.stacked$x, p2s = p2s, thetaold = NULL,
H A Ddiag.r544 thetanew <- emarch(prepped$x, p2s = p2s, thetaold = NULL,
579 thetanew <- emarch(prepped$x, p2s = p2s, thetaold = newstartsmat,