Home
last modified time | relevance | path

Searched refs:density_P (Results 1 – 9 of 9) sorted by relevance

/dports/math/R-cran-MCMCpack/MCMCpack/src/
H A DcMCMCpoissonChange.cc435 Matrix<> density_P(nstore, ns); in MCMCpoissonChangepoint_impl() local
461 density_P(iter, j) = dbeta(P_st(j,j), shape1, shape2); in MCMCpoissonChangepoint_impl()
463 density_P(iter, ns-1) = 1; in MCMCpoissonChangepoint_impl()
466 double pdf_P = log(prod(meanc(density_P))); in MCMCpoissonChangepoint_impl()
502 density_P[ns-1] = 1; // in MCMCpoissonChangepoint_impl()
781 Matrix<> density_P(nstore, ns); in MCMCpoissonRegChangepoint_impl() local
806 density_P(iter, j) = dbeta(P_st(j,j), shape1, shape2); in MCMCpoissonRegChangepoint_impl()
808 density_P(iter, ns-1) = 1; in MCMCpoissonRegChangepoint_impl()
811 double pdf_P = log(prod(meanc(density_P))); in MCMCpoissonRegChangepoint_impl()
848 density_P[ns-1] = 1; // in MCMCpoissonRegChangepoint_impl()
H A DcMCMCprobitChange.cc259 Matrix<double> density_P(nstore, ns); in MCMCprobitChange_impl() local
284 density_P(iter, j) = dbeta(P_st(j,j), shape1, shape2); in MCMCprobitChange_impl()
286 density_P(iter, ns-1) = 1; in MCMCprobitChange_impl()
289 double pdf_P = log(prod(meanc(density_P))); in MCMCprobitChange_impl()
324 density_P[ns-1] = 1; // in MCMCprobitChange_impl()
H A DcMCMCbinaryChange.cc223 Matrix<> density_P(nstore, ns); in MCMCbinaryChange_impl() local
249 density_P(iter, j) = dbeta(P_st(j,j), shape1, shape2); in MCMCbinaryChange_impl()
251 density_P(iter, ns-1) = 1; in MCMCbinaryChange_impl()
254 double pdf_P = log(prod(meanc(density_P))); in MCMCbinaryChange_impl()
H A DcMCMCregressChange.cc391 Matrix<double> density_P(nstore, ns); in MCMCregressChange_impl() local
418 density_P(iter, j) = dbeta(P_st(j,j), shape1, shape2); in MCMCregressChange_impl()
420 density_P(iter, ns-1) = 1; //without this, there will be an error in MCMCregressChange_impl()
423 double pdf_P = log(prod(meanc(density_P))); in MCMCregressChange_impl()
436 density_P[ns-1] = 1; // in MCMCregressChange_impl()
H A DcMCMCresidualBreakAnalysis.cc386 Matrix<double> density_P(nstore, ns); in MCMCresidualBreakAnalysis_impl() local
448 density_P(iter, j) = dbeta(P_st(j,j), shape1, shape2); in MCMCresidualBreakAnalysis_impl()
450 density_P(iter, ns-1) = 1; // in MCMCresidualBreakAnalysis_impl()
453 double pdf_P = log(prod(meanc(density_P))); in MCMCresidualBreakAnalysis_impl()
466 density_P[ns-1] = 1; // in MCMCresidualBreakAnalysis_impl()
H A DcMCMCnegbinChange.cc601 Matrix<> density_P(nstore, ns); in MCMCnegbinRegChangepoint_impl() local
633 density_P(iter, j) = dbeta(P_st(j,j), shape1, shape2); in MCMCnegbinRegChangepoint_impl()
635 density_P(iter, ns-1) = 1; in MCMCnegbinRegChangepoint_impl()
638 pdf_P = log(prod(meanc(density_P))); in MCMCnegbinRegChangepoint_impl()
720 density_P[ns-1] = 1; // in MCMCnegbinRegChangepoint_impl()
H A DcMCMCoprobitChange.cc578 Matrix<> density_P(nstore, ns); in MCMCoprobitChange_impl() local
599 density_P(iter, j) = dbeta(P_st(j,j), shape1, shape2); in MCMCoprobitChange_impl()
601 density_P(iter, ns-1) = 1; in MCMCoprobitChange_impl()
604 double pdf_P = log(prod(meanc(density_P))); in MCMCoprobitChange_impl()
637 density_P[ns-1] = 1; // in MCMCoprobitChange_impl()
H A DHMMmultivariateGaussian.cc741 Matrix<> density_P(nstore, ns); in HMMmultivariateGaussian_impl() local
811 density_P(iter, j) = dbeta(P_st(j,j), shape1, shape2); in HMMmultivariateGaussian_impl()
813 density_P(iter, ns-1) = 1; in HMMmultivariateGaussian_impl()
816 double pdf_P = log(prod(meanc(density_P))); in HMMmultivariateGaussian_impl()
H A DcHMMpanelRE.cc1117 Matrix<> density_P(nstore, ns); in HMMpanelRE_impl() local
1193 density_P(iter, j) = dbeta(P_st(j,j), shape1, shape2); in HMMpanelRE_impl()
1196 density_P(iter, ns-1) = 1; //without this, there will be an error in HMMpanelRE_impl()
1199 double pdf_P = log(prod(meanc(density_P))); in HMMpanelRE_impl()