Displaying 7 results from an estimated 7 matches for "rdporto1".
2006 Nov 14
1
??: Re: Need help in waveslim package: imodwt and universal.thresh.modwt
...37.35 57.56 67.93 67.31 78.32 104.90
> max(ydata-xdata)
[1] 2.957279e-11
Can you provide a simple program and the resulting
messages showing that it doesn't work?
Rogerio.
---------- Cabe?alho original -----------
De: "Airon Yiu" aironyiu at yahoo.com.hk
Para: "rdporto1" rdporto1 at terra.com.br
C?pia: "r-help" r-help at stat.math.ethz.ch
Data: Tue, 14 Nov 2006 13:56:51 +0800 (CST)
Assunto: ??: Re:[R] Need help in waveslim package: imodwt and universal.thresh.modwt
> Hi Rogerio:
>
> I am using Waveslim 1.5 on R 2.3.0, running on Chi...
2006 Nov 15
2
??: Re:??: Re: Need help in waveslim package: imodwt and universal.thresh.modwt
...imodwt.
This is because the function imodwt looks for the names
created by the modwt function. If you need to change names,
do it AFTER the reconstruction.
I hope that it helps you.
Rogerio
---------- Cabe?alho original -----------
De: "Airon Yiu" aironyiu at yahoo.com.hk
Para: "rdporto1" rdporto1 at terra.com.br
C?pia: "r-help" r-help at stat.math.ethz.ch
Data: Wed, 15 Nov 2006 23:49:57 +0800 (CST)
Assunto: ??: Re:??: Re:[R] Need help in waveslim package: imodwt and universal.thresh.modwt
> Hi Rogerio:
>
> Here is what I tried. I have used only dat...
2006 Nov 16
0
??: Re:??: Re:??: Re: Need help in waveslim package: imodwt and universal.thresh.modwt
...I think you'll have to put zeros each scale a time
except the one you want to reconstruct. Then do imodwt.
After some small loop, I think you'll get the desired result.
HTH,
Rogerio.
---------- Cabe?alho original -----------
De: "Airon Yiu" aironyiu at yahoo.com.hk
Para: "rdporto1" rdporto1 at terra.com.br
C?pia: "r-help" r-help at stat.math.ethz.ch
Data: Thu, 16 Nov 2006 12:28:12 +0800 (CST)
Assunto: ??: Re:??: Re:??: Re:[R] Need help in waveslim package: imodwt and universal.thresh.modwt
> Hi Rogerio:
>
> Thks a lot. It works.
>
>...
2006 Nov 12
2
Need help in waveslim package: imodwt and universal.thresh.modwt
Hi:
I have encountered problems with imodwt and universal.thresh.modwt and cannot find any reference in R Search. Hope someone can give me some ideas:
Starting with
modwt.la8 <- modwt(xdata, "la8", n.level=6) <-- this seems to work fine
(1) ydata <- imodwt(modwt.la8)
will always give ydata as numeric(0) (no values) instead of being a time series data with
2007 Jan 19
3
integrate and quadratic forms
Hi all.
I'm trying to numerically invert the characteristic function
of a quadratic form following Imhof's (1961, Biometrika 48)
procedure.
The parameters are:
lambda=c(.6,.3,.1)
h=c(2,2,2)
sigma=c(0,0,0)
q=3
I've implemented Imhof's procedure two ways that, for me,
should give the same answer:
#more legible
integral1 = function(u) {
2006 Mar 01
0
Wavelet ordenates
Hello,
does someone knows how can I get the ordenates of a
father wavelet using the package wavethresh?
And using other package? Any hints?
For example, I'd like knowing what's the value of
\phi{j,k}(t), that is, the value of a father wavelet
(from some family) at scale j, shift k, point t.
Thanks in advance,
Rogerio.
2006 May 16
2
Large database help
Hello all.
I have a large .txt file whose variables are fixed-columns,
ie, variable V1 goes from columns 1 to 7, V2 from 8 to 23 etc.
This is a 60GB file with 90 variables and 60 million observations.
I'm working with a Pentium 4, 1GB RAM, Windows XP Pro.
I tried the following code just to see if I could work with 2 variables
but it seems not possible:
R : Copyright 2005, The R Foundation