Abstract. 1 Introduction

Size: px
Start display at page:

Download "Abstract. 1 Introduction"

Transcription

1 Time Series Analysis: Mandelbrot Theory at work in Economics M. F. Guiducci and M. I. Loflredo Dipartimento di Matematica, Universita di Siena, Siena, Italy Abstract The consequences of the Gaussian hypothesis, which leads to the Efficient Market Hypothesis, are investigated in the framework of time teries tnalysis in economics. The validity of an alternative model, based on Mandelbrot theory, is discussed using the Rescaled Range technique. Hurst exponents related to the underlying fractional Brownian motion are evaluated. 1 Introduction Representing time series for financial markets as non-linear dynamical systems with many degrees of freedom, within the framework of the theory of chaos and fractionals, can be traced back to papers published by Mandelbrot [1,2]. Starting from the discrepancy between the natural consequences of the Efficient Market Hypothesis and the real behavior of financial time series, he took into account a wider choice of underlying probability spaces whose distribution functions could be possible candidates to describe real data. In particular, the description based on fractional Brownian motion is taken as an acceptable alternative. The use of fractional noise can be considered as a generalization of the usual description based on pure Brownian motion and is based mostly on a property of scale invariance of the distributions of returns. This property is typical of fractional objects in nature and is widely used in the study of percolative and aggregation phenomena in complex systems, such as

2 194 Innovation In Mathematics phase transitions, when intrinsic scales of length cease to exist. In economics this is the basis of so-called Fractal Market Analysis [3]. The application of Mandelbrot's theory to the analysis of real data in economics is the subject of this paper. In particular, we consider the frequency distributions of the (normalized) log-returns from the daily close prices of some stocks. The analysis was made possible using the Mathematica statistics package, analytical capabilities and graphics facilities. The purpose of this paper is two-fold. First, through an empirical analysis, we check and confirm the disagreement between the statistical distribution of real data and the consequences of the Gaussian hypothesis. Secondly, and along the path traced by Mandelbrot, we carry on a more theoretical analysis, by taking into account alternative forms for the underlying probability distribution. In particular, and as suggested in [1] (see also [4]), we consider the distribution functions belonging to the Pareto-Levy family, which can be proved to be related to the previously mentioned fractional Brownian motion. The validity of such a model as a possible candidate that could fit the observed behavior has been checked through the so-called Rescaled Range analysis. This can be considered the equivalent of the renormalization group technique widely used in physics, both being strongly based on the scale invariance property of the system. Our R/S analysis indicates that the time series which we consider have a fractal nature, with a Hurst exponent between 0.5 and 1.0. They are characterized by persistency, self-similarity properties and long-memory effects. 2 Comparison with the Gaussian Hypothesis Based on the Gaussian Hypothesis, which underlies the Efficient Market Hypothesis, markets are considered to be described by random walks with asymptotic normal distributions. Consequently, it is impossible to identify trends and cycles. This hypothesis has been checked by the authors (see also [4]) by considering the normalized log-returns from the daily closing prices of two stocks, Fiat and General!, from January 1973 to December 1995 (about six thousand data points). lfp(f) is the stock price at time t, and dt is a small time interval, the log-return u(f) is given by ii(0 = Log[p(t + do] - LogJXOl = Log[p(f + do/xol A first comparison of the empirical frequency distribution of the data and the Normal distribution shows that the data do not follow the theoretically prescribed random walk. In particular (see [5] for details) it can be shown that the distribution has fat tails: the probability of large standardised log-returns is much higher than would be expected from a Normal distribution. Also, this kind of discrepancy is independent of the particular scale involved: samples of data corresponding to different time scales, all show the same kind of behavior. The existence of fat tails can be demonstrated by measuring the characteristic exponent a, which is such that asymptotically, P(w > U) - If,

