Home
last modified time | relevance | path

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

/dports/math/R-cran-MCMCpack/MCMCpack/src/
H A DMCMCirtKdRob.cc89 const Matrix<>& theta_ineq, in Lambda_logfcd() argument
171 const Matrix<>& theta_ineq, in theta_logfcd() argument
243 const Matrix<>& theta_ineq, in delta0_logfcd() argument
293 const Matrix<>& theta_ineq, in delta1_logfcd() argument
363 const Matrix<>& theta_ineq, in doubling()
448 const Matrix<>& theta_ineq, in StepOut()
535 const Matrix<>& theta_ineq, in Accept()
607 const Matrix<>& theta_ineq, in shrinkageDoubling()
864 Lambda_ineq, theta_ineq, in MCMCirtKdRob_impl()
878 theta_ineq, *k0, *k1, in MCMCirtKdRob_impl()
[all …]
H A DcMCMCpaircompare2d.cc74 const Matrix<>& theta_ineq, in paircompare2d_theta_update() argument
100 if (theta_ineq(j,0) == 0 && theta_ineq(j,1) == 0){ in paircompare2d_theta_update()
109 theta_ineq(j,jj) * theta_j_free(jj)); in paircompare2d_theta_update()
115 test = std::min(test, theta_ineq(j,jj) * theta_j_free(jj)); in paircompare2d_theta_update()
137 if (theta_ineq(j,1) == 0){ in paircompare2d_theta_update()
141 if (theta_ineq(j,1) > 0) { // theta_j2 > 0 in paircompare2d_theta_update()
163 if (theta_ineq(j,0) == 0){ in paircompare2d_theta_update()
167 if (theta_ineq(j,0) > 0) { // theta_j1 > 0 in paircompare2d_theta_update()
239 const Matrix<>& theta_ineq, in MCMCpaircompare2d_impl() argument
425 theta_ineq, in MCMCpaircompare2d_impl()
[all …]
H A DcMCMCirt1d.cc42 const Matrix<>& theta_ineq, double t0, double T0, unsigned int burnin, in MCMCirt1d_impl() argument
78 irt_theta_update1(theta, Z, eta, t0, T0, theta_eq, theta_ineq, stream); in MCMCirt1d_impl()
147 const Matrix<> theta_ineq(*thetaineqrow, *thetaineqcol, thetaineqdata); in cMCMCirt1d() local
152 AB0, theta_eq, theta_ineq, *t0, *T0, *burnin, *mcmc, *thin, in cMCMCirt1d()
H A DcMCMCpaircompare2dDP.cc74 const Matrix<>& theta_ineq, in paircompare2dDP_theta_update() argument
100 if (theta_ineq(j,0) == 0 && theta_ineq(j,1) == 0){ in paircompare2dDP_theta_update()
109 theta_ineq(j,jj) * theta_j_free(jj)); in paircompare2dDP_theta_update()
115 test = std::min(test, theta_ineq(j,jj) * theta_j_free(jj)); in paircompare2dDP_theta_update()
137 if (theta_ineq(j,1) == 0){ in paircompare2dDP_theta_update()
141 if (theta_ineq(j,1) > 0) { // theta_j2 > 0 in paircompare2dDP_theta_update()
163 if (theta_ineq(j,0) == 0){ in paircompare2dDP_theta_update()
167 if (theta_ineq(j,0) > 0) { // theta_j1 > 0 in paircompare2dDP_theta_update()
452 const Matrix<>& theta_ineq, in MCMCpaircompare2dDP_impl() argument
700 theta_ineq, in MCMCpaircompare2dDP_impl()
[all …]
H A DcMCMCpaircompare.cc41 const Matrix<>& theta_ineq, in MCMCpaircompare_impl() argument
181 theta_ineq, in MCMCpaircompare_impl()
291 const Matrix<> theta_ineq(*thetaineqrow, *thetaineqcol, thetaineqdata); in cMCMCpaircompare() local
296 theta_eq, theta_ineq, *a0, *A0, in cMCMCpaircompare()
H A DMCMCfcds.h498 const Matrix<>& theta_ineq, rng<RNGTYPE>& stream) in irt_theta_update1() argument
528 if (theta_ineq(j) == 0) { // no inequality constraint in irt_theta_update1()
530 } else if (theta_ineq(j) > 0) { // theta[j] > 0 in irt_theta_update1()
585 const Matrix<>& theta_ineq, in paircompare_theta_update() argument
613 if (theta_ineq(j) == 0) { // no inequality constraint in paircompare_theta_update()
615 } else if (theta_ineq(j) > 0) { // theta[j] > 0 in paircompare_theta_update()