Home
last modified time | relevance | path

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

/dports/math/R-cran-MCMCpack/MCMCpack/R/
H A DMCMCpoissonChange.R283 taustart <- tau.initial(y, tot.comp) functionVar
323 taustart = as.double(taustart),
H A DHDPHMMpoisson.R228 taustart <- tau.negbin.initial(y) functionVar
261 tau1start = as.double(taustart$tau1),
262 tau2start = as.double(taustart$tau2),
H A DMCMCnegbin.R215 taustart <- tau.negbin.initial(y) functionVar
245 tau1start = as.double(taustart$tau1),
246 tau2start = as.double(taustart$tau2),
H A DMCMCnegbinChange.R299 taustart <- tau.negbin.initial(y) functionVar
334 tau1start = as.double(taustart$tau1),
335 tau2start = as.double(taustart$tau2),
H A DHDPHSMMnegbin.R300 taustart <- tau.negbin.initial(y) functionVar
337 tau1start = as.double(taustart$tau1),
338 tau2start = as.double(taustart$tau2),
H A DHDPHMMnegbin.R273 taustart <- tau.negbin.initial(y) functionVar
311 tau1start = as.double(taustart$tau1),
312 tau2start = as.double(taustart$tau2),
/dports/math/R-cran-MCMCpack/MCMCpack/src/
H A DcMCMCpoissonChange.cc560 const double *taustart, in MCMCpoissonRegChangepoint_impl() argument
592 Matrix <> tau(totcomp, 1, taustart); in MCMCpoissonRegChangepoint_impl()
909 const double *taustart, in cMCMCpoissonChange() argument
944 taustart, componentstart, in cMCMCpoissonChange()
H A DMCMCpack_init.c19 … *verbose, const double *betastart, const double *Pstart, const double *taustart, const double *co…