Displaying 20 results from an estimated 900 matches similar to: "Hurst Exponent Estimation"
2012 May 07
1
Value of Hurst exponent (R/S) method > 1
Hello,
I'm using fArma package to estimate the value of Hurst exponent using R/S
method. However, for a certain set of data I get H ~ 1.8. How do I
interpret this?
Following are the output that I get for this set:
> mean(data[,2])
[1] 400.5433
> sd(data[,2])
[1] 1139.786
>
> rsFit(data[,2], levels = 64)
Title:
Hurst Exponent from R/S Method
Call:
rsFit(x = data[, 2], levels
2006 Sep 16
1
regarding chaos
hi all,
I have a simple question that does power spectral analysis related to
capacity dimension, information dimension, lyapunov exponent, hurst
exponent.
If yes then please show me the way. I am newbie in the world of chaos.
Sayonara With Smile & With Warm Regards :-)
G a u r a v Y a d a v
Senior Executive Officer,
Economic Research & Surveillance Department,
Clearing
2012 Apr 25
1
Help on time series & Hurst exponent
Hello,
I'm an absolute beginner with R. I'm hoping to do some time-series analysis
on my data. The data looks like
#time value
18 153
20 426
70 7
83 130
84 7
and so on where time could be in seconds or hours or days (not all at the
same time). How could I import such a file to R and do some simple stuff
(say plot the values)? As per the tutorials on time series, I could use the
ts()
2010 Nov 09
1
location of Tisean executables when using RTisean and jumping between linux and windows
Hi,
I wonder if someone could help. I needed to transfer (copy) a workspace
file that had been generated in linux (R 2.11) to windows running the
same version of R 2.11 (but of course windows binary). Usually, there is
no problem in doing this and all objects work as expected. I am often
doing this to be able to produce wmf or emf graphic files that I need.
This time I had some spectra that I
2008 Aug 04
2
Long Range Dependence: Hurst exponent estimation
Dear R Users,
Can anyone point me to a package for R vrsion 2.7.1 which implements some
Hurst exponent estimation methods ?
Thanks in advance,
Tolga
Generally, this communication is for informational purposes only
and it is not intended as an offer or solicitation for the purchase
or sale of any financial instrument or as an official confirmation
of any transaction. In the event you are
2011 Nov 30
1
RTisean executable problem in STLperArea
Hi,
I?m trying to use the STLperArea function in the ndvits package. I can run
the sample data (?SLPSAs_full?) without any problem. However, when I come to
run the function on my own data, I get the following message.
Waiting to confirm page change...
Error in .checkPath(path) : no TISEAN executables found in that directory.
Please set a proper TISEAN executables path using
2012 May 06
0
Steps to determine Hurst exponent
Hello,
I'm using the fArma package to estimate Hurst exponent by R/S method. I've
some measurements in the following format:
Call_number Call_duration
I'm using the following steps. Am new to R, so it would help if someone
could please confirm if my steps are correct.
Further, this method seems to give a value H ~= 0.8 (> 0.5). Is the use of
R/S method to estimate H OK?
>
2003 Dec 04
1
R code for estimating Hurst exponent
Has anyone writen R code for estimating Hurst exponent with R/S method
or other methods?
or any other source of R code available?
Many thanks
Catherine Wang
2007 Mar 26
0
The Hurst Exponent in fBasic
Dear R users,
The function lmacfPlot( ) in fBasics, returns a list including the Hurst Exponent. I get sometimes a value for Hurst Exponent using lmacfPlot bigger than 1 which is theoretically incorrect. What could be reason ?
From the related documents, I could not find how the Hurst Exponent in lmacfPlot is estimated. Could you please say how it is estimated here?
Thank you so
2008 Aug 04
0
an interesting finding on Hurst exponent estimation from fSeries
Dear R Users,
I am using code from the following links to do Hurst exponent estimation.
link:
http://r-forge.r-project.org/plugins/scmsvn/viewcvs.php?rev=1&root=rmetrics&view=rev
file: LongRangeDependence.R
Take a look at the following run:
> x<-(cos((1:200)/10))
> rsFit(diff(x,15))@hurst$H
[1] 1.027420
> aggvarFit(diff(x,15))@hurst$H
[1] 0.02301331
First of all, can anyone
2018 Jan 25
2
Help in Plotting in "fArma" Package
Hello,
I am new to R and for some of my research work I am using 'fArma'
package to estimate the Hurst parameter of a time series.
When I am ding the following command :
rsFit(data, doplot = TRUE)
I am getting the R/S plot for that time series with default plot title,
font size. However, I want to change the axis size, font size etc of
2008 Mar 12
1
Help in estimating HURST parameter
Hi,
Can u please tell me which all packages do i need to install to
estimate the hurst parameter in R. I have tried installing all the possible
options but still it doesnt work.
basically i want to use 9 functions to estimate hurst parameter like
aggvarfit, rsfit, etc.
i will be very thankful if u could be of some help.
--
Regards,
Deepak Jadhav.
[[alternative HTML version
2018 Jan 26
0
Help in Plotting in "fArma" Package
The documentation say that additional arguments will be passed. I suspect this will be a base graphics plot. You should look at the code of plot.rsfit to determine which arguments get processed.
Sent from my iPhone
> On Jan 25, 2018, at 10:30 AM, Moyukh Laha <laha.moyukh at gmail.com> wrote:
>
> Hello,
> I am new to R and for some of my research work I am using
2018 Jan 26
2
Help in Plotting in "fArma" Package
What Dave said, plus here's a hint. Try this example (which uses base graphics):
plot(1:5)
plot(1:5, cex.lab=2)
Then look at the help page for par
help('par')
or
?par
to search for other graphics parameters (base graphics) you can use to change various things.
Success will depend, as Dave indicated, on how the package author handled the plotting options in rsFit().
-Don
--
2018 Jan 26
0
Help in Plotting in "fArma" Package
> On Jan 26, 2018, at 9:51 AM, MacQueen, Don <macqueen1 at llnl.gov> wrote:
>
> What Dave said, plus here's a hint. Try this example (which uses base graphics):
>
> plot(1:5)
> plot(1:5, cex.lab=2)
>
> Then look at the help page for par
> help('par')
> or
> ?par
> to search for other graphics parameters (base graphics) you can use to
2004 Mar 05
3
Lyapunov exponent code for time series
Dear all,
Has anyone worked on coding for calculating Lyapunov Exponent for a time
series data? or any package is available for computing Lyapunov?
Please advice and many thanks in advance.
Catherine X Wang
2010 Nov 09
0
Qt interfaces to R/ Windows version as well as using PyQT
Is the project on creating R GUIs using QT interfaces still on?
Any plans of using PyQT
Regards
Ajay Ohri
Websites-
http://decisionstats.com
http://dudeofdata.com
Linkedin- www.linkedin.com/in/ajayohri
On Tue, Nov 9, 2010 at 8:33 PM, Kari Ruohonen <kari.ruohonen at utu.fi> wrote:
> Hi,
> I wonder if someone could help. I needed to transfer (copy) a workspace
> file that
2006 Jul 21
0
tsDyn and RTisean packages on CRAN
Dear R users,
I've just uploaded 2 packages on CRAN, RTisean and tsDyn, both for time
series analysis (joint research projects with members of the Statistics
Department, University of Udine). Brief descriptions follow.
RTisean is an R interface to TISEAN executables
(http://www.mpipks-dresden.mpg.de/~tisean/). TISEAN is a suite of C
and Fortran routines for nonlinear time series analysis,
2006 Jul 21
0
tsDyn and RTisean packages on CRAN
Dear R users,
I've just uploaded 2 packages on CRAN, RTisean and tsDyn, both for time
series analysis (joint research projects with members of the Statistics
Department, University of Udine). Brief descriptions follow.
RTisean is an R interface to TISEAN executables
(http://www.mpipks-dresden.mpg.de/~tisean/). TISEAN is a suite of C
and Fortran routines for nonlinear time series analysis,
2012 Jan 17
0
RTisean generating multivariate surrogates;
I have a question on generating multivariate time series surrogates
using the "surrogates" function in the RTisean library.
The surrogate data matrices are always much shorter than the input matrices.
FYI, I'm using R version 2.12.2 on Windows XP
RTisean library v 3.0.14
Tisean algorithms v 3.0.13
Creating a surrogate univariate time series returns a time series with
the