Displaying 15 results from an estimated 15 matches for "rothenberg".
Did you mean:
rotenberg
2009 Nov 12
0
Residuals with Elliot-Rothenberg-Stock Unit Root Test
Does anyone know how to retrieve the residuals after running an ERS unit root test on a time series (urca package)? There are no 'residuals' or 'res' (or similar) slots in the ur.ers-class, but a plot instruction - ie plot(ur.ers(....)) renders amongst other things a residual plot.
If an augmented Dickey-Fuller test is run, an object of ur.df-class is generated which contains a
2005 Apr 05
1
problem with remote forward and SSH 2.4.0 server
...t;0.0.0.0" as the
address_to_bind for these cases
~ ssh -R 50000:localhost:50000 server
~ ssh -R :50000:localhost:50000 server
~ ssh -R \*:50000:localhost:50000 server
but still passes through the specified address for
~ ssh -R 192.168.1.1:50000:localhost:50000 server
David
- --
David Rothenberger spammer? -> spam at daveroth.dyndns.org
GPG/PGP: 0x7F67E734, C233 365A 25EF 2C5F C8E1 43DF B44F BA26 7F67 E734
The major sin is the sin of being born.
-- Samuel Beckett
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Cygwin)
Comment: Using GnuPG with Thunderbird - http:/...
2008 Nov 15
2
[PATCH] Don't strip two leading slashes from paths.
...translates '///' to '//' instead of '/' as required.
Does this patch (or a modified version that conforms to POSIX) stand a
chance of being accepted? Should I create a bugzilla issue and attach it
there? Should I work on modifying the patch to conform to POSIX?
--
David Rothenberger ---- daveroth@acm.org
-------------- next part --------------
Index: util.c
===================================================================
--- util.c.orig
+++ util.c
@@ -821,8 +821,12 @@ unsigned int clean_fname(char *name, int
if (!name)
return 0;
- if ((anchored = *f == '/...
2008 Jan 25
7
vorbis-tools 1.2.0 Release Candidate
I bumped the version number of vorbis-tools and am preparing it for an
eventual release in a few days.
A changelog of what's new may be found at [1].
Meanwhile, what's in SVN is a "Release Candidate" to find out if
anything was broken since version 1.1.1. Report any (or lack of)
problems you may find, so we'll be able to put out a new version of
vorbis-tools.
-Ivo
[1]
2005 Jun 16
1
SSH 2.4.0 remote forward patch in next release?
...[3]I did.
Is there any chance it will be included in the next release?
1. http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=111266548525108&w=2
2. http://marc.theaimsgroup.com/?l=openssh-unix-dev&m=111287737706979&w=2
3. http://bugzilla.mindrot.org/show_bug.cgi?id=1012
--
David Rothenberger spammer? -> spam at daveroth.dyndns.org
GPG/PGP: 0x7F67E734, C233 365A 25EF 2C5F C8E1 43DF B44F BA26 7F67 E734
Events are not affected, they develop.
-- Sri Aurobindo
2012 Dec 18
4
Puppet v2.7.209 setting permissions recursively
How can I get Puppet to recursively set permissions of a directory, so that
the directory and all subdirectories have move 0755 but the files in the
directory have mode 0644? When I use the recurse => true option, it sets
the files in the directory to executable as well.
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To view
2012 Apr 18
2
Virtual resources for a list of server ip addresses in Apache config
I have an internal web site that can only be accessed from other servers.
It seems to me that I should pass an array of the addresses to the class
that instantiates the template for the Apache configuration. That seems
easy.
The hard part is getting every node to "register" itself so that it''s IP
address is added to the array.
I imagine using virtual resources, e.g.
2007 Sep 26
1
Patches for building of flac 1.2.1
Hello,
We use two different patches to build flac.
The first one is a patch that detects correctly ranlib, ac, strip when
you cross-compile. We especially use the patch when compiling for
Windows under GNU/Linux.
http://trac.videolan.org/vlc/browser/trunk/extras/contrib/src/Patches/flac-cross.patch
The other one fixes an issue when compiling for Windows under Cygwin,
that can't find
2010 Aug 03
0
launch of free R/Bioconductor Cloud Computing web-service
...ta resources integrated into 3rd party software.
* Data aggregation and filtering web services.
CRdata was developed in the Division of Biology at the California
Instittue of Technology by Rajiv Dulepet, Michael Angerman and Hamid
Bolouri as part of a collaboration with the laboratory of Dr. Ellen
Rothenberg (Caltech), with code contributions by SparkTech Software, and
Bioconductor contributions by Dr. Martin Morgan of the Fred Hutchinson
Cancer Research Center.
The development of this free, open-source community resource was supported
in part by NHLBI grant number HL089102 to Hamid Bolouri.
The CRda...
2004 Mar 26
0
Package update: 'urca' version 0.3-3
...hods for Function plot in Package 'urca'
plotres Graphical inspection of VECM residuals
show-methods Methods for Function show in Package 'urca'
summary-methods Methods for Function summary in Package 'urca'
ur.ers Elliott, Rothenberg & Stock Unit Root Test
ur.ers-class Representation of class 'ur.ers'
ur.kpss Kwiatkowski et al. Unit Root Test
ur.kpss-class Representation of class 'ur.kpss'
ur.pp Phillips & Perron Unit Root Test
ur.pp-class...
2010 Jun 25
1
Installing and running logcheck on CentOS
I've installed logcheck on CentOS from source, as well as liblockfile
and lockfile-progs.
I've created a logcheck user with /var/lib/logcheck as the home and
/sbin/nologin as the shell. logcheck user is in the adm group. I also
customised the list of logfiles for CentOS. When I run logcheck, I get
the following errors:
# sudo -u logcheck logcheck -ot
basename: invalid option -- -
Try
2004 Mar 25
1
S+Finmetrics cointegration functions
Dear all,
S+Finmetrics has a number of very specilised functions. I am
particularly interested in the estimation of cointegrated VARs (chapter
12 of Zivot and Wang). In this context the functions coint() and
VECM() stand out. I looked at package "dse1", but found no comparable
functionality. Are there any other packages you could point me to? In
general, are there efforts for
2010 Oct 03
2
rspec-1.3.1.rc and rspec-rails-1.3.3.rc are released!
...ace use of ''returning'' with ''tap'' (to quite rails-2.3.9 deprecation warnings)
* bug fixes
* support message expectation on template.render with locals (Sergey
Nebolsin). Closes #941.
* helper instance variable no longer persists across examples
(alex rothenberg). Closes #627.
* mock_model stubs marked_for_destruction? (returns false).
===================================================================
2007 Sep 14
13
upcoming release, need help
checked in to CVS is what will be very close to the 1.2.1 release
of flac scheduled for monday. if anyone can try building it and
even better running the test suite, and reporting back any problems,
that will help me get things in better shape.
changelog:
http://flac.cvs.sourceforge.net/*checkout*/flac/flac/doc/html/changelog.html?revision=HEAD
TIA,
Josh
2006 Aug 16
0
Re: la
Hi,
Any problems with erejction? try VIjAGRA - http://www.cadasaxekun.com
ended up here. Mind you, Im not complaining. I find this such a
pleasant occupation. There are charming ladies to talk to, as well as
additional memory banks and data bases to access whenever I wish to.