Displaying 20 results from an estimated 300 matches similar to: "hello developers!"
2006 Nov 14
1
??: Re: Need help in waveslim package: imodwt and universal.thresh.modwt
Airon,
I used R2.4.0 on a Windows XP (SP2) (not Chinese :-))
and it still works:
> data = read.csv("u:/airon.csv")
> xdata = data$Adj..Close
> modwt.la8 = modwt(xdata, "la8", n.level=6)
> summary(modwt.la8)
Length Class Mode
d1 1467 -none- numeric
d2 1467 -none- numeric
d3 1467 -none- numeric
d4 1467 -none- numeric
d5 1467 -none- numeric
d6 1467
2006 Nov 15
2
??: Re:??: Re: Need help in waveslim package: imodwt and universal.thresh.modwt
Airon,
I don't think you have to find an English computer 'cause the
following must work in your Chinese one :-)
Let me explain. First of all, change your lines to
xdata <- ckhdat$Adj..Close[1:1447]
#names(ckhdwt.la8) <- c("w1", "w2", "w3", "w4", "w5","w6", "v6")
note the # sign, i.e., DO NOT change the names
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
2003 Jan 11
2
data import
Hello,
I'm a new user of R, and unsure of why I'm getting an
error reading external files on my Mac OS 8.6 machine.
I've read through posts that would seem related (and 'R
Import/Export' and 'Introduction to R') but to no avail.
If anyone has any suggestions, I'd be very grateful. Here's the problem:
When I enter the command:
> guilds <-
2019 Apr 24
1
Problem to join a windows XP
Am Mittwoch, 24. April 2019, 16:13:11 CEST schrieb Rowland Penny via samba:
> On Wed, 24 Apr 2019 11:37:11 +0000
>
> Rogerio Bettini <rogeriobettini at hotmail.com> wrote:
> > Rowland, it was a typo. Sorry, I paste the smb.conf twice.
> > I changed the smb.conf as you proposed, so: dns forwarder removed -
> > yes it's in named.conf, and ntlm auth / lanman auth
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) {
2001 Mar 18
1
Suggestion to the Advanced Routing HOWTO
I''d like to make a suggestion to the Advanced Routing HOWTO. I
have read parts of it some months ago and I had a hard time
following it and I think that I know the reason: the HOWTO
doesn''t give the background on the subjects it discusses.
This difficulty was particularly evident when I was reading
the part about Quality of Service/Bandwidth Shaping. I got the
impression
2019 Apr 24
2
Problem to join a windows XP
Rowland, it was a typo. Sorry, I paste the smb.conf twice.
I changed the smb.conf as you proposed, so: dns forwarder removed - yes it's in named.conf, and ntlm auth / lanman auth removed.
I also checked the NTLMv2 configuration in windows XP.
But the error is still there.
I guess it's MIT as saw this in log:
/usr/lib/mit/sbin/krb5kdc: kerberos: 10
But how can I confirm which kerberos
2005 Feb 09
4
subset
Dear all,
I am trying to extract rows from a data.frame based on the
rowSums != 0. I want to preserve rownames in the first column in the subset.
Does anyone know how to extract all species that don't have rowSums equal
to zero? Here it is:
# dataset
x <- data.frame(
species=c("sp.1","sp.2","sp.3","sp.4"),
site1=c(2,3,0,0),
site2=c(0,0,0,0),
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
2006 Nov 16
0
??: Re:??: Re:??: Re: Need help in waveslim package: imodwt and universal.thresh.modwt
Airon,
I'm not sure I have understood your question. Anyway, it
seems to me that you'll have to code a little. Take a look
at ?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
2018 May 18
1
indexer-worker issues on dovecot 2.3.0
Hello,
I have some mailbox with error on index-worker process on dovecot 2.3.0
If I move the same mailbox to dovecot 2.2.33.2 this problem dos not happen.
See below the backtrace:
May 18 10:33:55 Error: imap(xxxxx)<249924><Xpj77npscpYKAQMQ>: indexer failed
to index mailbox INBOX
May 18 10:33:55 Fatal:
2008 Feb 24
5
Wine and PalmDesktop
Hi,
can someobne help me with PalmDesktop and Wine?
How does it work? I can't even install :-(
InstallWizard comes up but then fails:
fixme:rpc:I_RpcServerStopListening (): stub
fixme:rpc:I_RpcWindowProc (0x40066,00000002,00000000,00000000): stub
fixme:rpc:I_RpcWindowProc (0x40066,00000082,00000000,00000000): stub
err:advapi:service_control_dispatcher failed to create pipe for
2004 Dec 02
4
Codec Conversion
Hello,
Is there an utility for asterisk for codec conversion? I tried google but i haven' got anything.
I am trying to initiate a call with G711 codec to asterisk and i would like asterisk to call a gateway with an g729 codec, therefore making a codec conversion from g711 to g729. I know chan_oh323 does it by specifying the OUT_CODEC variable, but chan_h323 does not. And i was wondering is
2006 May 20
0
How can you buy R? [Broadcast]
My understanding is that if a licensee wants to redistribute GPL code (or
work derived from GPL code), then it has to be done under GPL as well,
meaning the person must make it known to users that they can have access to
the source code if so desired, and they can do anything they want with that
code (including selling), but GPL must remain in force for further
redistribution.
FSF used to sell
2009 Mar 18
0
Wavelet reconstruction with coefficients set to zero
Dear all:
Greetings from Mumbai, India.
Reference?R help solution [Rogerio, Thu 16 Nov 2006 - 20:54:25 GMT].
Simonsen, Jensen and Johansen (2002) [arXiv:cond-mat/0202352v1] note
"(.wavelet filtered was...) achieved?by first transforming the
log-price [...] to the?wavelet-domain, setting all wavelet coefficient
corresponding?to scales larger then 1000 trading days to zero, and
finally
2013 Jun 10
5
IceCast KH - question
Hello Thomas and Karl, thank you for your answer and time.
We've tested with several listeners and different connections, using
WinAmp and JW Player. For about 15 minutes, everything is ok. After
15-18 minutes, WinAmp starts do blink that "red square" (packet loss or
instability), and after about 20 minutes sounds starts to "pop", with
small cuts, and then starts to
2019 Apr 23
3
Problem to join a windows XP
Hi,
I'm not able to join a windows XP machine in samba AD DC. This XP machine is a VM.
No problems when joining Windows 10 machines to this DC.
On XP machine, after inserting the Administrator username\password to join the domain, the error message is - error while attempting to join the domain "VIDROESTE.IND": Internal error.
I can see that the XP machine account was created in AD
2000 Dec 04
4
Load Sharing PPP Connections on an Masqed LAN
Hi, can anyone help me with this problem i''ve got!
I have a problem with routing on my Mandrake 7.2 Linux Box i was wondering if you could help me with. I live
in Australia and as broadband access isn''t very available at the moment, i have 2 modems to dialup to my isp
(dynamic ips assigned) to increase my bandwidth at an affordable level. What currently happens is i have a
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.