Displaying 20 results from an estimated 400 matches similar to: "Help needed in wavelet transforming"
2012 May 29
1
Help needed in wavelet transformation
Hello
I am currently working on forecasting hourly electricity prices where I am
required to do wavelet transformation. First I need to calculate
decomposition coefficients of the wavelet transform, then I need to select
wavelet function using multiresolution technique. I would be really
grateful if I can find any help in this matter.
Thanking You
with regards,
--
Name : Tarun Trivedi
Senior
2005 Nov 23
1
assign() problem
I've written a piece of code (see below) to do a wavelet image
decomposition, during the evaluation of this code I would like to write
the results of some calculations back to the R root directory. I used
assign() to do so because the names should vary when going thrue a
while() loop. For some unknown reason I get an error that says:
Error in assign(varname[i], imwrImage) :
2017 Sep 22
1
Convert data into zoo object using Performance analytics package
Dear All,
Thanks a lot for your help. Would you please let me know if i want to read
a csv file as zoo object from my local file rather than directly from the
website, how to do that?
library(zoo)
u <- "https://faculty.washington.edu/ezivot/econ424/sbuxPrices.csv"
fmt <- "%m/%d/%Y"
With sincere regards,
Upananda Pani
On Wed, Sep 20, 2017 at 3:22 PM, PIKAL Petr
2011 Oct 05
2
creating a loop for a function
Dear All,
I want to create a loop within a function r. The example follows:
Box.test (lfut, lag = 1, type="Ljung")
if i want to compute the Box.test for lag 1 to 10, I have to write manually
change each time for different lag. So i wan to write a loop for the lag 1
to 10 and return the statistics for each lag. Is there any method to do this
?
With regards,
Upananda
--
You may
2007 Apr 10
1
When to use quasipoisson instead of poisson family
It seems that MASS suggest to judge on the basis of
sum(residuals(mode,type="pearson"))/df.residual(mode). My question: Is
there any rule of thumb of the cutpoiont value?
The paper "On the Use of Corrections for Overdispersion" suggests
overdispersion exists if the deviance is at least twice the number of
degrees of freedom.
Are there any further hints? Thanks.
--
Ronggui
2017 Sep 20
1
Convert data into zoo object using Performance analytics package
Dear Sir,
Thanks for your mail and help. I got this error while trying to run your
code.
sbux1.z <- read.csv.zoo(u, FUN = as.yearmon, format = fmt)
Error in read.table(file = file, header = header, sep = sep, quote = quote,
:
'file' must be a character string or connection
Thanks and Regards,
Upananda Pani
On Tue, Sep 19, 2017 at 4:31 PM, Upananda Pani <upananda.pani at
2006 Jul 12
2
network configuartion of the guest OS
hi all,
will somebody please explain the step-by-step method of configuring the
network of the guest operating system.I have installed FC4 as my guest
OS.IfI include vif =[''''] in the configuration file I get an error
while greating
new domain using that file:
Using config file "/etc/xen/vm2".
Error: Device 0 (vif) could not be connected. Backend device not found.
2017 Sep 20
0
Convert data into zoo object using Performance analytics package
Hi
Gabor's code works as expeceted without error.
What is "u" in your case?
Cheers
Petr
> -----Original Message-----
> From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of Upananda
> Pani
> Sent: Wednesday, September 20, 2017 11:06 AM
> To: Gabor Grothendieck <ggrothendieck at gmail.com>
> Cc: r-help <r-help at r-project.org>
>
2010 Sep 28
1
Best package for time series analysis with wavelets???
Hi!!
I'm looking for a package in R for time series analysis using wavelets( I'm
interested on extractingt information from electrocardiograms with the aim
of study the heart rate variability) so i want to know which package is the
best for me. I've thinking about using some of those(you can recommend me
others,xD):
*wavelets: A package of funtions for computing wavelet filters,
2011 Sep 29
1
checking the outliers of the time series data set
Dear All,
Can you please guide me how to check the outliers in the data set in R. It
would be great if you can give some examples of methods.
With regards,
Upananda
--
You may delay, but time will not.
Research Scholar
alternative mail id: upani@iitkgp.ac.in
Department of HSS, IIT KGP
KGP
[[alternative HTML version deleted]]
2005 Oct 22
5
compiling pxelinux in elf
Hi
I have used pxelinux successfully in some situations.
However, I am unable to boot IBM NetVista thin clients using pxelinux.
The kernel that does boot up these thin clients over the net is in elf
format (it is called kernel.2200).
# file kernel.2200
kernel.2200: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV),
statically linked, not stripped
So, I would have liked to compile
2018 Feb 23
1
Bug in installing rgdal
*@*
*BLAS: /usr/lib/libblas/libblas.so.3.6.0LAPACK:
/usr/lib/lapack/liblapack.so.3.6.0locale: [1] LC_CTYPE=en_IN.UTF-8
LC_NUMERIC=C LC_TIME=en_IN.UTF-8 [4]
LC_COLLATE=en_IN.UTF-8 LC_MONETARY=en_IN.UTF-8
LC_MESSAGES=en_IN.UTF-8 [7] LC_PAPER=en_IN.UTF-8
LC_NAME=C LC_ADDRESS=C [10]
LC_TELEPHONE=C LC_MEASUREMENT=en_IN.UTF-8
2006 Jun 12
1
variance specification using glm and quasi
Hi all,
Cameron and Trivedi in their 1998 Regression Analysis of Count Data refer to
NB1 and NB2
NB1 is the negative binomial model with variance = mu + (alpha * mu^1)
yielding (1+alpha)*mu
NB2 sets the power to 2; hence, variance = mu + (alpha*mu^2)
I think that NB2 can be requested via
negbin2<-glm(hhm~sex+age,family=quasi(var="mu^2",link="log"))
Is
2017 Sep 18
3
Convert data into zoo object using Performance analytics package
Dear All,
While i am trying convert data frame object to zoo object I am
getting numeric(0) error in performance analytics package.
The source code i am using from this website to learn r in finance:
https://faculty.washington.edu/ezivot/econ424/returnCalculations.r
# create zoo objects from data.frame objects
dates.sbux = as.yearmon(sbux.df$Date, format="%m/%d/%Y")
dates.msft =
2006 May 08
1
Panel Data Estimators (within, between, Random Effects estimator)
Dear R Users,
Here is another probelm/question.
I would like to run some panel regressions with R. Therefore I have
combined several time periods of data for different individuals in my
database.
I have already run pooled OLS but I would need to calculate a Fixed
Effects Estimator (within estimator). Unfortunately I couldn't find
anything like that in the RSearch and I suppose that lme
2013 Apr 27
1
file corruption
I am using rsync in my project for copying database binary files over the
network from active module to standby module.
Once in a while files found to be corrupt on standby module when copying is
done first time.When I checked the active module
at that time files found to be proper.
rsync is completing successful without giving any errors.
On comparing both files I see a big hole in standby file
2005 Mar 03
1
total variation penalty
Hi,
I was recently plowing through the docs of the quantreg package by Roger
Koenker and came across the total variation penalty approach to
1-dimensional spline fitting. I googled around a bit and have found some
papers originated in the image processing community, but (apart from
Roger's papers) no paper that would discuss its statistical aspects.
I have a couple of questions in this
2007 Aug 07
1
Error in as.double.default(x) : (list) object cannot be coerced to 'double'
Dear experts,
I have in all 14 matrices which stands for gene expression divergence and 14 matrices which stands for gene sequence divergence. I have tried joining them by using the concatanation function giving
SequenceDivergence <- c(X1,X2,X3,X4,X5,X6,X7,X8,X9,X10,X11,X12,X13,X14)
ExpressionDivergence <- c(Y1,Y2,Y3,Y4,Y5,Y6,Y7,Y8,Y9,Y10,Y11,Y12,Y13,Y14)
where X1,X2..X14 are the
2007 Aug 01
1
Reading Matrices
Dear all,
I have been successful so far in plotting matrices and getting the regression line. But, as the matrices contains values like 1 and 0 (diagonal line) which is actually not needed as they are for the same gene, is creating bias in my regression line. I wish to neglect that part of the matrix and read the rest and plot the matrices again.
I am attaching two matrices here for your
2005 Nov 25
0
wavethresh addon package LS2W
Hi list,
I've been trying to install the LS2W package in R. It's originally a
S+plus package so things don't work out as planned. Has anyone
succesfully installed this package in R (2.2.0)?
Cheers,
Koen