Dear useRs,
I have a time series of length approcimately 55. Is it possible to find the
significance of fft spectral peaks with R?
thank you
--
Nuncio.M
Scientist
National Center for Antarctic and Ocean research
Head land Sada
Vasco da Gamma
Goa-403804
ph off 91 832 2525636
ph: cell 91 98903574
HI users,
Is it possible to check the significance of peaks in a power
spectrum in R
Thanks and regards
nuncio
--
Nuncio.M
Scientist
National Center for Antarctic and Ocean research
Head land Sada
Vasco da Gamma
Goa-403804
ph off 91 832 2525636
ph: cell 91 9890357423
[[altern
Dear Arun,
Prof. Rob Hyndman's forecast package has automated arima.
You have to install 'forecast' library for that.
in linux go to r-prompt and type install.packages().
Hope this helps
nuncio
On Mon, Jun 13, 2011 at 12:10 PM, siddharth arun wrote:
> How we can call auto.arima in
Hi list,
I have a matrix with all elements of some columns are zeroes. Is it
possible to remove these columns
and create a new matrix
nuncio
--
Nuncio.M
Research Scientist
National Center for Antarctic and Ocean research
Head land Sada
Vasco da Gamma
Goa-403804
[[alternative HTML ve
)%*%B. but this differs significantly from cov(A,B).
Thanks
nuncio
2011/4/4 Juan Carlos Borrás
> m <- matrix(c(1:12), nrow=3, ncol=4)
> svd(m)
>
>
>
> On Mon, Apr 4, 2011 at 11:51 AM, nuncio m wrote:
> > Dear list,
> >I searched the libraries but coul
Dear list,
I searched the libraries but could not find means to compute the
svd of a coupled field. Is it possible in R
Thanks
nuncio
--
Nuncio.M
Research Scientist
National Center for Antarctic and Ocean research
Head land Sada
Vasco da Gamma
Goa-403804
[[alternative HTML ve
HI all,
I am trying to compute the EOF of a matrix using prcomp but unable to get
the expansion co-efficients.
is it possible using prcomp or are there any other methods
thanks
nuncio
--
Nuncio.M
Research Scientist
National Center for Antarctic and Ocean research
Head land Sada
Vasco da Gamma
Go
Hi list,
I am not a frequent user of R. Recently I used R in principal
component analysis and got the result as a class, which has information like
standard deviation and principal components from 1 to 10. How is it
possible to extract the column corresponding to first principal compon
HI useRs,
Is it required to remove mean before using ARIMA models
thanks
nuncio
--
Nuncio.M
Research Scientist
National Center for Antarctic and Ocean research
Head land Sada
Vasco da Gamma
Goa-403804
[[alternative HTML version deleted]]
__
Hello list,
Is there any way to bandpass filter in R
thanks
nuncio
--
Nuncio.M
Research Scientist
National Center for Antarctic and Ocean research
Head land Sada
Vasco da Gamma
Goa-403804
[[alternative HTML version deleted]]
__
R
Hi list,
I am trying to fit arima model for a grid of 360x161x338 points,
where 360x161 is the spatial dimension and 338 is the number of time steps I
have, which is seasonal. For this purpose I used the auto.arima function in
forecast package. After fitting residuals at each grid in spa
I have the following code to write the output from auto.arima function. The
issue is not in finding the model but to divert its out put
fit to a file order_fit.txt. code runs but nothing is written to
order_fit.txt
where am I going wrong
library(forecast)
for (i in 1:2) {
filen = paste("file",i,"
HI list,
I am using auto.arima from forecast package, I wonder whether its
possible to save model orders to a seperate file
Thanks
nuncio
--
Nuncio.M
Research Scientist
National Center for Antarctic and Ocean research
Head land Sada
Vasco da Gamma
Goa-403804
[[alternative HTML ver
HI list,
I want to know whether tsdiag uses k-(p+q) as the lag in ljung box
test. How is it possible to save those values
nuncio
--
Nuncio.M
Research Scientist
National Center for Antarctic and Ocean research
Head land Sada
Vasco da Gamma
Goa-403804
[[alternative HTML version d
Dear useRs,
How to save the correlations corresponding to the
significance levels from ACF function
Thanks
nuncio
--
Nuncio.M
Research Scientist
National Center for Antarctic and Ocean research
Head land Sada
Vasco da Gamma
Goa-403804
[[alternative HTML version dele
Hi useRs,
Is it possible to get MORLET wavelet in R
Thanks
nuncio
--
Nuncio.M
Research Scientist
National Center for Antarctic and Ocean research
Head land Sada
Vasco da Gamma
Goa-403804
[[alternative HTML version deleted]]
__
R-hel
Hi list,
I have the following code to compute the acf of a time series
acfresid <- acf(residfit), where residfit is the series
when I type acfresid at the prompt the follwoing is displayed
Autocorrelations of series ‘residfit’, by lag
0. 0.0833 0.1667 0.2500 0. 0.4167 0.5000 0.5
Dear useRs,
I am trying to construct a time series using as.ts function, surprisingly
when I plot
the data the x axis do not show the time in years, however if I use
ts(data), time in years are shown in the
x axis. Why such difference in the results of both the commands
Thanks
nuncio
--
Nuncio.
HI all.,
I have some univariate time series that need to be prewhitened. HOw this can
be performed in R.
I am thinking of to fit an ARIMA model and substract this from the original
series. Is this the correct way
THanks in advance
nuncio
--
Nuncio.M
Research Scientist
National Center for Antarcti
Hi all,
Is there any way in R to select the order of an ARIMA model
automatically
nuncio
--
Nuncio.M
Research Scientist
National Center for Antarctic and Ocean research
Head land Sada
Vasco da Gamma
Goa-403804
[[alternative HTML version deleted]]
Hi all,
I am trying to find the autocorrelation of some time series. I
have say 100 files, some files have only missing values(-99.99, say). I dont
want to exclude these files as they represent some points in a grid. But
when the acf command is issued i get an error.
Error in plot.window
Dear All,
I am very new to T. I need to fit a ARIMA model to my time
series. So I found the auto correlation functions and partial auto
correlation function in R. Now I want to save these valuse along with the
significance levels to a file. How to do that?. I tried some function in R
22 matches
Mail list logo