3 Innovation In Mathematics 195 where u is a random variable and [/is a given value of u. \< a < 2 corresponds (asymptotically) to a probability distribution which belongs to the Pareto-Levy family, with the limiting case a =2 for a Normal distribution [1]. A log-log plot of the experimental frequencies for large values of U, it is possible to obtain an estimate of the exponent a. See [4, 5] for details ofthemathematica program. The values of a obtained for Fiat were in the range [1.799, 1.825], while for General! the values were in the range [1.751, 1.786], the limits depending on the existence of left and right tails. Asymptotically, the sequential mean converges to zero and the standard deviation behaves discontinuously and does not converge [3, 5]. This indicates that the variance is infinite and, even if the appropriate random variables are independent and identically distributed, they can converge to another member of a family of Pareto-Levy distributions which does not necessarily correspond to a Normal distribution. These results together suggest that the underlying dynamical system appears to be only locally chaotic but shows global properties of self-similarity, which is a characteristic behavior of fractal objects. Also, the Normal distribution does not seem to be the most suitable one to model the real behaviour of economic time series. 3 Fractional Brownian Motion All the results described to this point indicate the necessity of enlarging the possible underlying probability distributions in order to describe real data. In particular the values of the coefficient a suggest considering generalizations of the usual Brownian motion as the mathematical model for our system. Following Mandelbrot [1], we define fractional Brownian motion through the following generalization of the usual 0.5 power law for an average displacement X(t\ \ X(t + df) - X(f)\ - dtf,where the Hurst exponent H in the range (0, 1), a value of//#1/2 corresponding to a member of the Pareto-Levy family of distributions with a * 2, Such a distribution is not Normal. See Maeder [6] for amathematica program for generating fractional Brownian motion. An estimate of the Hurst exponent can be obtained using rescaled range analysis [3]. This technique has been introduced in order to distinguish random from fractal time series, to recognize persistence of trends, existence of cycles, etc. Roughly speaking, the R/S analysis gives an estimate of the average displacement that the system covers, rescaled by the local standard deviation of the interval of time considered. Consequently this gives an estimate of the Hurst exponent. In the following section, we explain the details of this technique and give & Mathematica program to implement the R/S analysis and

4 196 Innovation In Mathematics evaluate the Hurst exponent. 4 Hurst Exponent and R/S Analysis For a given time series X, representing Z+l consecutive stock prices, we take the following steps: convert the series into a log-returns series of length L ; divide the time interval in a contiguous subintervals of length n, with a = Z/%; for all sublists of length n evaluate all the partial sums and the range properly reseated by the local standard deviation; finally evaluate the average value for the rescaled range for different values of n, until n=l/2\ calculate the Hurst exponent byfindingthe slope of a Log-Log plot. In the following Mathematica program the Hurst exponents have been evaluated in two different ways: using the Interpolation and Fit functions. In Figure 1 and Figure 2, we compare the results obtained for the Hurst exponents for Fiat and Generali, together with the corresponding Log-Log plots. «"Statistics'DescriptiveStatistics'" «"Graphics 'Graphics" " «"Statistics 'NonLinearFit * " DatiF=ReadList["newfiat",Number]; DatiG=ReadList["newgeneral",Number]; FIAT=Drop[N[Log[Drop[DatiF,-16] ] ], 1] - Drop[ N[Log[Drop[DatiF,-16]]],-!]/ GENERALI=Drop[N[Log[Drop[DatiG,-16]]],!] - Drop[N[Log[Drop[DatiG,-16]]],-!] ; L=Length[FIAT] ; Index=Drop[Drop[Divisors[L],7],-1]; SL[y_, n_] := Partition[y, n]; RR[x_List] := Module[{xStar = Drop[FoldList[Plus,0, x-mean[x]],1], SD, RR}, SD = StandardDeviation[x]/ RR = N[(Max[xStar] - Min[xStar])/SD]; RR] Hurst[x_List] := Module!{Hurst,H2}, Hurst = Map[{#,Mean[Table[RR[SL[x,#][[!]]], {1, L/#}]]}&, Index]; Hurst] HFIAT = Hurst [FIAT] ; HGENERALI = Hurst[GENERALI];

5 Innovation In Mathematics 197 EXP[data_List] := Module[{HI, H2, graph}, HH = Interpolation[data]; HH[y]; TF = Fit[Log[data], (1, x}, x] ; TTF = Exp[TF /. x -> Log[x]]; HI = Mean[Table[N[Log[HH[y]]/Log[y]], {y, 100, 3000, 10}]]; H2 = D[TF, x] ; graph = DisplayTogether[LogLogListPlot[data], LogLogPlot[HH[y], {y, 10, 3000}]; LogLogPlot[TTF, {x, 10, 3000}]]; {HI, H2, graph} ] EXP[HFIAT] { , ,-Graphics-} Figure 1: Hurst Exponents and Log-Log Plots for FIAT EXP[HGENERALI] { , ,-Graphics- Figure 2: Hurst Exponents and Log-Log Plots for GENERALI

6 198 Innovation In Mathematics The validity of the program can be tested in [6], generating, by random additions, a fractional Brownian motion. For f Bm [1,6001,0.56] as input, which is a fractional Brownian motion in one dimension with 6001 data and Hurst exponent 0.56, we obtained H= H= was obtained in [6]. This result seems to verify the correctness of our program. The values of H found for the stocks under investigation are in the range (0.50,1). Consequently these values seem to correspond, within the Fractal Market Hypothesis, to time series characterized by persistency, self-similarity properties and long-memory effects. By comparing them with the range of values for the exponent a reported in the previous section, the relationship a~\ih, which can be proved theoretically, is consistent our results. 5 Conclusions and Outlook Economic time series consisting of six thousand real data points have been analyzed within the framework of Mandelbrot theory, comparing the results with those expected from use of the Gaussian hypothesis. This is one step in the direction of a full comprehension of the theory of the Fractal Market and its successful application to real data. Mathematica proved to be an essential tool in this kind of analysis. Indeed, the minimum number of data points acceptable in order to obtain a realistic check on the existence of the fractal nature of economic series has recently been examined. Writing fast and accurate Mathematica programs is highly desirable for this purpose. A different approach, based on the analysis of signals and time series using the technique based on wavelets, will be the subject of future work in order to obtain a deeper comprehension of this phenomenon. There will be particular emphasis on the recognition of trends and nonperiodic cycles. One of us (M.F.G.) would like to acknowledge the Italian Monte dei Paschi di Siena for financial support and Astrea, in Altopascio, Italy, for allowing the access to the data. 6 References [1] Mandelbrot, B. The Variation of Certain Speculative Prices, The Journal of Business, 1963, 36, [2] Mirowsky, P. From Mandelbrot to Chaos in Economic Theory, Southern Economic Journal, 1990, 57, [3] Peters, E. Fractal Market Analysis, John Wiley & Sons, New-York, [4] Korsan, R. Fractals and Time Series Analysis, Mathematica Journal, 1995, 3/1, [5] Guiducci, M.F. & Loffredo, M.I. Analisi di Dati di Serie Temporali in Economia: Applicazione della Teoria di Mandelbrot, Report #310, Dipartimento di Matematica, Universita di Siena, 1996 [6] Maeder, R Fractional Brownian Motion, Mathematica Journal, 1995, 6/1,

Fractals. Mandelbrot defines a fractal set as one in which the fractal dimension is strictly greater than the topological dimension.

Fractals. Mandelbrot defines a fractal set as one in which the fractal dimension is strictly greater than the topological dimension. Fractals Fractals are unusual, imperfectly defined, mathematical objects that observe self-similarity, that the parts are somehow self-similar to the whole. This self-similarity process implies that fractals

More information

A Different Statistic for the Management of Portfolios - the Hurst Exponent: Persistent, Antipersistent or Random Time Series?

A Different Statistic for the Management of Portfolios - the Hurst Exponent: Persistent, Antipersistent or Random Time Series? A Different Statistic for the Management of Portfolios - the Hurst Exponent: Persistent, Antipersistent or Random Time Series? Ana-Maria CALOMFIR (METESCU) 1 Abstract In recent years, research in the capital

More information

Economy and Application of Chaos Theory

Economy and Application of Chaos Theory Economy and Application of Chaos Theory 1. Introduction The theory of chaos came into being in solution of technical problems, where it describes the behaviour of nonlinear systems that have some hidden

More information

arxiv: v1 [q-fin.st] 1 Feb 2016

arxiv: v1 [q-fin.st] 1 Feb 2016 How to improve accuracy for DFA technique Alessandro Stringhi, Silvia Figini Department of Physics, University of Pavia, Italy Department of Statistics and Applied Economics, University of Pavia, Italy

More information

A RANDOMNESS TEST FOR FINANCIAL TIME SERIES *

A RANDOMNESS TEST FOR FINANCIAL TIME SERIES * A RANDOMNESS TEST FOR FINANCIAL TIME SERIES * WISTON ADRIÁN RISSO ABSTRACT A randomness test is generated using tools from symbolic dynamics, and the theory of communication. The new thing is that neither

More information

Scaling, Self-Similarity and Multifractality in FX Markets

Scaling, Self-Similarity and Multifractality in FX Markets Working Paper Series National Centre of Competence in Research Financial Valuation and Risk Management Working Paper No. 41 Scaling, Self-Similarity and Multifractality in FX Markets Ramazan Gençay Zhaoxia

More information

arxiv:cond-mat/ v1 [cond-mat.dis-nn] 18 Feb 2004 Diego Garlaschelli a,b and Maria I. Loffredo b,c

arxiv:cond-mat/ v1 [cond-mat.dis-nn] 18 Feb 2004 Diego Garlaschelli a,b and Maria I. Loffredo b,c Wealth Dynamics on Complex Networks arxiv:cond-mat/0402466v1 [cond-mat.dis-nn] 18 Feb 2004 Diego Garlaschelli a,b and Maria I. Loffredo b,c a Dipartimento di Fisica, Università di Siena, Via Roma 56, 53100

More information

Chaos in GDP. Abstract

Chaos in GDP. Abstract Chaos in GDP R. Kříž Abstract This paper presents an analysis of GDP and finds chaos in GDP. I tried to find a nonlinear lower-dimensional discrete dynamic macroeconomic model that would characterize GDP.

More information

MULTIFRACTAL BEHAVIOUR IN OIL PRICES BY USING MF-DFA AND WTMM METHODS

MULTIFRACTAL BEHAVIOUR IN OIL PRICES BY USING MF-DFA AND WTMM METHODS MULTIFRACTAL BEHAVIOUR IN OIL PRICES BY USING MF-DFA AND WTMM METHODS Kemal Ayten Experian and Yeditepe University Title : Business Development Manager, Credit Bureau and Phd Candidate E-mail: kemal.ayten@experian.com

More information

Intermittency, Fractals, and β-model

Intermittency, Fractals, and β-model Intermittency, Fractals, and β-model Lecture by Prof. P. H. Diamond, note by Rongjie Hong I. INTRODUCTION An essential assumption of Kolmogorov 1941 theory is that eddies of any generation are space filling

More information

Rescaled Range Analysis of L-function zeros and Prime Number distribution

Rescaled Range Analysis of L-function zeros and Prime Number distribution Rescaled Range Analysis of L-function zeros and Prime Number distribution O. Shanker Hewlett Packard Company, 16399 W Bernardo Dr., San Diego, CA 92130, U. S. A. oshanker@gmail.com http://

More information

Asymptotic distribution of the sample average value-at-risk

Asymptotic distribution of the sample average value-at-risk Asymptotic distribution of the sample average value-at-risk Stoyan V. Stoyanov Svetlozar T. Rachev September 3, 7 Abstract In this paper, we prove a result for the asymptotic distribution of the sample

More information

Does k-th Moment Exist?

Does k-th Moment Exist? Does k-th Moment Exist? Hitomi, K. 1 and Y. Nishiyama 2 1 Kyoto Institute of Technology, Japan 2 Institute of Economic Research, Kyoto University, Japan Email: hitomi@kit.ac.jp Keywords: Existence of moments,

More information

A Reflexive toy-model for financial market

A Reflexive toy-model for financial market A Reflexive toy-model for financial market An alternative route towards intermittency. Luigi Palatella Dipartimento di Fisica, Università del Salento via Arnesano, I-73100 Lecce, Italy SM&FT 2011 - The

More information

Detecting Macroeconomic Chaos Juan D. Montoro & Jose V. Paz Department of Applied Economics, Umversidad de Valencia,

Detecting Macroeconomic Chaos Juan D. Montoro & Jose V. Paz Department of Applied Economics, Umversidad de Valencia, Detecting Macroeconomic Chaos Juan D. Montoro & Jose V. Paz Department of Applied Economics, Umversidad de Valencia, Abstract As an alternative to the metric approach, two graphical tests (close returns

More information

ON THE CONVERGENCE OF FARIMA SEQUENCE TO FRACTIONAL GAUSSIAN NOISE. Joo-Mok Kim* 1. Introduction

ON THE CONVERGENCE OF FARIMA SEQUENCE TO FRACTIONAL GAUSSIAN NOISE. Joo-Mok Kim* 1. Introduction JOURNAL OF THE CHUNGCHEONG MATHEMATICAL SOCIETY Volume 26, No. 2, May 2013 ON THE CONVERGENCE OF FARIMA SEQUENCE TO FRACTIONAL GAUSSIAN NOISE Joo-Mok Kim* Abstract. We consider fractional Gussian noise

More information

Multifractal Analysis and Local Hoelder Exponents Approach to Detecting Stock Markets Crashes

Multifractal Analysis and Local Hoelder Exponents Approach to Detecting Stock Markets Crashes Multifractal Analysis and Local Hoelder Exponents Approach to Detecting Stock Markets Crashes I. A. Agaev 1, Yu. A. Kuperin 2 1 Division of Computational Physics, Saint-Petersburg State University 198504,Ulyanovskaya

More information

Random walks, Brownian motion, and percolation

Random walks, Brownian motion, and percolation Random walks, Brownian motion, and percolation Martin Barlow 1 Department of Mathematics, University of British Columbia PITP, St Johns College, January 14th, 2015 Two models in probability theory In this

More information

Fractal evidences in wind speed time series

Fractal evidences in wind speed time series Fractal evidences in wind speed time series Luigi Fortuna and Silvia Nunnari Dipartimento di Ingegneria Elettrica, Elettronica ed Informatica Universita degli Studi di Catania Viale A. Doria, 6, 95125

More information

Lesson 8: Testing for IID Hypothesis with the correlogram

Lesson 8: Testing for IID Hypothesis with the correlogram Lesson 8: Testing for IID Hypothesis with the correlogram Dipartimento di Ingegneria e Scienze dell Informazione e Matematica Università dell Aquila, umberto.triacca@ec.univaq.it Testing for i.i.d. Hypothesis

More information

arxiv:physics/ v1 31 Aug 2006

arxiv:physics/ v1 31 Aug 2006 Detrending Moving Average variance: a derivation of the scaling law Sergio Arianos and Anna Carbone Dipartimento di Fisica, Politecnico di Torino, arxiv:physics/060833 v 3 Aug 2006 Corso Duca degli Abruzzi

More information

LONG TERM DEPENDENCE IN STOCK RETURNS

LONG TERM DEPENDENCE IN STOCK RETURNS LONG TERM DEPENDENCE IN STOCK RETURNS John T. Barkoulas Department of Economics Boston College Christopher F. Baum Department of Economics Boston College Keywords: Stock returns, long memory, fractal dynamics,

More information

A Comparison of Fractal Dimension Algorithms by Hurst Exponent using Gold Price Time Series

A Comparison of Fractal Dimension Algorithms by Hurst Exponent using Gold Price Time Series ISS: 3-9653; IC Value: 45.98; SJ Impact Factor: 6.887 Volume 6 Issue II, February 08- Available at www.ijraset.com A Comparison of Fractal Dimension Algorithms by Hurst Exponent using Gold Price Time Series

More information

Network Traffic Characteristic

Network Traffic Characteristic Network Traffic Characteristic Hojun Lee hlee02@purros.poly.edu 5/24/2002 EL938-Project 1 Outline Motivation What is self-similarity? Behavior of Ethernet traffic Behavior of WAN traffic Behavior of WWW

More information

Determining and Forecasting High-Frequency Value-at-Risk by Using Lévy Processes

Determining and Forecasting High-Frequency Value-at-Risk by Using Lévy Processes Determining and Forecasting High-Frequency Value-at-Risk by Using Lévy Processes W ei Sun 1, Svetlozar Rachev 1,2, F rank J. F abozzi 3 1 Institute of Statistics and Mathematical Economics, University

More information

arxiv: v1 [q-fin.st] 5 Apr 2007

arxiv: v1 [q-fin.st] 5 Apr 2007 Stock market return distributions: from past to present S. Drożdż 1,2, M. Forczek 1, J. Kwapień 1, P. Oświȩcimka 1, R. Rak 2 arxiv:0704.0664v1 [q-fin.st] 5 Apr 2007 1 Institute of Nuclear Physics, Polish

More information

MULTIFRACTALBEHAVIOURINNATURALGASPRICESBYUSINGMF-DFAANDWTMMMETHODS

MULTIFRACTALBEHAVIOURINNATURALGASPRICESBYUSINGMF-DFAANDWTMMMETHODS Global Journal of Management and Business Research Finance Volume 13 Issue 11 Version 1.0 Year 2013 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals Inc. (USA)

More information

arxiv:cond-mat/ v1 [cond-mat.stat-mech] 15 Feb 1999

arxiv:cond-mat/ v1 [cond-mat.stat-mech] 15 Feb 1999 Fractional Brownian Motion Approximation arxiv:cond-mat/9902209v1 [cond-mat.stat-mech] 15 Feb 1999 Based on Fractional Integration of a White Noise A. V. Chechkin and V. Yu. Gonchar Institute for Theoretical

More information

The Local Fractal Properties of the Financial Time Series on the Polish Stock Exchange Market

The Local Fractal Properties of the Financial Time Series on the Polish Stock Exchange Market The Local Fractal Properties of the Financial Time Series on the Polish Stock Exchange Market arxiv:0708.0353v1 [q-fin.st] 2 Aug 2007 Dariusz Grech and Grzegorz Pamu la Institute of Theoretical Physics

More information

Business Statistics. Lecture 10: Course Review

Business Statistics. Lecture 10: Course Review Business Statistics Lecture 10: Course Review 1 Descriptive Statistics for Continuous Data Numerical Summaries Location: mean, median Spread or variability: variance, standard deviation, range, percentiles,

More information

A simple nonparametric test for structural change in joint tail probabilities SFB 823. Discussion Paper. Walter Krämer, Maarten van Kampen

A simple nonparametric test for structural change in joint tail probabilities SFB 823. Discussion Paper. Walter Krämer, Maarten van Kampen SFB 823 A simple nonparametric test for structural change in joint tail probabilities Discussion Paper Walter Krämer, Maarten van Kampen Nr. 4/2009 A simple nonparametric test for structural change in

More information

Lecture 25: Large Steps and Long Waiting Times

Lecture 25: Large Steps and Long Waiting Times Lecture 25: Large Steps and Long Waiting Times Scribe: Geraint Jones (and Martin Z. Bazant) Department of Economics, MIT Proofreader: Sahand Jamal Rahi Department of Physics, MIT scribed: May 10, 2005,

More information

Estimation of the long Memory parameter using an Infinite Source Poisson model applied to transmission rate measurements

Estimation of the long Memory parameter using an Infinite Source Poisson model applied to transmission rate measurements of the long Memory parameter using an Infinite Source Poisson model applied to transmission rate measurements François Roueff Ecole Nat. Sup. des Télécommunications 46 rue Barrault, 75634 Paris cedex 13,

More information

ANALYSIS OF THE MIB30 BASKET IN THE PERIOD BY FUNCTIONAL PC S

ANALYSIS OF THE MIB30 BASKET IN THE PERIOD BY FUNCTIONAL PC S COMPSTAT 2004 Symposium c Physica-Verlag/Springer 2004 ANALYSIS OF THE MIB30 BASKET IN THE PERIOD 2000-2002 BY FUNCTIONAL PC S Damiana G. Costanzo and Salvatore Ingrassia Key words: Functional data, principal

More information

Lecture 3: From Random Walks to Continuum Diffusion

Lecture 3: From Random Walks to Continuum Diffusion Lecture 3: From Random Walks to Continuum Diffusion Martin Z. Bazant Department of Mathematics, MIT February 3, 6 Overview In the previous lecture (by Prof. Yip), we discussed how individual particles

More information

Exploring regularities and self-similarity in Internet traffic

Exploring regularities and self-similarity in Internet traffic Exploring regularities and self-similarity in Internet traffic FRANCESCO PALMIERI and UGO FIORE Centro Servizi Didattico Scientifico Università degli studi di Napoli Federico II Complesso Universitario

More information

Tail dependence in bivariate skew-normal and skew-t distributions

Tail dependence in bivariate skew-normal and skew-t distributions Tail dependence in bivariate skew-normal and skew-t distributions Paola Bortot Department of Statistical Sciences - University of Bologna paola.bortot@unibo.it Abstract: Quantifying dependence between

More information

A RANDOMNESS TEST FOR FINANCIAL TIME SERIES

A RANDOMNESS TEST FOR FINANCIAL TIME SERIES A RANDOMNESS TEST FOR FINANCIAL TIME SERIES W Adrián Risso * Abstract A randomness test is generated using tools from symbolic dynamics, and the theory of communication The new thing is that neither normal

More information

Jérôme Fillol MODEM CNRS. Abstract

Jérôme Fillol MODEM CNRS. Abstract Multifractality: Theory and Evidence an Application to the French Stock Market Jérôme Fillol MODEM CNRS Abstract This article presents the basics of multifractal modelling and shows the multifractal properties

More information

On The Behavior of Malaysian Equities: Fractal Analysis Approach

On The Behavior of Malaysian Equities: Fractal Analysis Approach On The Quarterly Behavior Journal of Malaysian of Quantitative Equities: Economics, Spring 2015, 12(1): 1-18 1 On The Behavior of Malaysian Equities: Fractal Analysis Approach Alireza Bahiraie (PhD) and

More information

Summary statistics. G.S. Questa, L. Trapani. MSc Induction - Summary statistics 1

Summary statistics. G.S. Questa, L. Trapani. MSc Induction - Summary statistics 1 Summary statistics 1. Visualize data 2. Mean, median, mode and percentiles, variance, standard deviation 3. Frequency distribution. Skewness 4. Covariance and correlation 5. Autocorrelation MSc Induction

More information

An Evaluation of Errors in Energy Forecasts by the SARFIMA Model

An Evaluation of Errors in Energy Forecasts by the SARFIMA Model American Review of Mathematics and Statistics, Vol. 1 No. 1, December 13 17 An Evaluation of Errors in Energy Forecasts by the SARFIMA Model Leila Sakhabakhsh 1 Abstract Forecasting is tricky business.

More information

Lesson 4: Stationary stochastic processes

Lesson 4: Stationary stochastic processes Dipartimento di Ingegneria e Scienze dell Informazione e Matematica Università dell Aquila, umberto.triacca@univaq.it Stationary stochastic processes Stationarity is a rather intuitive concept, it means

More information

Chapter Introduction

Chapter Introduction Chapter 4 4.1. Introduction Time series analysis approach for analyzing and understanding real world problems such as climatic and financial data is quite popular in the scientific world (Addison (2002),

More information

Complex Systems Methods 11. Power laws an indicator of complexity?

Complex Systems Methods 11. Power laws an indicator of complexity? Complex Systems Methods 11. Power laws an indicator of complexity? Eckehard Olbrich e.olbrich@gmx.de http://personal-homepages.mis.mpg.de/olbrich/complex systems.html Potsdam WS 2007/08 Olbrich (Leipzig)

More information

Stochastic Integration and Stochastic Differential Equations: a gentle introduction

Stochastic Integration and Stochastic Differential Equations: a gentle introduction Stochastic Integration and Stochastic Differential Equations: a gentle introduction Oleg Makhnin New Mexico Tech Dept. of Mathematics October 26, 27 Intro: why Stochastic? Brownian Motion/ Wiener process

More information

Scaling invariant distributions of firms exit in OECD countries

Scaling invariant distributions of firms exit in OECD countries Scaling invariant distributions of firms exit in OECD countries Corrado Di Guilmi a Mauro Gallegati a Paul Ormerod b a Department of Economics, University of Ancona, Piaz.le Martelli 8, I-62100 Ancona,

More information

Dmitri Kartofelev, PhD. Tallinn University of Technology, School of Science, Department of Cybernetics, Laboratory of Solid Mechanics

Dmitri Kartofelev, PhD. Tallinn University of Technology, School of Science, Department of Cybernetics, Laboratory of Solid Mechanics Lecture 14: Fractals and fractal geometry, coastline paradox, spectral characteristics of dynamical systems, 1-D complex valued maps, Mandelbrot set and nonlinear dynamical systems, introduction to application

More information

Dmitri Kartofelev, PhD. Tallinn University of Technology, School of Science, Department of Cybernetics, Laboratory of Solid Mechanics.

Dmitri Kartofelev, PhD. Tallinn University of Technology, School of Science, Department of Cybernetics, Laboratory of Solid Mechanics. Lecture 15: Fractals and fractal geometry, coastline paradox, spectral characteristics of dynamical systems, 1-D complex valued maps, Mandelbrot set and nonlinear dynamical systems, introduction to application

More information

Article. Chaotic analysis of predictability versus knowledge discovery techniques: case study of the Polish stock market

Article. Chaotic analysis of predictability versus knowledge discovery techniques: case study of the Polish stock market Article Chaotic analysis of predictability versus knowledge discovery techniques: case study of the Polish stock market Se-Hak Chun, 1 Kyoung-Jae Kim 2 and Steven H. Kim 3 (1) Hallym University, 1 Okchon-Dong,

More information

Fractal Analysis on Human Behaviors Dynamics

Fractal Analysis on Human Behaviors Dynamics Fractal Analysis on Human Behaviors Dynamics Chao Fan 1,*, Jin-Li Guo 1,, Yi-Long Zha 2 1. Business School, University of Shanghai for Science and Technology, Shanghai, 200093, PR China 2. Web Sciences

More information

Non-Parametric Weighted Tests for Change in Distribution Function

Non-Parametric Weighted Tests for Change in Distribution Function American Journal of Mathematics Statistics 03, 3(3: 57-65 DOI: 0.593/j.ajms.030303.09 Non-Parametric Weighted Tests for Change in Distribution Function Abd-Elnaser S. Abd-Rabou *, Ahmed M. Gad Statistics

More information

Stochastic Processes

Stochastic Processes Stochastic Processes Stochastic Process Non Formal Definition: Non formal: A stochastic process (random process) is the opposite of a deterministic process such as one defined by a differential equation.

More information

If we want to analyze experimental or simulated data we might encounter the following tasks:

If we want to analyze experimental or simulated data we might encounter the following tasks: Chapter 1 Introduction If we want to analyze experimental or simulated data we might encounter the following tasks: Characterization of the source of the signal and diagnosis Studying dependencies Prediction

More information

6.207/14.15: Networks Lecture 12: Generalized Random Graphs

6.207/14.15: Networks Lecture 12: Generalized Random Graphs 6.207/14.15: Networks Lecture 12: Generalized Random Graphs 1 Outline Small-world model Growing random networks Power-law degree distributions: Rich-Get-Richer effects Models: Uniform attachment model

More information

Trend and long-run relations in electricity prices

Trend and long-run relations in electricity prices Trend and long-run relations in electricity prices Why pre-filtering is inevitable Matteo Pelagatti 2 jointly with A. Gianfreda 1 L. Parisio 2 P. Maranzano 2 1 Free University of Bozen 2 University of

More information

Distribution-Free Monitoring of Univariate Processes. Peihua Qiu 1 and Zhonghua Li 1,2. Abstract

Distribution-Free Monitoring of Univariate Processes. Peihua Qiu 1 and Zhonghua Li 1,2. Abstract Distribution-Free Monitoring of Univariate Processes Peihua Qiu 1 and Zhonghua Li 1,2 1 School of Statistics, University of Minnesota, USA 2 LPMC and Department of Statistics, Nankai University, China

More information

Shape of the return probability density function and extreme value statistics

Shape of the return probability density function and extreme value statistics Shape of the return probability density function and extreme value statistics 13/09/03 Int. Workshop on Risk and Regulation, Budapest Overview I aim to elucidate a relation between one field of research

More information

Self-similarity of high-frequency USD-DEM exchange rates

Self-similarity of high-frequency USD-DEM exchange rates Appeared in Proc. of First Int. Conf. on High Frequency Data in Finance, Zürich, March, 1995 Self-similarity of high-frequency USD-DEM exchange rates Carl J.G. Evertsz Center for Complex Systems and Visualization,

More information

Scaling properties of fine resolution point rainfall and inferences for its stochastic modelling

Scaling properties of fine resolution point rainfall and inferences for its stochastic modelling European Geosciences Union General Assembly 7 Vienna, Austria, 5 April 7 Session NP.: Geophysical extremes: Scaling aspects and modern statistical approaches Scaling properties of fine resolution point

More information

Lecture 3 Partial Differential Equations

Lecture 3 Partial Differential Equations Lecture 3 Partial Differential Equations Prof. Massimo Guidolin Prep Course in Investments August-September 2016 Plan of the lecture Motivation and generalities The heat equation and its applications in

More information

Least Squares Estimators for Stochastic Differential Equations Driven by Small Lévy Noises

Least Squares Estimators for Stochastic Differential Equations Driven by Small Lévy Noises Least Squares Estimators for Stochastic Differential Equations Driven by Small Lévy Noises Hongwei Long* Department of Mathematical Sciences, Florida Atlantic University, Boca Raton Florida 33431-991,

More information

Quantitative Methods in High-Frequency Financial Econometrics:Modeling Univariate and Multivariate Time Series

Quantitative Methods in High-Frequency Financial Econometrics:Modeling Univariate and Multivariate Time Series Quantitative Methods in High-Frequency Financial Econometrics:Modeling Univariate and Multivariate Time Series W ei Sun Institute of Statistics and Mathematical Economics, University of Karlsruhe, Germany

More information

Change Point Analysis of Extreme Values

Change Point Analysis of Extreme Values Change Point Analysis of Extreme Values TIES 2008 p. 1/? Change Point Analysis of Extreme Values Goedele Dierckx Economische Hogeschool Sint Aloysius, Brussels, Belgium e-mail: goedele.dierckx@hubrussel.be

More information

CHAOS THEORY AND EXCHANGE RATE PROBLEM

CHAOS THEORY AND EXCHANGE RATE PROBLEM CHAOS THEORY AND EXCHANGE RATE PROBLEM Yrd. Doç. Dr TURHAN KARAGULER Beykent Universitesi, Yönetim Bilişim Sistemleri Bölümü 34900 Büyükçekmece- Istanbul Tel.: (212) 872 6437 Fax: (212)8722489 e-mail:

More information

Complex Systems. Shlomo Havlin. Content:

Complex Systems. Shlomo Havlin. Content: Complex Systems Content: Shlomo Havlin 1. Fractals: Fractals in Nature, mathematical fractals, selfsimilarity, scaling laws, relation to chaos, multifractals. 2. Percolation: phase transition, critical

More information

Available online at ScienceDirect. Procedia Computer Science 55 (2015 )

Available online at  ScienceDirect. Procedia Computer Science 55 (2015 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 55 (2015 ) 485 492 Information Technology and Quantitative Management (ITQM 2015) A New Data Transformation Method and

More information

Functional principal component analysis of financial time series

Functional principal component analysis of financial time series Vichi M., Monari P., Mignani S., Montanari A. (Eds.) New Developments in Classification and Data Analysis Springer-Verlag, Berlin, 2005, 351-358 Functional principal component analysis of financial time

More information

Potentials of Unbalanced Complex Kinetics Observed in Market Time Series

Potentials of Unbalanced Complex Kinetics Observed in Market Time Series Potentials of Unbalanced Complex Kinetics Observed in Market Time Series Misako Takayasu 1, Takayuki Mizuno 1 and Hideki Takayasu 2 1 Department of Computational Intelligence & Systems Science, Interdisciplinary

More information

Statistical Properties o[ Multivariate Fractional Noise Processes

Statistical Properties o[ Multivariate Fractional Noise Processes VOL. 7, NO. 6 WATER RESOURCES RESEARCH DECEMBER 1971 Statistical Properties o[ Multivariate Fractional Noise Processes 1. C. MATALAS U.S. Geological Survey, Washington, D. C. œ0œ œ J. R. WALLIS IBM Research

More information

Multifractal analysis of wind farm power output

Multifractal analysis of wind farm power output 20th International Congress on Modelling and Simulation, Adelaide, Australia, 1 6 December 2013 www.mssanz.org.au/modsim2013 Multifractal analysis of wind farm power output L. McArthur a, S. Mackenzie

More information

6. The econometrics of Financial Markets: Empirical Analysis of Financial Time Series. MA6622, Ernesto Mordecki, CityU, HK, 2006.

6. The econometrics of Financial Markets: Empirical Analysis of Financial Time Series. MA6622, Ernesto Mordecki, CityU, HK, 2006. 6. The econometrics of Financial Markets: Empirical Analysis of Financial Time Series MA6622, Ernesto Mordecki, CityU, HK, 2006. References for Lecture 5: Quantitative Risk Management. A. McNeil, R. Frey,

More information

arxiv:adap-org/ v1 15 Jul 1996

arxiv:adap-org/ v1 15 Jul 1996 Power Laws are Logarithmic Boltzmann Laws Moshe Levy and Sorin Solomon Racah Institute of Physics, Hebrew University, Jerusalem 91904, Israel (8 July 1996) arxiv:adap-org/9607001v1 15 Jul 1996 To appear

More information

Degrees of Freedom in Regression Ensembles

Degrees of Freedom in Regression Ensembles Degrees of Freedom in Regression Ensembles Henry WJ Reeve Gavin Brown University of Manchester - School of Computer Science Kilburn Building, University of Manchester, Oxford Rd, Manchester M13 9PL Abstract.

More information

Financial Econometrics

Financial Econometrics Financial Econometrics Long-run Relationships in Finance Gerald P. Dwyer Trinity College, Dublin January 2016 Outline 1 Long-Run Relationships Review of Nonstationarity in Mean Cointegration Vector Error

More information

Steven Cook University of Wales Swansea. Abstract

Steven Cook University of Wales Swansea. Abstract On the finite sample power of modified Dickey Fuller tests: The role of the initial condition Steven Cook University of Wales Swansea Abstract The relationship between the initial condition of time series

More information

Dynamical Systems and Chaos Part I: Theoretical Techniques. Lecture 4: Discrete systems + Chaos. Ilya Potapov Mathematics Department, TUT Room TD325

Dynamical Systems and Chaos Part I: Theoretical Techniques. Lecture 4: Discrete systems + Chaos. Ilya Potapov Mathematics Department, TUT Room TD325 Dynamical Systems and Chaos Part I: Theoretical Techniques Lecture 4: Discrete systems + Chaos Ilya Potapov Mathematics Department, TUT Room TD325 Discrete maps x n+1 = f(x n ) Discrete time steps. x 0

More information

Stability Analysis and Synthesis for Scalar Linear Systems With a Quantized Feedback

Stability Analysis and Synthesis for Scalar Linear Systems With a Quantized Feedback IEEE TRANSACTIONS ON AUTOMATIC CONTROL, VOL 48, NO 9, SEPTEMBER 2003 1569 Stability Analysis and Synthesis for Scalar Linear Systems With a Quantized Feedback Fabio Fagnani and Sandro Zampieri Abstract

More information

A Modified Fractionally Co-integrated VAR for Predicting Returns

A Modified Fractionally Co-integrated VAR for Predicting Returns A Modified Fractionally Co-integrated VAR for Predicting Returns Xingzhi Yao Marwan Izzeldin Department of Economics, Lancaster University 13 December 215 Yao & Izzeldin (Lancaster University) CFE (215)

More information

From Random Numbers to Monte Carlo. Random Numbers, Random Walks, Diffusion, Monte Carlo integration, and all that

From Random Numbers to Monte Carlo. Random Numbers, Random Walks, Diffusion, Monte Carlo integration, and all that From Random Numbers to Monte Carlo Random Numbers, Random Walks, Diffusion, Monte Carlo integration, and all that Random Walk Through Life Random Walk Through Life If you flip the coin 5 times you will

More information

A simple graphical method to explore tail-dependence in stock-return pairs

A simple graphical method to explore tail-dependence in stock-return pairs A simple graphical method to explore tail-dependence in stock-return pairs Klaus Abberger, University of Konstanz, Germany Abstract: For a bivariate data set the dependence structure can not only be measured

More information

AGRICULTURAL FUTURES PRICES AND LONG MEMORY PROCESSES. Anning Wei and Raymond M. Leuthold

AGRICULTURAL FUTURES PRICES AND LONG MEMORY PROCESSES. Anning Wei and Raymond M. Leuthold AGRICULTURAL FUTURES PRICES AND LONG MEMORY PROCESSES Anning Wei and Raymond M. Leuthold Mark R. Manfredo Anning Wei Economist Rabobank International And Raymond M. Leuthold T.A. Hieronymus Professor Department

More information

arxiv:physics/ v1 [physics.soc-ph] 2 Aug 2006

arxiv:physics/ v1 [physics.soc-ph] 2 Aug 2006 Violation of market efficiency in transition economies Boris Podobnik 1, Ivo Grosse 2, Davor Horvatic 3, Plamen Ch Ivanov 4, Timotej Jagric 5, and H.E. Stanley 4 arxiv:physics/0608022v1 [physics.soc-ph]

More information

Algorithms for generating surrogate data for sparsely quantized time series

Algorithms for generating surrogate data for sparsely quantized time series Physica D 231 (2007) 108 115 www.elsevier.com/locate/physd Algorithms for generating surrogate data for sparsely quantized time series Tomoya Suzuki a,, Tohru Ikeguchi b, Masuo Suzuki c a Department of

More information

ECONOMETRICS II, FALL Testing for Unit Roots.

ECONOMETRICS II, FALL Testing for Unit Roots. ECONOMETRICS II, FALL 216 Testing for Unit Roots. In the statistical literature it has long been known that unit root processes behave differently from stable processes. For example in the scalar AR(1)

More information

A NOVEL APPROACH TO THE ESTIMATION OF THE HURST PARAMETER IN SELF-SIMILAR TRAFFIC

A NOVEL APPROACH TO THE ESTIMATION OF THE HURST PARAMETER IN SELF-SIMILAR TRAFFIC Proceedings of IEEE Conference on Local Computer Networks, Tampa, Florida, November 2002 A NOVEL APPROACH TO THE ESTIMATION OF THE HURST PARAMETER IN SELF-SIMILAR TRAFFIC Houssain Kettani and John A. Gubner

More information

2 One-dimensional models in discrete time

2 One-dimensional models in discrete time 2 One-dimensional models in discrete time So far, we have assumed that demographic events happen continuously over time and can thus be written as rates. For many biological species with overlapping generations

More information

Some functional (Hölderian) limit theorems and their applications (II)

Some functional (Hölderian) limit theorems and their applications (II) Some functional (Hölderian) limit theorems and their applications (II) Alfredas Račkauskas Vilnius University Outils Statistiques et Probabilistes pour la Finance Université de Rouen June 1 5, Rouen (Rouen

More information

Nonstationary Time Series:

Nonstationary Time Series: Nonstationary Time Series: Unit Roots Egon Zakrajšek Division of Monetary Affairs Federal Reserve Board Summer School in Financial Mathematics Faculty of Mathematics & Physics University of Ljubljana September

More information

Rank tests for short memory stationarity

Rank tests for short memory stationarity Rank tests for short memory stationarity Pranab K. Sen jointly with Matteo M. Pelagatti University of North Carolina at Chapel Hill Università degli Studi di Milano-Bicocca 50th Anniversary of the Department

More information

Lecture 5: Unit Roots, Cointegration and Error Correction Models The Spurious Regression Problem

Lecture 5: Unit Roots, Cointegration and Error Correction Models The Spurious Regression Problem Lecture 5: Unit Roots, Cointegration and Error Correction Models The Spurious Regression Problem Prof. Massimo Guidolin 20192 Financial Econometrics Winter/Spring 2018 Overview Stochastic vs. deterministic

More information

High Frequency Time Series Analysis using Wavelets

High Frequency Time Series Analysis using Wavelets POSTER 015, PRAGUE MAY 14 1 High Frequency Time Series Analysis using Wavelets Jaroslav SCHÜRRER Masaryk Institute of Advanced Studies, Czech Technical University, Kolejní 637/a, 160 00 Praha, Czech Republic

More information

Scaling and universality in economics: empirical results and theoretical interpretation

Scaling and universality in economics: empirical results and theoretical interpretation Scaling and universality in economics: empirical results and theoretical interpretation H Eugene Stanley and Vasiliki Plerou comment on the paper by Blake LeBaron, on page 621 of this issue, by examining

More information

Quaderni di Dipartimento. Small Sample Properties of Copula-GARCH Modelling: A Monte Carlo Study. Carluccio Bianchi (Università di Pavia)

Quaderni di Dipartimento. Small Sample Properties of Copula-GARCH Modelling: A Monte Carlo Study. Carluccio Bianchi (Università di Pavia) Quaderni di Dipartimento Small Sample Properties of Copula-GARCH Modelling: A Monte Carlo Study Carluccio Bianchi (Università di Pavia) Maria Elena De Giuli (Università di Pavia) Dean Fantazzini (Moscow

More information

Rescaled Range Analysis of Microtremors in the Yun-Chia Area, Taiwan

Rescaled Range Analysis of Microtremors in the Yun-Chia Area, Taiwan TAO, Vol. 17, No. 1, 129-138, March 2006 Rescaled Range Analysis of Microtremors in the Yun-Chia Area, Taiwan Young-Fo Chang 1, *, Chien-Chih Chen 2, and Huey-Chu Huang 1 (Manuscript received 26 March

More information

Minarnita Yanti Verawati Bakara* and Bambang Hermanto

Minarnita Yanti Verawati Bakara* and Bambang Hermanto Are South East Asia Countries Capital Markets Characterized by Nonlinear Structures? An Investigation from Indonesia, Philippine and Singapore Capital Market Indices Minarnita Yanti Verawati Bakara* and

More information

Quaderni di Dipartimento. Double route to chaos in an heterogeneous triopoly game. Ahmad Naimzada (Università di Milano-Bicocca)

Quaderni di Dipartimento. Double route to chaos in an heterogeneous triopoly game. Ahmad Naimzada (Università di Milano-Bicocca) Quaderni di Dipartimento Double route to chaos in an heterogeneous triopoly game Ahmad Naimzada (Università di Milano-Bicocca) Fabio Tramontana (Università di Pavia) # 149 (06-11) Dipartimento di economia

More information

Research Article Optimal Portfolio Estimation for Dependent Financial Returns with Generalized Empirical Likelihood

Research Article Optimal Portfolio Estimation for Dependent Financial Returns with Generalized Empirical Likelihood Advances in Decision Sciences Volume 2012, Article ID 973173, 8 pages doi:10.1155/2012/973173 Research Article Optimal Portfolio Estimation for Dependent Financial Returns with Generalized Empirical Likelihood

More information

Scaling properties of fine resolution point rainfall and inferences for its stochastic modelling

Scaling properties of fine resolution point rainfall and inferences for its stochastic modelling European Geosciences Union General Assembly 7 Vienna, Austria, 5 April 7 Session NP3.4: Geophysical extremes: Scaling aspects and modern statistical approaches Scaling properties of fine resolution point

More information

An Improved Brown s Method Applying Fractal Dimension to Forecast the Load in a Computing Cluster for Short Time Series

An Improved Brown s Method Applying Fractal Dimension to Forecast the Load in a Computing Cluster for Short Time Series Indian Journal of Science and Technology, Vol 9(9), DOI: 0.785/ijst/06/v9i9/9909, May 06 ISSN (Print) : 097-686 ISSN (Online) : 097-565 An Improved Brown s Method Applying Fractal Dimension to the Load

More information