Displaying 20 results from an estimated 1000 matches similar to: "Constrained Log-Likelihood with SQP Solver"
2010 Aug 23
2
Engle Granger Test in R
Hi,
Please tell me the R codes for Engle Granger Test of cointegration.
TIA
Aditya
2003 Jun 10
1
Regression output labels
Hello to all-
1. When I run a regression which implements the augmented Dickey-Fuller
test, I am confused about the names given to the regressors in the output.
I understand what "xGE" stands for in a standard "lm" test involving an
independent variable GE for instance, but if I lags and or differences are
included in the model, what do the following "output" stand
2008 Oct 02
0
Comments for squeue.c; part 2.
1.
566 squeue_enter(squeue_t *sqp, mblk_t *mp, mblk_t *tail, uint32_t cnt,
Why cnt is declared as uint32_t (fixed size?) Why not just int or uint_t?
554 * squeue_enter() - enter squeue sqp with mblk mp (which can be
555 * a chain), while tail points to the end and cnt in number of
556 * mblks in the chain.
It is not quite clear what is a tail (and why it is needed as well)
558 * For
2010 Jul 07
4
constrained optimization
Dear list,
The task view on optimization does not reference a package for non linear
constrained optimization problems. Stefan Theussl told me to look at the
Rsolnp package, but unfortunately it is not very clear what method is R
ported. (The authors ported the matlab code of Yinyu Ye
http://www.stanford.edu/~yyye/ <http://www.stanford.edu/%7Eyyye/>)
Currently I'm looking for an
2007 Dec 12
1
APARCH
Hi,
Could somebody say if it is possible to compute APARCH-models with garchFit
commands.
I have earlier used aaa (garchOxFit) and now I try to use bbb (look below)
aaa <-
garchOxFit(formula.mean=~arma(1,0),formula.var=~aparch(1,1),series=nyk,cond.dist=c('gaussian'))
bbb <- garchFit(formula=~arma(1,0)+aparch(1,1),data=nyk)
aaa works well, but I need other characteristics of
2011 Sep 28
1
fGarch - Fitting and APARCH-Modell with fixed delta
Hi there,
I'm trying to fit a GJR-GARCH Model using fGarch. I wanted to try that by
fitting an APARCH model with a fixed delta of 2 and a non-fixed gamma. So I
was simply trying to use:
spec <- garchFit(~aparch(1,1),data=garchSim(),delta=2)
coef(spec)
And sometimes, it's working like a charm and delta is indeed exactly 2 in
the resulting coefficient vector.
Frequently, though, the
2007 Jun 10
0
Rdonlp2 - an extension library for constrained optimization
Ryuichi Tamura wrote:
Please can you put your package on the CRAN server ?
Many thanks
Diethelm Wuertz
> Hello R-list,
>
> I have released an update version (0.3-1) of Rdonlp2.
> Some (fatal) bugs which may kill interpreter should be fixed.
>
> In addition, user-visible changes are:
> * *.mes, *.pro files are not created if name=NULL(this is default) in donlp2().
> * use
2010 Oct 17
4
how to convert string to object?
temp = "~aparch("
temp1 = paste(temp,1, sep = "")
temp2 = paste(temp1,1, sep = ",")
temp3 = paste(temp2, ")",sep = "")
temp 3 is a character but I want to convert to formula object. How do I do
this?
--
View this message in context: http://r.789695.n4.nabble.com/how-to-convert-string-to-object-tp2999281p2999281.html
Sent from the R help mailing
2008 Mar 14
1
Optimization with constraint.
Hello.
I have some problems, when I try to model an
optimization problem with some constraints.
The original problem cannot be solved analytically, so
I have to use routines like "Simulated Annealing" or
"Sequential Quadric Programming".
But to see how all this works in R, I would like to
start with some simple problem to get to know the
basics:
The Problem:
min f(x1,x2)=
2005 Dec 04
1
fSeries package: ?aparchFit
Dear R-helper,
I wish to implement the APARCH model as described in the fSeries documentation.
But I get the following:
>library(fSeries)
[...]
> ?aparchFit
No documentation for 'aparchFit' in specified packages and libraries:
you could try 'help.search("aparchFit")'
> help.search("aparchFit")
No help files found with alias or concept or
2003 Jun 10
1
Fwd: dse package - load failure
Hello,
Sorry a second time again,
Maybe I have to add that I'm running R under Windows 2000/XP, and
that the download works properly under 1.062 but not under 1.070.
Diethelm
>Date: Tue, 10 Jun 2003 19:25:33 +0200
>To: r-devel@stat.math.ethz.ch
>From: Diethelm Wuertz <wuertz@itp.phys.ethz.ch>
>Subject: dse package - load failure
>Cc: pgilbert@bank-banque-canada.ca
2008 May 21
3
Problem with R or fBasics Package (PR#11495)
I have a problem wirh R: After loding fBasics packages log funtion doesn't
work like as fallow:
Cenap ERDEMIR
Hacettepe University
Turkey
> log(20)
[1] 2.995732
> local({pkg <- select.list(sort(.packages(all.available = TRUE)))
+ if(nchar(pkg)) library(pkg, character.only=TRUE)})
Loading required package: fImport
Loading required package: fSeries
Loading required package: robustbase
2007 Oct 31
1
problem with package fSeries
Helo,
please look at the log below: after loading the fSeries library, I can not use the log function. Is this a bug or what am I doing wrong?
Because of this, I'm unable to use the garch library.
thanks a lot for any help,
Balazs Torma
> log(1)
[1] 0
> require("fSeries")
Loading required package: fSeries
Loading required package: robustbase
Loading required package:
2011 Apr 14
1
Automatically extract info from Granger causality output
Dear Community,
this is my first programming in R and I am stuck with a problem. I
have the following code which automatically calculates Granger
causalities from a variable, say e.g. "bs" as below, to all other
variables in the data frame:
log.returns<-as.data.frame( lapply(daten, function(x) diff(log(ts(x)))))
y1<-log.returns$bs
y2<- log.returns[,!(names(log.returns) %in%
2006 Sep 02
1
nonlinear least squares fitting Trust-Region"
Dear Mr Graves,
Thank you very much for your response. Nobody else from this mailing list ventured to reply to me for the two weeks since I posted my question.
"nlminb" and "optim" are just optimization procedures. What I need is not just optimization, but a nonlinear CURVE FITTING procedure. If there is some way to perform nonlinear curve fitting with the
2005 Feb 22
1
Having problems with quantreg
Hi All,
I'm still having significantly difficulty getting the quantreg library
running in R. I'm running R on MEPIS using the debs created by Dirk
Eddelbuettel and placed in apt testing. When I try to install quantreg using
the install.packages() function it fails with: /usr/bin/ld: cannot find
-lblas-3
Dirk was nice enough to send me a .deb for quantreg which installs without
2011 Mar 03
2
Multivariate Granger Causality Tests
Dear Community,
For my masters thesis I need to perform a multivariate granger causality
test. I have found a code for bivariate testing on this page
(http://www.econ.uiuc.edu/~econ472/granger.R.txt), which I think would not
be useful for the multivariate case. Does anybody know a code for a
multivariate granger causality test. Thank you in advance.
Best Regards
--
View this message in context:
2008 Jun 11
0
ETH Internship - Dynamic Portfolio Asset Allocation
Summer Internship at ETH Zurich
"Dynamic Portfolio Asset Allocation"
We offer a 3-months internship starting
midth July 2008. The topic addresses
"Dynamic Portfolio Asset Allocation"
including alternative instruments and
hedge funds. The goal will be to compare
the robust mean-variance, the lower partial
moment and the conditional value-at-risk
approaches for portfolio
2001 Feb 20
1
plugin cause winamp and sonique to crash when using playlist or skin ahead
Winamp Version: Winamp v2.72
Processor Type: PII 300mmx
RAM: 64mb RAM
FILES IN PLAYLIST: 99
Number of OGG Files in Playlist: 90
Number of MP3 Files in Playlist: 9
scenario:
I have several OGG files along with MP3s in a PLS playlist and evertime I skip ahead in the list about 12 or so songs the program crashes (I've also tried this with a M3U playlist, using the same files). It happens
2010 Nov 03
0
Granger causality with panel data (econometrics question)
Hi folks,
I am trying to perform a Granger causality analysis with panel data. There
are some packages around for panel data analysis and Granger causality.
However, I have found neither a package for both panel data and Granger
causality nor any R procedures (homogenous/heterogenous causality
hypotheses, related tests such as Wald, unit root tests etc.).
Of course, someone must have