Displaying 20 results from an estimated 57 matches for "bds".
Did you mean:
bd
2007 Aug 13
1
BDS test - results unclear to me
Hello,
I would like to use the BDS test from the tseries package, but there is
something I don't understand in the results of the test. Let's say, I
want the BDS values for an embedding dimension equal to 2 :
> bds.test(c, m = 2, eps = seq(0.5 * sd(c), 2 * sd(c), length =
4),trace=FALSE);
Here are the outputs:
data:...
2004 Oct 04
1
BDS.TEST
UseRs,
I want to do a bds.test but the function return this :
> bds.test(erro.exp,m=15);
Error in as.vector(x, mode = "double") : (list) object cannot be coerced to
double
How can I fix this problem?
Thanks
savano
[[alternative HTML version deleted]]
2006 May 18
2
help
Dear Sir,
I’am a frensh student and i’am a new user of the R software.
After using the command (x<-read.delim(“clipboard”) to read a spreadsheet of Excel, I want to run the bds test and calculate the Lyapunov exponent. I have charged the R software by the packages tseries and tseriesChaos. when i run bds.test(x,m=2) Unfortunately the R software displays “error in as.vector(x,mode= “double”) : the object (list) can not be automatically converted on double” so what shall I...
2024 Feb 02
1
Adding XDG BDS paths *as fallbacks only*, not replacing ~/.ssh
2 February 2024 at 12:37, "Damien Miller" <djm at mindrot.org> wrote:
>
> No, sorry. This has been discussed extensively before, leading to the
>
> most uncivil discussion our bugtracker has ever seen and the only
>
> permanent user bans I've ever had to implement. Myself and the other
>
> developers have zero desire to relitigate this and no
1999 Dec 14
2
1.2pre17 scp Input/Output error
...scp fails, if it isn't active, scp
works. Note that without the scrollbar, the file gets there and is
valid.
I can try for an strace, but I'd rather not flood the mailing list.
Also, server or client? I've attached scp -v info because its rather
small, but useless.
---cut-here---
[bds at pc36 ssh-rh5]$ ls -la openssl-0.9.4-3.i386.rpm
-rwxr-xr-x 1 root root 653323 Dec 14 11:07 openssl-0.9.4-3.i386.rpm
[bds at pc36 ssh-rh5]$ scp openssl-0.9.4-3.i386.rpm root at abc.co.za:/tmp
root at abc.co.za's password:
openssl-0.9.4-3.i386 30% |******** |...
2024 Feb 02
1
Adding XDG BDS paths *as fallbacks only*, not replacing ~/.ssh
On Fri, 2 Feb 2024, 90 wrote:
> Since I can't help but feel like my previous email is already being flat-out ignored, I would just like to reiterate:
>
> - I am not asking for ~/.ssh to stop being used.
> - I am happy to contribute this myself with the blessing of the devs.
>
> All I would like is to be able to move files within ~/.ssh to their appropriate XDG paths and
2024 Feb 02
1
Adding XDG BDS paths *as fallbacks only*, not replacing ~/.ssh
...vel. OpenSSH itself would not need to create these directories either, as it may simply prioritise and continue to create the existing ~/.ssh directory.
>
> The approach I'm suggesting is one that plenty of long-standing software has taken up in order to provide the opt-in approach of XDGBDS support. Notably, Git provides such a fallback option in $XDG_CONFIG_HOME/git/config in place of the default ~/.gitconfig, as does GNU Emacs among others. More recently, even Bash has warmed up to the idea despite initially being opposed to the suggestion to change the locations of ~/.bash_profile...
2007 Apr 08
3
[LLVMdev] C++ -> C translation problems
...err.bc
sed "s/!defined(_MSC_VER)/!defined(_MSC_VER) \&\& !defined(__BORLANDC__)/" err.cbe.c >t1
sed "s,__stdcall ,/*__stdcall*/ ,g" t1 >t2
sed "s/_$_/_S_/g" t2 >t3
sed "s/_2$_/_2S_/g" t3 >terr.c
rm t1 t2 t3
"C:\Program Files\Borland\BDS\4.0\bin\bcc32" -I"C:/Program Files/Borland/BDS/4.0/include" -I../unrar -p- -c terr.c
===================================================
I won't send the (rather long) terr.c, but it is (obviously) available on request.
The offending line is:
===================================...
1999 Jul 08
1
new time series package available
...the
contrib section at CRAN.
The package is called "tseries.tgz" and provides a library for time
series analysis. It contains
acf Autocorrelation Function
adf.test Augmented Dickey-Fuller Test
amif Auto Mutual Information Function
bds.test BDS Test
box.test Box-Pierce and Box-Ljung Test
ccf Crosscorrelation Function
cross spectra Cross Spectra Estimation (cross spectrum,
cospectrum, quadrature spectrum, amplitude
spectrum,...
1999 Jul 08
1
new time series package available
...the
contrib section at CRAN.
The package is called "tseries.tgz" and provides a library for time
series analysis. It contains
acf Autocorrelation Function
adf.test Augmented Dickey-Fuller Test
amif Auto Mutual Information Function
bds.test BDS Test
box.test Box-Pierce and Box-Ljung Test
ccf Crosscorrelation Function
cross spectra Cross Spectra Estimation (cross spectrum,
cospectrum, quadrature spectrum, amplitude
spectrum,...
1999 Sep 20
0
Updated tseries package
...White's and Teraesvirta's tests for neglected non-linearity
(also for the regression case). From the INDEX file:
NelPlo Nelson-Plosser Macroeconomic Time Series
adf.test Augmented Dickey-Fuller Test
amif Auto Mutual Information Function
bds.test BDS Test
portfolio.optim Portfolio Optimization
quadmap Quadratic Map (Logistic Equation)
read.matrix Read Matrix Data
read.ts Read Time Series Data
runs.test Runs Test
surrogate Generate Surr...
1999 Sep 20
0
Updated tseries package
...White's and Teraesvirta's tests for neglected non-linearity
(also for the regression case). From the INDEX file:
NelPlo Nelson-Plosser Macroeconomic Time Series
adf.test Augmented Dickey-Fuller Test
amif Auto Mutual Information Function
bds.test BDS Test
portfolio.optim Portfolio Optimization
quadmap Quadratic Map (Logistic Equation)
read.matrix Read Matrix Data
read.ts Read Time Series Data
runs.test Runs Test
surrogate Generate Surr...
2008 Feb 29
1
[PATCH] ioemu: fix xenfb slow case update
ioemu: fix xenfb slow case update
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
diff -r 067d8f19e78a tools/ioemu/hw/xenfb.c
--- a/tools/ioemu/hw/xenfb.c Thu Feb 28 13:55:37 2008 +0000
+++ b/tools/ioemu/hw/xenfb.c Fri Feb 29 15:25:17 2008 +0000
@@ -1072,7 +1072,7 @@
/* A convenient function for munging pixels between different depths */
#define
2007 Dec 03
2
[LLVMdev] LLVM footprint
...a.org/users/bsmedberg_mozilla.com/llvm-test/?file/e021a9901b98/LLVMTest.cpp
Note that because this is a sharedlib I had to configure LLVM with
- --enable-pic --enable-optimize, but I used no other configure options...
should I have? Are there features that can be disabled to reduce footprint?
- --BDS
- --
Benjamin Smedberg
Platform Guru
Mozilla Corporation
benjamin at smedbergs.us
http://benjamin.smedbergs.us/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFHVGDHSSwGp5sTYNkRAuLDAJ46kA/lCEyGInTpAtVmsxqdxnjKTACf...
2007 Apr 18
0
[RFC/PATCH PV_OPS X86_64 02/17] paravirt_ops - msr
..." jmp 2b\n"
+ ".previous\n"
+ ".section __ex_table,\"a\"\n"
+ " .align 8\n"
+ " .quad 1b,3b\n"
+ ".previous":"=&bDS" (*err), "=a"(a), "=d"(b)
+ :"c"(msr), "i"(-EIO), "0"(0));
+ return a | (b << 32);
+}
+
+#ifdef CONFIG_PARAVIRT
+#include <asm/paravirt.h>
+#else
+
+#define __cpuid native_cpuid
/*
* Access to machine-specifi...
2007 Apr 18
0
[RFC/PATCH PV_OPS X86_64 02/17] paravirt_ops - msr
..." jmp 2b\n"
+ ".previous\n"
+ ".section __ex_table,\"a\"\n"
+ " .align 8\n"
+ " .quad 1b,3b\n"
+ ".previous":"=&bDS" (*err), "=a"(a), "=d"(b)
+ :"c"(msr), "i"(-EIO), "0"(0));
+ return a | (b << 32);
+}
+
+#ifdef CONFIG_PARAVIRT
+#include <asm/paravirt.h>
+#else
+
+#define __cpuid native_cpuid
/*
* Access to machine-specifi...
2004 Jan 13
3
How can I test if a not independently and not identically distributed time series residuals' are uncorrelated ?
I'm analizing the Argentina stock market (merv)
I download the data from yahoo
library(tseries)
Argentina <- get.hist.quote(instrument="^MERV","1996-10-08","2003-11-03", quote="Close")
merv <- na.remove(log(Argentina))
I made the Augmented Dickey-Fuller test to analyse
if merv have unit root:
adf.test(merv,k=13)
Dickey-Fuller = -1.4645,
2007 Dec 10
7
Serious Geek RoR newbie: wishes to know EXACTLY what/where all is installed by packages. Tnx!
[TOP lINE: is there a linux program that will tell me where all the
installed files went?]
Hi all....great to be here... i''m pretty relentless yet very new to
RoR and fairly new to Linux [went with ubuntu 7.10 for the time being
- learing pure Deb and/or Slack/BDS for the future]
anyhooo.. So...
Coming from my highly understood XP install [frankly it feels yuk
these days] i''m wishing to know the Linux way of finding out
EVERYTHING that a package installs and WHERE it installs.
I''m having a great time with nix and simply can''t fin...
2009 Oct 10
1
Resultados distintos
Buenas tardes a todos,
tengo un problema con R: ejecuto el mismo script en el ordenador del trabajo y en mi portátil con los mismos
datos y obtengo resultados diferentes (siendo los correctos, los obtenidos en el trabajo):
rm(list=ls())
directorio<-"C:\\Documents and Settings\\BDs\\"
library(RODBC)
library(car)
library(gdata)
### DATOS A ###
Adat<-read.xls(paste(directorio,"a.xls",sep=""),sheet=1)
colnames(Adat)<-tolower(colnames(Adat))
Adat<-Adat[,-c(1,2,7:9)]
Adat$m<-as.character(Adat$m)#CAMBIO EL TIPO PARA NO TENER PROBLEMAS
Adat$v&...
2006 Jan 01
0
Speex Delphi/dll
If you get BDS 2006, you will get C++ compiler as a part
of the package. Then you will be able to build a DLL or
static library (I think Delphi can link to C libraries).
If this is not an option for you, I will try to build you
a DLL. The only problem is that I'm not certain what
exported functions you'...