Home
last modified time | relevance | path

Searched refs:polytime (Results 1 – 23 of 23) sorted by relevance

/dports/math/R-cran-sspir/sspir/man/
H A Dspecials.Rd3 \alias{polytime}
13 polytime(time, degree = 1)
28 \code{polytime} defines a polynomial time trend, \code{sumseason}
32 \code{polytime} and \code{sumseason} are treated mainly inside the
H A DFkfs.Rd58 ssm1 <- ssm(m1$y ~ -1 + tvar(polytime(1:m1$n),1)
66 gasmodel <- ssm( log10(UKgas) ~ -1+ tvar(polytime(time,1))+
H A Dkfs.Rd37 m3 <- ssm( mumps ~ -1 + tvar(polytime(index,1)) +
H A Dextended.Rd51 model <- ssm( mumps ~ -1 + tvar(polytime(index,1)),
H A Dssm.Rd65 \code{\link{sumseason}}, \code{\link{polytime}},
H A DSS.Rd163 tvar(polytime(time,1))+
/dports/math/R-cran-Amelia/Amelia/R/
H A Damcheck.r466 if (!identical(polytime,NULL)) {
469 if (length(polytime) > 1) {
474 if (!is.numeric(polytime)) {
479 if ((polytime %% 1) != 0) {
484 if (any(polytime > 3,polytime < 0)) {
494 if (all(!intercs,identical(polytime,0))) {
505 if (length(polytime) > 1) {
530 if (all(!intercs,identical(polytime,0))) {
749 ts.nulls <- is.null(polytime) & is.null(splinetime)
750 ts.zeros <- (polytime == 0) & (splinetime == 0)
[all …]
H A Dprep.r206 polytime=NULL,splinetime=NULL,intercs=FALSE,lags=NULL, argument
317 if (!identical(polytime,NULL) | !identical(splinetime,NULL) ){
328 if (!identical(polytime,NULL)){
331 timebasis<-timebasis[,1:(polytime+1) ,drop=FALSE]
431 unsubset <- function(x.orig, x.imp, blanks, idvars, ts, cs, polytime, argument
683 tolerance=0.0001,polytime=NULL,splinetime=NULL,startvals=0,lags=NULL, argument
706 polytime <- arglist$polytime
742 tolerance = tolerance, polytime =
743polytime, splinetime = splinetime, lags = numopts$lags, leads = numopts$leads, logs
769 polytime=polytime, splinetime=splinetime, lags=numopts$lags, leads=numopts$leads, globalVar
[all …]
H A Demb.r729 ts = NULL, cs = NULL, polytime = NULL, argument
764 cs = cs, tolerance = tolerance, polytime = polytime,
851 ts = prepped$ts, cs = prepped$cs, polytime = polytime,
/dports/math/R-cran-Amelia/Amelia/inst/doc/
H A Dusing-amelia.R76 a.out2 <- amelia(freetrade, ts = "year", cs = "country", polytime = 2)
79 a.out.time <- amelia(freetrade, ts = "year", cs = "country", polytime = 1,
94 a.out.time2 <- amelia(freetrade, ts = "year", cs = "country", polytime = 1,
H A Ddiagnostics.R33 a.out.time <- amelia(freetrade, ts = "year", cs = "country", polytime = 1,
H A Dusing-amelia.Rmd308 We can implement this with the `ts` and `polytime` arguments. If we thought that a second-order pol…
310 ```{r polytime, results = "hide"}
311 a.out2 <- amelia(freetrade, ts = "year", cs = "country", polytime = 2)
321 a.out.time <- amelia(freetrade, ts = "year", cs = "country", polytime = 1,
325 Note that attempting to use `polytime` without the `ts` argument, or `intercs` without the `cs` arg…
365 a.out.time2 <- amelia(freetrade, ts = "year", cs = "country", polytime = 1,
H A Ddiagnostics.Rmd142 a.out.time <- amelia(freetrade, ts = "year", cs = "country", polytime = 1,
/dports/math/R-cran-sspir/sspir/
H A Dsspir-Ex.R141 ssm1 <- ssm(m1$y ~ -1 + tvar(polytime(1:m1$n),1)
149 gasmodel <- ssm( log10(UKgas) ~ -1+ tvar(polytime(time,1))+
206 tvar(polytime(time,1))+
234 model <- ssm( mumps ~ -1 + tvar(polytime(index,1)),
334 m3 <- ssm( mumps ~ -1 + tvar(polytime(index,1)) +
H A DNAMESPACE52 "polytime",
/dports/math/R-cran-sspir/sspir/demo/
H A Dgas.R9 gasmodel <- ssm(log10(UKgas) ~ -1+tvar(polytime(time,1)) +
H A Dmumps.R13 m3 <- ssm( mumps ~ -1 + tvar(polytime(index,1)) +
/dports/math/R-cran-sspir/sspir/R/
H A Dspecialform.R10 polytime <- function(time,degree=1) { function
/dports/lang/nickle/nickle-2.90/examples/
H A Dis-prime.5c4 * deterministic polytime primality test
72 * The polytime algorithm below is painfully slow
/dports/math/R-cran-Amelia/Amelia/man/
H A Damelia.Rd17 idvars = NULL, ts = NULL, cs = NULL, polytime = NULL,
53 \item{polytime}{integer between 0 and 3 indicating what
62 polynomial of time (identical to the polytime argument). Values \code{k} greater
67 time effects of \code{polytime} should vary across the
/dports/math/R-cran-Amelia/Amelia/vignettes/
H A Dusing-amelia.Rmd308 We can implement this with the `ts` and `polytime` arguments. If we thought that a second-order pol…
310 ```{r polytime, results = "hide"}
311 a.out2 <- amelia(freetrade, ts = "year", cs = "country", polytime = 2)
321 a.out.time <- amelia(freetrade, ts = "year", cs = "country", polytime = 1,
325 Note that attempting to use `polytime` without the `ts` argument, or `intercs` without the `cs` arg…
365 a.out.time2 <- amelia(freetrade, ts = "year", cs = "country", polytime = 1,
H A Ddiagnostics.Rmd142 a.out.time <- amelia(freetrade, ts = "year", cs = "country", polytime = 1,
/dports/lang/nickle/nickle-2.90/
H A DChangeLog4723 Added (integer-coefficient) polynomial operations, and a polytime primality test.