315 research outputs found

    Stories from different worlds in the universe of complex systems: A journey through microstructural dynamics and emergent behaviours in the human heart and financial markets

    Get PDF
    A physical system is said to be complex if it exhibits unpredictable structures, patterns or regularities emerging from microstructural dynamics involving a large number of components. The study of complex systems, known as complexity science, is maturing into an independent and multidisciplinary area of research seeking to understand microscopic interactions and macroscopic emergence across a broad spectrum systems, such as the human brain and the economy, by combining specific modelling techniques, data analytics, statistics and computer simulations. In this dissertation we examine two different complex systems, the human heart and financial markets, and present various research projects addressing specific problems in these areas. Cardiac fibrillation is a diffuse pathology in which the periodic planar electrical conduction across the cardiac tissue is disrupted and replaced by fast and disorganised electrical waves. In spite of a century-long history of research, numerous debates and disputes on the mechanisms of cardiac fibrillation are still unresolved while the outcomes of clinical treatments remain far from satisfactory. In this dissertation we use cellular automata and mean-field models to qualitatively replicate the onset and maintenance of cardiac fibrillation from the interactions among neighboring cells and the underlying topology of the cardiac tissue. We use these models to study the transition from paroxysmal to persistent atrial fibrillation, the mechanisms through which the gap-junction enhancer drug Rotigaptide terminates cardiac fibrillation and how focal and circuital drivers of fibrillation may co-exist as projections of transmural electrical activities. Financial markets are hubs in which heterogeneous participants, such as humans and algorithms, adopt different strategic behaviors to exchange financial assets. In recent decades the widespread adoption of algorithmic trading, the electronification of financial transactions, the increased competition among trading venues and the use of sophisticated financial instruments drove the transformation of financial markets into a global and interconnected complex system. In this thesis we introduce agent-based and state-space models to describe specific microstructural dynamics in the stock and foreign exchange markets. We use these models to replicate the emergence of cross-currency correlations from the interactions between heterogeneous participants in the currency market and to disentangle the relationships between price fluctuations, market liquidity and demand/supply imbalances in the stock market.Open Acces

    Market potential dynamics in innovation diffusion: modelling the synergy between two driving forces.

    Get PDF
    The presence of a slowdown in new products' life cycle has recently received notable attention from many innovation diffusion scholars, who have tried to explain and model it on a typical dual-market hypothesis (early market-main market). In this paper we propose an alternative explanation for the slowdown pattern, based on the co-evolutionary model by Guseo and Guidolin, where diffusion results from the synergy between two driving forces: communication and adoption. We test the model on the sales data of six pharmaceutical drugs presenting a slowdown in their life cycle and observe that this is always identified almost perfectly by the model. A deeper analysis of the synergistic interaction between communication and adoption, based on the likelihood ratio order and on the usual stochastic order, shows that location indexes of each component (communication and adoption), such as mode, median and mean, can inform which of the two had a driving role in early diffusion. Contrary to the general expectation, according to which communication should precede adoptions, our findings show that in two cases adoptions were the main driver in early life cycle. We argue that this different behaviour may be due to the nature of the drug considered; new drugs developed for severe pathologies will be likely to have an accumulated demand at the time of launch, while drugs for minor ailments will present a normal behaviour, "first communication, then adoption"

    Reinforcement Learning

    Get PDF
    Brains rule the world, and brain-like computation is increasingly used in computers and electronic devices. Brain-like computation is about processing and interpreting data or directly putting forward and performing actions. Learning is a very important aspect. This book is on reinforcement learning which involves performing actions to achieve a goal. The first 11 chapters of this book describe and extend the scope of reinforcement learning. The remaining 11 chapters show that there is already wide usage in numerous fields. Reinforcement learning can tackle control tasks that are too complex for traditional, hand-designed, non-learning controllers. As learning computers can deal with technical complexities, the tasks of human operators remain to specify goals on increasingly higher levels. This book shows that reinforcement learning is a very dynamic area in terms of theory and applications and it shall stimulate and encourage new research in this field

    Urbanization, Ikization, and Replacement Dynamics

    Full text link
    The phenomenon of Iks was first found by anthropologists and biologists, but it is actually a problem of human geography. However, it has not yet drawn extensive attention of geographers. In this paper, a hypothesis of ikization is presented that sudden and violent change of geographical environments results in dismantling of traditional culture, which then result in collective depravity of a nationality. By quantitative analysis and mathematical modeling, the causality between urbanization and ikization is discussed, and the theory of replacement dynamics is employed to interpret the process of ikization. Urbanization is in essence a nonlinear process of population replacement. Urbanization may result in ikization because that the migration of population from rural regions to urban regions always give rise to abrupt changes of geographical environments and traditional culture. It is necessary to protect the geographical environment against disruption, and to inherit and develop traditional culture in order to avoid ikization of a nation. The approach to solving the problems caused by fast urbanization is to reconstruct geographical environment so that rural culture will be naturally replaced by urban culture.Comment: 21 pages, 7 figures, 4 table

    A Survey of Systemic Risk Analytics

    Get PDF
    We provide a survey of 31 quantitative measures of systemic risk in the economics and finance literature, chosen to span key themes and issues in systemic risk measurement and management. We motivate these measures from the supervisory, research, and data perspectives in the main text and present concise definitions of each risk measure—including required inputs, expected outputs, and data requirements—in an extensive Supplemental Appendix. To encourage experimentation and innovation among as broad an audience as possible, we have developed an open-source Matlab® library for most of the analytics surveyed, which, once tested, will be accessible through the Office of Financial Research (OFR) at http://www.treasury.gov/initiatives/wsr/ofr/Pages/default.aspx.United States. Dept. of the Treasury. Office of Financial ResearchMassachusetts Institute of Technology. Laboratory for Financial EngineeringNational Science Foundation (U.S.) (Grant ECCS-1027905

    A Field Guide to Genetic Programming

    Get PDF
    xiv, 233 p. : il. ; 23 cm.Libro ElectrónicoA Field Guide to Genetic Programming (ISBN 978-1-4092-0073-4) is an introduction to genetic programming (GP). GP is a systematic, domain-independent method for getting computers to solve problems automatically starting from a high-level statement of what needs to be done. Using ideas from natural evolution, GP starts from an ooze of random computer programs, and progressively refines them through processes of mutation and sexual recombination, until solutions emerge. All this without the user having to know or specify the form or structure of solutions in advance. GP has generated a plethora of human-competitive results and applications, including novel scientific discoveries and patentable inventions. The authorsIntroduction -- Representation, initialisation and operators in Tree-based GP -- Getting ready to run genetic programming -- Example genetic programming run -- Alternative initialisations and operators in Tree-based GP -- Modular, grammatical and developmental Tree-based GP -- Linear and graph genetic programming -- Probalistic genetic programming -- Multi-objective genetic programming -- Fast and distributed genetic programming -- GP theory and its applications -- Applications -- Troubleshooting GP -- Conclusions.Contents xi 1 Introduction 1.1 Genetic Programming in a Nutshell 1.2 Getting Started 1.3 Prerequisites 1.4 Overview of this Field Guide I Basics 2 Representation, Initialisation and GP 2.1 Representation 2.2 Initialising the Population 2.3 Selection 2.4 Recombination and Mutation Operators in Tree-based 3 Getting Ready to Run Genetic Programming 19 3.1 Step 1: Terminal Set 19 3.2 Step 2: Function Set 20 3.2.1 Closure 21 3.2.2 Sufficiency 23 3.2.3 Evolving Structures other than Programs 23 3.3 Step 3: Fitness Function 24 3.4 Step 4: GP Parameters 26 3.5 Step 5: Termination and solution designation 27 4 Example Genetic Programming Run 4.1 Preparatory Steps 29 4.2 Step-by-Step Sample Run 31 4.2.1 Initialisation 31 4.2.2 Fitness Evaluation Selection, Crossover and Mutation Termination and Solution Designation Advanced Genetic Programming 5 Alternative Initialisations and Operators in 5.1 Constructing the Initial Population 5.1.1 Uniform Initialisation 5.1.2 Initialisation may Affect Bloat 5.1.3 Seeding 5.2 GP Mutation 5.2.1 Is Mutation Necessary? 5.2.2 Mutation Cookbook 5.3 GP Crossover 5.4 Other Techniques 32 5.5 Tree-based GP 39 6 Modular, Grammatical and Developmental Tree-based GP 47 6.1 Evolving Modular and Hierarchical Structures 47 6.1.1 Automatically Defined Functions 48 6.1.2 Program Architecture and Architecture-Altering 50 6.2 Constraining Structures 51 6.2.1 Enforcing Particular Structures 52 6.2.2 Strongly Typed GP 52 6.2.3 Grammar-based Constraints 53 6.2.4 Constraints and Bias 55 6.3 Developmental Genetic Programming 57 6.4 Strongly Typed Autoconstructive GP with PushGP 59 7 Linear and Graph Genetic Programming 61 7.1 Linear Genetic Programming 61 7.1.1 Motivations 61 7.1.2 Linear GP Representations 62 7.1.3 Linear GP Operators 64 7.2 Graph-Based Genetic Programming 65 7.2.1 Parallel Distributed GP (PDGP) 65 7.2.2 PADO 67 7.2.3 Cartesian GP 67 7.2.4 Evolving Parallel Programs using Indirect Encodings 68 8 Probabilistic Genetic Programming 8.1 Estimation of Distribution Algorithms 69 8.2 Pure EDA GP 71 8.3 Mixing Grammars and Probabilities 74 9 Multi-objective Genetic Programming 75 9.1 Combining Multiple Objectives into a Scalar Fitness Function 75 9.2 Keeping the Objectives Separate 76 9.2.1 Multi-objective Bloat and Complexity Control 77 9.2.2 Other Objectives 78 9.2.3 Non-Pareto Criteria 80 9.3 Multiple Objectives via Dynamic and Staged Fitness Functions 80 9.4 Multi-objective Optimisation via Operator Bias 81 10 Fast and Distributed Genetic Programming 83 10.1 Reducing Fitness Evaluations/Increasing their Effectiveness 83 10.2 Reducing Cost of Fitness with Caches 86 10.3 Parallel and Distributed GP are Not Equivalent 88 10.4 Running GP on Parallel Hardware 89 10.4.1 Master–slave GP 89 10.4.2 GP Running on GPUs 90 10.4.3 GP on FPGAs 92 10.4.4 Sub-machine-code GP 93 10.5 Geographically Distributed GP 93 11 GP Theory and its Applications 97 11.1 Mathematical Models 98 11.2 Search Spaces 99 11.3 Bloat 101 11.3.1 Bloat in Theory 101 11.3.2 Bloat Control in Practice 104 III Practical Genetic Programming 12 Applications 12.1 Where GP has Done Well 12.2 Curve Fitting, Data Modelling and Symbolic Regression 12.3 Human Competitive Results – the Humies 12.4 Image and Signal Processing 12.5 Financial Trading, Time Series, and Economic Modelling 12.6 Industrial Process Control 12.7 Medicine, Biology and Bioinformatics 12.8 GP to Create Searchers and Solvers – Hyper-heuristics xiii 12.9 Entertainment and Computer Games 127 12.10The Arts 127 12.11Compression 128 13 Troubleshooting GP 13.1 Is there a Bug in the Code? 13.2 Can you Trust your Results? 13.3 There are No Silver Bullets 13.4 Small Changes can have Big Effects 13.5 Big Changes can have No Effect 13.6 Study your Populations 13.7 Encourage Diversity 13.8 Embrace Approximation 13.9 Control Bloat 13.10 Checkpoint Results 13.11 Report Well 13.12 Convince your Customers 14 Conclusions Tricks of the Trade A Resources A.1 Key Books A.2 Key Journals A.3 Key International Meetings A.4 GP Implementations A.5 On-Line Resources 145 B TinyGP 151 B.1 Overview of TinyGP 151 B.2 Input Data Files for TinyGP 153 B.3 Source Code 154 B.4 Compiling and Running TinyGP 162 Bibliography 167 Inde

    Critical Transitions in financial models: Bifurcation- and noise-induced phenomena

    Get PDF
    A so-called Critical Transition occurs when a small change in the input of a system leads to a large and rapid response. One class of Critical Transitions can be related to the phenomenon known in the theory of dynamical systems as a bifurcation, where a small parameter perturbation leads to a change in the set of attractors of the system. Another class of Critical Transitions are those induced by noisy increments, where the system switches randomly between coexisting attractors. In this thesis we study bifurcation- and noise-induced Critical Transitions applied to a variety of models in finance and economy. Firstly, we focus on a simple model for the bubbles and crashes observed in stock prices. The bubbles appear for certain values of the sensitivity of the price based on past prices, however, not always as a Critical Transition. Incorporating noise to the system gives rise to additional log-periodic structures which precede a crash. Based on the centre manifold theory we introduce a method for predicting when a bubble in this system can collapse. The second part of this thesis discusses traders' opinion dynamics captured by a recent model which is designed as an extension of a mean-field Ising model. It turns out that for a particular strength of contrarian attitudes, the traders behave chaotically. We present several scenarios of transitions through bifurcation curves giving the scenarios a market interpretation. Lastly, we propose a dynamical model where noise-induced transitions in a double-well potential stand for a company shifting from a healthy state to a defaulted state. The model aims to simulate a simple economy with multiple interconnected companies. We introduce several ways to model the coupling between agents and compare one of the introduced models with an already existing doubly-stochastic model. The main objective is to capture joint defaults of companies in a continuous-time dynamical system and to build a framework for further studies on systemic and individual risk
    • …
    corecore