Home
last modified time | relevance | path

Searched refs:thetastartrow (Results 1 – 11 of 11) sorted by relevance

/dports/math/R-cran-MCMCpack/MCMCpack/src/
H A DcMCMCirt1d.cc129 const int* thetastartrow, const int* thetastartcol, in cMCMCirt1d() argument
141 Matrix<> theta(*thetastartrow, *thetastartcol, thetastartdata); in cMCMCirt1d()
H A DcMCMCirtHier1d.cc310 const int* thetastartrow, const int* thetastartcol, in cMCMCirtHier1d() argument
326 Matrix<> theta(*thetastartrow, *thetastartcol, thetastartdata); in cMCMCirtHier1d()
327 Matrix<>thetahat(*thetastartrow, *thetastartcol, thetastartdata); in cMCMCirtHier1d()
H A DcMCMCpaircompare.cc269 const int* thetastartrow, in cMCMCpaircompare() argument
288 Matrix<> theta(*thetastartrow, *thetastartcol, thetastartdata); in cMCMCpaircompare()
H A DMCMCpack_init.c16 …rstream, const int* verbose, const double* thetastartdata, const int* thetastartrow, const int* th…
17 …rstream, const int* verbose, const double* thetastartdata, const int* thetastartrow, const int* th…
48 …rstream, const int* verbose, const double* thetastartdata, const int* thetastartrow, const int* th…
49 …rstream, const int* verbose, const double* thetastartdata, const int* thetastartrow, const int* th…
50 …rstream, const int* verbose, const double* thetastartdata, const int* thetastartrow, const int* th…
H A DcMCMCpaircompare2d.cc524 const int* thetastartrow, in cMCMCpaircompare2d() argument
543 Matrix<> theta(*thetastartrow, *thetastartcol, thetastartdata); in cMCMCpaircompare2d()
H A DcMCMCpaircompare2dDP.cc877 const int* thetastartrow, in cMCMCpaircompare2dDP() argument
907 Matrix<> theta(*thetastartrow, *thetastartcol, thetastartdata); in cMCMCpaircompare2dDP()
/dports/math/R-cran-MCMCpack/MCMCpack/R/
H A DMCMCirt1d.R364 thetastartrow = as.integer(nrow(theta.start)),
H A DMCMCpaircompare.R475 thetastartrow = as.integer(length(theta.start)),
H A DMCMCpaircompare2d.R518 thetastartrow = as.integer(nrow(theta)),
H A DMCMCirtHier1d.R475 thetastartrow = as.integer(nrow(theta.start)),
H A DMCMCpaircompare2dDP.R649 thetastartrow = as.integer(nrow(theta)),