Dear Paul,
there is no mention to the pacf in the multivariate setting in the book you
suggested.
As I mentioned in private I suspect that pacf() in the multivariate case
computes the
partial autoregression matrix (in the terminology of Reinsel) rather than
the partial autocorrelation matrix
as th
Dear all,
I am trying to compile Ralpha on my computer (OS = Debian). SVN Revision is:
Revision: 42843
Last Changed Date: 2007-09-14
./configure returns :
[EMAIL PROTECTED]:~/Rdev/R-alpha$ ./configure
checking build system type... i686-pc-linux
I believe that this may be more appropriate here in r-devel than in r-help.
The normal hazard function, or reciprocal Mill's Ratio, may be obtained
in R as dnorm(z)/(1 - pnorm(z)) or, better, as dnorm(z)/pnorm(-z) for
small values of z. The latter formula breaks dowm numerically for me
(running R
Dear Murray,
I think you might have to update R in first instance and provide a
reproducible example in second place so that people might help you.
Regards,
Simone
On 13/09/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> I believe that this may be more appropriate here in r-devel than
Simone Giannerini wrote:
> Dear Paul,
>
> there is no mention to the pacf in the multivariate setting in the book
> you suggested.
My apologies, I should have looked more carefully and realized the pacf
discussion in Granger and Newbold is all univariate.
> As I mentioned in private I suspect
Salut Stéphane,
On 14 September 2007 at 16:27, Stéphane Dray wrote:
| Dear all,
| I am trying to compile Ralpha on my computer (OS = Debian). SVN Revision is:
|
| Revision: 42843
| Last Changed Date: 2007-09-14
Revision 2007-09-10 without a hitch and is in Debian unstable, see
http://
Dear Paul,
thanks for the reply,
On 14/09/2007, Paul Gilbert <[EMAIL PROTECTED]> wrote:
>
> Simone Giannerini wrote:
> > Dear Paul,
> >
> > there is no mention to the pacf in the multivariate setting in the book
> > you suggested.
>
> My apologies, I should have looked more carefully and realized
Stéphane,
the problem is that your compiler doesn't work (as the message
clearly tells you). You must have working compiler (and other
development tools) before you try compiling R.
I have no clue how you managed to get such a broken compiler, because
Debian comes with a complete, working c
On Fri, 14 Sep 2007, [EMAIL PROTECTED] wrote:
I believe that this may be more appropriate here in r-devel than in r-help.
The normal hazard function, or reciprocal Mill's Ratio, may be obtained
in R as dnorm(z)/(1 - pnorm(z)) or, better, as dnorm(z)/pnorm(-z) for
small values of z. The latter f
Stéphane Dray wrote:
> Dear all,
> I am trying to compile Ralpha on my computer (OS = Debian). SVN Revision is:
>
> Revision: 42843
> Last Changed Date: 2007-09-14
>
> ./configure returns :
> checking for C compiler default output file name... configure: error: C
> compiler cannot create execu
Thanks Simon,
My gcc seemed to work... but I found the problem: I have to install
libc6-dev and after I have to install g++
Now it works, I have make R without problems.
Cheers,
Simon Urbanek wrote:
> Stéphane,
>
> the problem is that your compiler doesn't work (as the message clearly
> tells
I wrote the date package long ago, and it has been useful. In my current task
of reunifying the R (Tom Lumley) and Splus (me) code trees for survival, I'm
removing the explicit dependence on 'date' objects from the expected survival
routines so that they better integrate. Comparison of 'date
Hello,
I'm developing a GUI in R that will be used to monitor financial
portfolio performance. The GUI will be distributed as an R package. So
far, I've decided to use the "cairoDevice", "RGtk2", "gWidgets", and
"gWidgetsRGtk2" packages to develop the GUI. I am trying to decide what
would be th
Terry Therneau wrote:
> I wrote the date package long ago, and it has been useful. In my current
> task
> of reunifying the R (Tom Lumley) and Splus (me) code trees for survival, I'm
> removing the explicit dependence on 'date' objects from the expected survival
> routines so that they better
> > 3. temp <- as.Date('1990/1/1') - as.date('1953/2/5')
> > sqrt(temp)
> > Error in Math.difftime(temp3) : sqrtnot defined for "difftime" objects
> >
> > Minor bug: no space before the word 'not'
> > Major: this shouldn't fail.
> >
> >
> Arguably, it should (Is this a difftime obje
Full_Name: Paul Gordon
Version: 2.6.1 (alpha)
OS: Solaris 10
Submission from: (NULL) (136.159.169.6)
When compiling R 2.6.1 (alpha 2007-09-13), grDevices.so fails to link properly
because of a missing symbol __vlog_. This symbol is defined in libmvec.so, but
no -lmvec is add by the configure scr
A fourth approach would be the proto package. It provides a thin
layer over environments making use of the prototype (aka object-based)
style of programming which is fundamental different relative to
class-based programming (although it is powerful enough to encompass
class based programming). Th
On 9/14/07, Terry Therneau <[EMAIL PROTECTED]> wrote:
> I wrote the date package long ago, and it has been useful. In my current
> task
> of reunifying the R (Tom Lumley) and Splus (me) code trees for survival, I'm
> removing the explicit dependence on 'date' objects from the expected survival
>
On 9/14/07, Gabor Grothendieck <[EMAIL PROTECTED]> wrote:
> On 9/14/07, Gerlanc, Daniel <[EMAIL PROTECTED]> wrote:
> > Hello,
> >
> > I'm developing a GUI in R that will be used to monitor financial
> > portfolio performance. The GUI will be distributed as an R package. So
> > far, I've decided t
19 matches
Mail list logo