Displaying 5 results from an estimated 5 matches for "tsname".
Did you mean:
utsname
1999 Dec 09
1
tsboot
...ull(l) || (l <= 0) || (l > n)))
stop("Invalid value of l")
st <- start(tseries)
freq <- frequency(tseries)
- un <- units(tseries)
- k.un <- attr(tseries, "tspar")$k.units
+# un <- units(tseries)
+# k.un <- attr(tseries, "tspar")$k.units
tsnames <- names(tseries)
if (sim == "geom") endcorr <- T
if (sim == "scramble") {
# Phase scrambling
for (r in 1:R) {
ts.b <- scramble(tseries,norm)
- t <- rbind(t, statistic(ts.b, ...))
+ tmp <- statistic(ts.b, ...) # change,
A.Trap...
1999 Dec 09
1
tsboot
...ull(l) || (l <= 0) || (l > n)))
stop("Invalid value of l")
st <- start(tseries)
freq <- frequency(tseries)
- un <- units(tseries)
- k.un <- attr(tseries, "tspar")$k.units
+# un <- units(tseries)
+# k.un <- attr(tseries, "tspar")$k.units
tsnames <- names(tseries)
if (sim == "geom") endcorr <- T
if (sim == "scramble") {
# Phase scrambling
for (r in 1:R) {
ts.b <- scramble(tseries,norm)
- t <- rbind(t, statistic(ts.b, ...))
+ tmp <- statistic(ts.b, ...) # change,
A.Trap...
2013 Sep 05
2
Pronósticos con modelos robusto de series de tiempo
Alguien me podría sugerir un paquete en R para generar pronóticos con modelos robusto de series de tiempo.
Saludos
Enrique RAMOS
[[alternative HTML version deleted]]
2013 Sep 05
0
Pronósticos con modelos robusto de series de tiempo
...quot;f52.txt")
sb<-f52[1:200]; sp<-f52[201:245];
sb.ts <- ts(sb, start=c(2008, 1), frequency=52)
sb.ts # is important to see the end of this time series.
sp.ts<- ts(sp, start=c(2011, 45), frequency=52)
plot(sb.ts,ylab="No. focos")
# Main function
predAll<-function(x,h,tsname){
# INPUTS:
# x: time serie
# h: number of values to predict.
# tsname: maximun number of element in the hidden layer (nhmax=20).
#
##---- PACKAGES -----
library(forecast)
##---- MODELS -------
m1<-stl(x, s.window='periodic') #STL Decomposition
m2<-auto.a...
2006 May 02
17
Tests just deleted my production Database!!! PLEASE HELP
Running the functional tests has deleted the data in my production
database!!! please help!! Using rails 1.1.1 + Oracle.
This is my database.yml file :
development:
adapter: oci
host: "V2:1521/TIM"
username: salt
password: oracle1
test:
adapter: oci
host: "V2:1521/TIM"
username: rectest
password: oracletest
production:
adapter: oci
host: