Home
last modified time | relevance | path

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

/dports/math/R-cran-MCMCpack/MCMCpack/src/
H A DcMCMCirt1d.cc53 Matrix<> theta_store; in MCMCirt1d_impl() local
56 theta_store = Matrix<>(nsamp, J); in MCMCirt1d_impl()
93 theta_store(count, _) = theta; in MCMCirt1d_impl()
108 output = theta_store; in MCMCirt1d_impl()
112 output = cbind(theta_store, eta_store); in MCMCirt1d_impl()
H A DcMCMCpaircompare.cc161 Matrix<> theta_store; in MCMCpaircompare_impl() local
164 theta_store = Matrix<>(nsamp, J); in MCMCpaircompare_impl()
211 theta_store(count, _) = theta; in MCMCpaircompare_impl()
230 output = theta_store; in MCMCpaircompare_impl()
234 output = cbind(theta_store, alpha_store); in MCMCpaircompare_impl()
H A DcMCMCirtHier1d.cc136 Matrix<> theta_store; in MCMCirtHier1d_impl() local
141 theta_store = Matrix<>(nsamp, J); in MCMCirtHier1d_impl()
208 theta_store(count, _) = theta; in MCMCirtHier1d_impl()
227 output = theta_store; in MCMCirtHier1d_impl()
231 output = cbind(theta_store, eta_store); in MCMCirtHier1d_impl()
243 const Matrix<> thetastar = t(meanc(theta_store)); in MCMCirtHier1d_impl()
H A DcMCMCpaircompare2d.cc392 Matrix<> theta_store; in MCMCpaircompare2d_impl() local
395 theta_store = Matrix<>(nsamp, J*2); in MCMCpaircompare2d_impl()
461 theta_store(count, j) = theta(j,0); in MCMCpaircompare2d_impl()
462 theta_store(count, J+j) = theta(j, 1); in MCMCpaircompare2d_impl()
484 output = theta_store; in MCMCpaircompare2d_impl()
488 output = cbind(theta_store, gamma_store); in MCMCpaircompare2d_impl()
H A DcMCMCpaircompare2dDP.cc626 Matrix<> theta_store; in MCMCpaircompare2dDP_impl() local
632 theta_store = Matrix<>(nsamp, J*2); in MCMCpaircompare2dDP_impl()
778 theta_store(count, j) = theta(j,0); in MCMCpaircompare2dDP_impl()
779 theta_store(count, J+j) = theta(j, 1); in MCMCpaircompare2dDP_impl()
811 output = cbind(theta_store, alpha_store); in MCMCpaircompare2dDP_impl()
813 output = theta_store; in MCMCpaircompare2dDP_impl()
832 output_temp1 = cbind(theta_store, gamma_store); in MCMCpaircompare2dDP_impl()
H A DMCMCirtKdRob.cc831 Matrix<> theta_store; in MCMCirtKdRob_impl() local
833 theta_store = Matrix<double>(nsamp, N*D); in MCMCirtKdRob_impl()
1048 rmview(theta_store(count, _)) = theta; in MCMCirtKdRob_impl()
1085 output = cbind(output, theta_store); in MCMCirtKdRob_impl()
H A DcHDPHMMpoisson.cc220 Matrix<> theta_store(nstore, 1); in HDPHMMpoissonReg_impl() local
473 theta_store(count) = theta; in HDPHMMpoissonReg_impl()
517 thetaout[i] = theta_store(i); in HDPHMMpoissonReg_impl()
H A DcHDPHMMnegbin.cc242 Matrix<> theta_store(nstore, 1); in HDPHMMnegbinReg_impl() local
536 theta_store(count) = theta; in HDPHMMnegbinReg_impl()
590 thetaout[i] = theta_store(i); in HDPHMMnegbinReg_impl()