Displaying 20 results from an estimated 100 matches similar to: "setar function error message (SOLVED)"
2012 Jul 23
1
setar function error message
Hi all,
I have problem to estimate a SETAR model. I always get an error message.
Here is the code:
## there are 4175 observation in the series (a).
> a[1:10,1] [1] 1.496498 1.496602 1.496636 1.496515 1.496515 1.496463 1.496429 1.496549 1.496480
[10] 1.496498
> library("tsDyn")
> selectSETAR(a, m=2)Using maximum autoregressive order for low regime: mL = 2
Using maximum
2013 Sep 02
2
como hacer grafico de un modelo setar
Hola,
Estoy intentando realizar un ajuste a un modelo setar con R y me surgen
problemas a la hora de representar el modelo setar sin la constante. El
código es el siguiente:
# Estimacion TAR(2;2,2) con delta 1:
mod.setar <- setar(x, m = 2, mL = 2, mH = 2, thDelay = 1)
mod.setar
summary(mod.setar)
mod.setarc<-setar(x, m=2, mL=2, mH=2, thDelay=1, include=c("none"))
##eliminamos
2005 Jul 26
1
SETAR Estimation
Dear R-helpers,
I was wondering if anyone has or knows someone who might have an implementation
of algorithm for estimating SETAR models including the lag-order. For some
reason my code gives me a bit wrong results. I am fighting with it for a week
and cannot bring it down.
Thanks a million in advance,
Sincerely,
Evgueni
McGill University
Department of Economics
2012 Jul 30
3
cannot install RSTAR, MSVAR, and MSVECM packages
*Hi all,
I got problems installing RSTAR, MSVAR, and MSVECM packages. *
> install.packages("RSTAR")Installing package(s) into ‘C:/Program Files/R/R-2.15.1/library’
(as ‘lib’ is unspecified)Warning in install.packages :
package ‘RSTAR’ is not available (for R version 2.15.1)
> install.packages("MSVAR") Installing package(s) into ‘C:/Program
Files/R/R-2.15.1/library’
2009 Jul 26
0
Version 0.7 of package tsDyn, nonlinear time series
Hi
Version 0.7 of package tsDyn presented at useR! 2009 is now on CRAN,
extended with several new features.
The package tsDyn is aimed at estimating nonlinear time series models
which exhibit regime specific properties. The regime switching dynamics
can either be described by smooth transition (STAR and LSTAR) or
threshold effects (SETAR). The package furthermore offers nonlinear
models
2009 Jul 26
0
Version 0.7 of package tsDyn, nonlinear time series
Hi
Version 0.7 of package tsDyn presented at useR! 2009 is now on CRAN,
extended with several new features.
The package tsDyn is aimed at estimating nonlinear time series models
which exhibit regime specific properties. The regime switching dynamics
can either be described by smooth transition (STAR and LSTAR) or
threshold effects (SETAR). The package furthermore offers nonlinear
models
2006 Jun 09
3
SIP 486 "Busy Here"
Kinda confused by this... I have a Cisco 7960 configured with a
couple SIP extensions configured on the phone. Just trying to dial
one extension from the other on the same phone, but when I do, I get:
-- Remote UNIX connection
-- Executing Dial("SIP/2001-ffd4", "SIP/2002") in new stack
-- Called 2002
-- Got SIP response 486 "Busy here" back
2013 Sep 02
0
como hacer grafico de un modelo setar
Quitar la constante del modelo, no parece una buena estrategia para
estos datos.
En cualquier caso, si quieres visualizar las predicciones del modelo
setarc con las de los demás modelos,
prueba sustituir la linea
plot(x.test, ylim = range(x))
por
plot(x.test, ylim = range( union( x , frc.test[["setarc"]] )))
Un saludo. Olivier
--
____________________________________
Olivier G.
2007 Oct 04
0
SETAR and nonlinear model estimation
I am currently doing a research paper that requires the estimation of a thereshold model. I have gone through the reference manual for the pacjage "tsdyn" and i am failing to see how the the threshold models provided by R can estimate a model in which the other control variables exist or are included in the estiamtion of the model.
Any help provided will be greatly appreciated
Andrew
2009 Oct 09
0
Help from Bill Liao
Dear Matthieu or other friends,
I want to select two unknown thresholds with the following function:
grid<- selectSETAR(x1, m=1, thDelay=0, criterion=C("AIC","SSR"),
nthresh=2)
print(grid)
plot(grid)
where x1 is a price time series.
However, it always shows the following error.
Error in selectSETAR(x1, m = 1, thDelay = 0, criterion = C("AIC",
2010 Aug 28
1
star models
Hi,
I am traying to implement an STAR model, but I have some problems.
I am following the instruction of the model, that they are in:
http://bm2.genes.nig.ac.jp/RGM2/R_current/library/tsDyn/man/star.html
that they are from:
http://bm2.genes.nig.ac.jp/RGM2/pkg.php?p=tsDyn
The model is:
star(x, m=2, noRegimes, d = 1, steps = d, series, rob = FALSE, mTh,
thDelay, thVar, sig=0.05, trace=TRUE,
2003 Jun 03
0
Awfully OT Question.
Please forgive me for this terribly off-topic question but could anyone on this
list point to me the proper direction on info to get the ALSA sound driver to
work under FreeBSD (if that is at all possible!!)? I figured there are many
kernel experts here who would an idea about this.
I looked in the FreeBSD and ALSA sites and there is no mention of each other on
neither.
Again, sorry and
2014 Feb 21
1
Why SETACL accepts non-existant users (was Re: Why are ACLs for non-existent mailboxes accepted?)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Thu, 20 Feb 2014, Boris wrote:
> On Thursday 20 February 2014 20:45:32 Boris wrote:
>> Dovecot 2.2.9-1 accepts SETACL commands that share mailboxes to non-existent
>> mailboxes. There is no error message. Is this intended behavior?
There is a "false friend" here. A "mailbox" in the tongue of many English
2006 Jul 21
0
tsDyn and RTisean packages on CRAN
Dear R users,
I've just uploaded 2 packages on CRAN, RTisean and tsDyn, both for time
series analysis (joint research projects with members of the Statistics
Department, University of Udine). Brief descriptions follow.
RTisean is an R interface to TISEAN executables
(http://www.mpipks-dresden.mpg.de/~tisean/). TISEAN is a suite of C
and Fortran routines for nonlinear time series analysis,
2006 Jul 21
0
tsDyn and RTisean packages on CRAN
Dear R users,
I've just uploaded 2 packages on CRAN, RTisean and tsDyn, both for time
series analysis (joint research projects with members of the Statistics
Department, University of Udine). Brief descriptions follow.
RTisean is an R interface to TISEAN executables
(http://www.mpipks-dresden.mpg.de/~tisean/). TISEAN is a suite of C
and Fortran routines for nonlinear time series analysis,
2005 Jul 22
2
rsync doesn't copy all files
Hi,
I live in Portugal.
I have a Windows 2000 server with file sharing activated in my company.
I have a linux box with a 200Gb disk for backups with rsync.
I make an smbmount to /mnt/w2kbox then I use rsync like this:
rsync -ar /mnt/w2kbox /200gb_disk
The problem is that we use accents and cedillas and those files are not
copied to the backup directory.
Rsync says:
file has vanished:
2010 Jun 25
6
Export Results
Hi R users,
How can I automatically export results and graphs to a file?
Thanks in advance
Pedro Mota Veiga
--
View this message in context: http://r.789695.n4.nabble.com/Export-Results-tp2268622p2268622.html
Sent from the R help mailing list archive at Nabble.com.
2013 Mar 15
0
ggplot2, arrows and polar coordinates
Dear R users,
The following issue has been already documented, but, if I am not
mistaken, not yet solved.
This issue appears while trying to plot arrows with "geom_segment"
(package ggplot2), with polar coordinates ("coord_polar"). The direction
of some arrows is wrong (red rectangle). Please find herewith an example.
Does someone know how to deal with that issue?
Best
2014 Feb 20
2
Why are ACLs for non-existent mailboxes accepted?
Dovecot 2.2.9-1 accepts SETACL commands that share mailboxes to non-existent
mailboxes. There is no error message. Is this intended behavior?
I think it's bad because clients present a success message when indeed the
intent of the user failed. Typos are hard to catch.
2014 Jun 25
0
my message did not appear in the list
Hello
I submitted an email with the title: Locked Files issue on the 23/06/14
at 17:31
but it has not posted in the mailing list.
Is it in some kind of queue or did it violate any rules?
Thank you
**
-------- Original Message --------
Subject: samba Digest, Vol 138, Issue 33
Date: Tue, 24 Jun 2014 12:00:02 -0600
From: samba-request at lists.samba.org
Reply-To: samba at lists.samba.org