Agent Behavior Monitoring using Optimal Action Selection and Twin Gaussian Processes

Size: px
Start display at page:

Download "Agent Behavior Monitoring using Optimal Action Selection and Twin Gaussian Processes"

Transcription

1 5th Arentine Symposium on Articial Intellience, ASAI 204 Aent Behavior Monitorin usin Optimal Action Selection and win Gaussian Processes Luis Avila, Ernesto Martinez INGAR (CONICE-UN), Avellaneda 3657, Santa Fe S3002 GJC, Arentina {avilaol, Abstract. he increasin trend towards deleatin complex tasks to autonomous artificial aents in safety-critical socio-technical systems makes aent behavior monitorin of paramount importance. In this work, a probabilistic approach for on-line monitorin usin optimal action selection and twin Gaussian processes (GP) is proposed. A Kullback-Leibler (KL) based metric is proposed to characterize the deviation of an aent behavior (modeled as a controlled stochastic process) to its specification. he optimal behavior specification is obtained usin Linearly Solvable Markov Decision Processes (LSMDP) whereby the Bellman equation is made linear throuh an exponential transformation such that the optimal control policy is obtained in an explicit form. Keywords: Aent monitorin, Gaussian processes, optimal action selection. Introduction Safety-critical systems increasinly interate autonomous software aents in an increasin number of applications which requires new monitorin tools. As an example, consider the case of collision avoidance in drivin systems [] where the monitorin task involves a number of autonomous vehicles interactin with each other in a hihspeed hihway. Any monitorin system aimed to warn or prevent collisions and danerous circumstances must contemplate the expected behavior of nearby cars to detect quickly a collision scenario. Also, automatin the task of azin in video surveillance to find suspicious behaviors [2] hihlihts the importance of aent behavior monitorin. Detectin danerous objects and intruders is essential for safety in crowded environments, but monitorin human behaviors and reportin about potential threats is a complex task to be automated. he novelty and relevance of information contained in a data stream, can be correlated with the effect such data has on the observer (monitor) [3]. he amount of information can be measured in a natural way by the Kullback-Leibler (KL) distance -or relative entropy- between the prior and posterior distributions in the monitor beliefs, i.e. reardin the available space of hypotheses about the state of a controlled system. In this work, the novelty of information in a data stream reardin deviations from the specified aent behavior is measured usin twin Gaussian Processes [4]. For behavior 43 JAIIO - ASAI ISSN: Páina

2 5th Arentine Symposium on Articial Intellience, ASAI 204 specification, optimal choice of actions under uncertainty is used here to characterize the desired behavior of an intellient aent. 2 Optimal Action Selection o characterize the expected behavior of an aent, the novel approach of LSMDP is used [5]. his is a class of optimal control problems in which the Bellman s equation can be converted into a linear equation by an exponential transformation of the state nx value function. Consider an aent that by perceivin an environmental state x R, chooses the scalar action u R u, which causes the system to evolve to the state x k + and receives an immediate cost l ( x,u). he state transition function obey to a controlled Ito s diffusion process of the form u dx = a( x) dt + B( x )( udt + σ dω) () where ω R (same space as actions) and σ denote Brownian noise and its scalin parameter, respectively. he term a( x) describes the so called passive dynamics and B( x ) is the input-ain matrix. he passive dynamics represents the behavior of the stochastic dynamics in absence of control actions, it is defined as a diffusion process in continuous domains [5]. o put it in a more convenient form, the h-step transition probability for the uncontrolled dynamics is expressed as ( h x hb x σ x ) 0 p ( k + k ) = k + k + + h B B x x N x x a( ) ( ), ( ) ( x) (2) In turn, the controlled diffusion is approximated as a deterministic function expressed as a Gaussian distribution with mean and covariance iven as ( h( x hb x ) σ x B ) uk p ( xk + xk ) = N xk + xk + a( ) + ( ) u, h B( ) ( x) (3) he controller shifts the probability mass from one reion of the state space to another by actin on the system dynamics. A control policy π( x ) is thus defined as a probability of selectin the action u k at state x k. For any optimal control application, the main objective is to find an optimal control policy π ( x ) which minimizes the expected cumulative cost function v( x ) as v { ~ p ( i ) } ( x) min ( x, π ( x) ) E [ ( ) u v x' ] = l + x' x (4) u where x' denotes the next state for a iven action u. he minimum cumulative cost for startin at state x and actin optimally thereafter enables reedy computation of optimal actions. Eq. (4) is fundamental to optimal control theory and is called the Bellman fundamental equation. he Bellman equation can be simplified by assumin the immediate cost function is iven as 43 JAIIO - ASAI ISSN: Páina 2

3 5th Arentine Symposium on Articial Intellience, ASAI 204 u 0 ( x, u) = hq ( x) + KL( p ( x' x) p ( x' x) ) l (5) he state cost q( x ) is an arbitrary function encodin how (un)desirable different states are, and KL is the Kullback Leibler diverence that measures the distance from the optimally-controlled dynamics to the passive one. he distance can be understood as the price to pay for the optimal shift of the passive dynamics by action u. he KL 2 2 diverence between the above Gaussians can be proven to be h 2σ u which is the quadratic enery cost accumulated over interval h. Definin a desirability function as z ( ) ( ) = exp v ( ) the Bellman equation can be now expressed linearly as where [ z]( x) x x (6) ( x) = exp( ( x) ) [ ]( x) z hq G z (7) G is an interal operator iven by [ ]( ) = 0 ( ) ( ) G f x p x' x f x' dx' (8) he optimal control policy is computed analytically and expressed as ( ) σ ( ) ( ) 2 u B v x = x x x (9) Case study: Car-on-a-hill he car-on-a-hill continuous control problem illustrated in Fi. and details follows. he admissible rane of forces is not sufficient to drive up the car reedily from the initial state. he state vector is x = [ x, x2 ], where x and x 2 denote horizontal position and the tanential velocity of the car, respectively. he dynamics is iven by ( ( )) sn( )sin ( atan ( '( ))) dx = x cos atan s '( x ) dt 2 dx = x x s x dt β x dt + udt + dω = is the slope over the horizontal plane, = 9.8 is the ravitational constant and β = 0.5 is the dampin coefficient. he oal states for the drivin aent are all states such that x 2.5 < 0.2 and x 2 < 0.5. he cost model thus encodes the task of parkin the car at the horizontal position 2.5 in minimal time and with minimal control enery. his is a first-exit settin, since costs are accumulated from time 0 to infinity but accumulation stops when the system reaches a terminal state. Error tolerance is needed because the dynamics is stochastic. As the continuous problem is in the form iven in Eq. () it can be approximated where s '( x ) 2x exp( x 2 2) with a LSMDP. he approximation is constructed by choosin a set of states { x n } and adjustin the matrix P k, k + of transition probabilities from x k to x k+ iven by the (0) 43 JAIIO - ASAI ISSN: Páina 3

4 5th Arentine Symposium on Articial Intellience, ASAI 204 passive dynamics described in Eq. (2). Definin the vector z with elements z ( x n ) and the matrix Q with elements exp hq x on its main diaonal Eq. (7)) becomes and the matrix Q with elements ( ( n )) λ z = QPz () where λ is an eienvalue; Eq. () is solved by an iteration method in exponentiated form. he approximation uses a state space discretization: a 0-by-0 rid spannin x [ 3, +3], x2 [ 9, +9]. he passive dynamics is constructed by discretizin the time e axis (with time step h = 0.05) and definin probabilistic transitions amon dis- crete states so that the mean and variance of the continuous state dynamic are pre- served. he noise distribution is discretized at 9 points spannin ±3 standard devia- tions in the x 2 direction and usin a noise scale parameter σ=0.. his parameteriza- tion corresponds to the aent dynamics used as the specification, i.e.. the manner the aent is expected to behave when it is optimally controlled. Once the desirability function was optimized usin the estimated passive dynamics, the control policy was subsequently derived from the obtained desirability function. he results are shown in Fi., where b) corresponds to the state cost function q( x ) of the first exit cost formulation; c) is the optimal cost-to-o function obtained. Solid lines show stochastic trajectories resultin from the optimal behavior with dif- ferent scales of noise and initial states; d) is the obtained optimal control policy used as the specification for aent behavior monitorin. In all plots blue corre- spond to smaller values and red to larer values. Fi.. he car moves alon a curved road in the presence of ravity. 43 JAIIO - ASAI ISSN: Páina 4

5 5th Arentine Symposium on Articial Intellience, ASAI Behavior Monitorin 3. Learnin ransition Probabilities A Gaussian process (GP) is a collection of random variables, any finite number of which has a joint Gaussian distribution. For GP reression (GPR), random variables represent the value of the function f ( x ) for inputs x. GPR assumes f ( x ) is a zero mean stationary GP with covariance function k ( xi, x j ), encodin correlations between pairs of random variables 2 ( ) ( γ ) k x, x = exp x-x + λ δ (2) i j r i j r ij with γr 0 the kernel width parameter, λr 0 the noise variance and δ ij the Kronecker delta function, which is if i= j, and 0 otherwise. his prior for the kernel function constrains input samples that are nearby to have hihly correlated outputs. Short-term transition dynamics are modeled based on interactions between the aent and its environment [6]. Given a state vector x a separate GP model is trained for each state dimension x, in such a way the effect of uncertainty about its chane due to a control action is modeled statistically as x ~ GP( m, k) (3) k where m is the mean function and k is the covariance function. he trainin inputs to the Gaussian model GP are the states, whereas the tarets are the differences between the successor state and the state in which the action is applied. For an input x k, the predictive distribution p ( xk+ x k ) is Gaussian distributed. We can build the optimal transition probability p ( xk + xk ) as a GP model which describes the stochastic specification of the aent behavior. he superscript indicates the transition probability is shifted by the optimal control policy π ( x ). On the other hand, GP describes the observed aent behavior modeled as the transition probability p ( xk + x k ) which may deviate from optimal action selection. Noteworthy, the GP model that characterize the current system functionin requires to be updated on-line to accommodate the arrivin data stream. 3.2 win Gaussian Processes Aent behavior monitorin must quantify how observin new data affects the internal beliefs that the aent may have over a set of hypotheses or models M of the world. Since the aent acts over an uncertain environment, the monitorin approach should be probabilistic usin distributions to capture subjective expectations or beliefs over the current space. Aent s beliefs must be updated on-line, as data is acquired, transformin prior belief distributions P( M ) into posterior ones P( M D ) and computin the distance between them, which is best done usin the KL diverence 43 JAIIO - ASAI ISSN: Páina 5

6 5th Arentine Symposium on Articial Intellience, ASAI 204 ( ) ( ) KL( P ( M D) P ( M )) = P ( M D) lo P M D dm (4) M P M o provide a sensitive on-line estimation of the diverence from optimal behavior with small samples GP are used. GP can be described as a structured prediction method that employs GPs to estimate outputs, by minimizin the KL distance between a iven system implementation and its specification. Both processes are modeled as normal distributions over a finite set of L trainin examples [4]. hrouh GP, we obtain a powerful monitorin tool by comparin the two GPs. Suppose a particular set containin a sequence of the last W state differences X = { x } k k k W for the stochastic process that results from applyin an arbitrary control policy π. hen, the joint distribution of observed state differences can be modeled usin a zero mean multivariate Gaussian distribution as ( X ) ~ N0, R ij i r ri r K is iven by the kernel matrix ( ) whose covariance R ij = k xi, x j, the kernel vector k ( r i = xi, xk ) and the kernel value r = k ( xk, xk ). For the iven Gaussian dynamics ( N 0, K ) of a sampled sequence of state transitions, the offset or distance to a specified distribution ( N 0, K ) is key to calculate a robust measure of the twinned Kullback-Leibler diverence ( KL ). Considerin the KL diverence as a measure of the alinment between two kernels, the diverence between Gaussian (stochastic) processes is defined as KL { } N ( ) ( ) (5) N N = lo K + r K K + lo K (6) he KL diverence is non-neative and zero if and only if the two multivariate Gaussian distributions have the same covariance. In Fi. 2, KL is used to compute the p performance of the controlled dynamics GP aainst the specified dynamics GP for the optimal aent behavior. Notice that instead of computin the KL distance Fi. 2. he data ordinates are x and GP are the GP distributions for the implemented and the specification. he horizontal black lines indicate fully-connected sets. 43 JAIIO - ASAI ISSN: Páina 6

7 5th Arentine Symposium on Articial Intellience, ASAI 204 pointwise (reen rectanles) for each new estimation xk, GP uses a sequence of observed state transitions { x } k k k W over a finite horizon (red rectanle),, which ives a more robust description of a deviant behavior. Case study (Cont d). It is clear the importance of describin any chane in the system dynamics usin a reduced and relevant data set for modelin the correspondin GPs. Hence, a data set containin the last L=50 state-transition pairs is used to train the GP in order to capis computed usin a movin window stratey over the last W=30 estimations of state transitions. he number of estimations used is a tradeoff between the speed of detection of any event or disturb- ance and the proper characterization of the deradation in the aent behavior. KL is ture any deviant behavior from the specification. KL measured for the implemented dynamics GP to its specification GP in Fi. 3. his measure emphasizes the fact that similar states should produce similar estimates of a) b) Fi. 3. a) Sample trajectories are enerated usin different values of the noise scale parameter σ. he performance deradation in the aent behavior is clearly revealed below by KL. b) Simu- lation outcome for random actions between samples 00 to JAIIO - ASAI ISSN: Páina 7

8 5th Arentine Symposium on Articial Intellience, ASAI 204 both covariates and responses. In a), the noise scale parameter σ is increased from 0. to 0.5 and.0, to simulate different derees of variability. It is quite clear that an increase of parameter σ certainly chane the aent behavior. In b), a failure in the car actuator is simulated. Durin samples the car dynamics is overned by a random policy with u [, +]. Discussion his paper presents a probabilistic approach for on-line to monitorin of an aent behavior under uncertainty based on Bayesian surprise and optimal action selection. he desired behavior is modeled by a prior Gaussian distribution for state transitions, in order to assess if an observed control policy respects its specification. An analytical specification of the desired optimal behavior is obtained usin a class of Markov decision processes which are linearly solvable. win Gaussian processes are used to compare on-line observe state transitions due to the actual aent behavior with the stochastic specification. References. Broi, A., Medici, P., Zani, P., Coati, A., Panciroli, M.: Autonomous vehicles control in the VisLab intercontinental autonomous challene. Annu. Rev. Control. 36, 6 7 (202). 2. Fernández-Caballero, A., Castillo, J.C., Rodríuez-Sánchez, J.M.: Human activity monitorin by local and lobal finite state machines. Expert Syst. Appl. 39, (202). 3. Hasanbelliu, E., Kampa, K., Principe, J.C., Cobb, J..: Online learnin usin a Bayesian surprise metric. Neural Networks (IJCNN), he 202 International Joint Conference on. pp. 8. IEEE (202). 4. Bo, L., Sminchisescu, C.: win aussian processes for structured prediction. Int. J. Comput. Vis. 87, (200). 5. odorov, E.: Efficient computation of optimal actions. Proc. Natl. Acad. Sci. U. S. A. 06, (2009). 6. Deisenroth, M.P., Rasmussen, C.E., Peters, J.: Gaussian process dynamic prorammin. Neurocomputin. 72, (2009). 43 JAIIO - ASAI ISSN: Páina 8

Projectile Motion THEORY. r s = s r. t + 1 r. a t 2 (1)

Projectile Motion THEORY. r s = s r. t + 1 r. a t 2 (1) Projectile Motion The purpose of this lab is to study the properties of projectile motion. From the motion of a steel ball projected horizontally, the initial velocity of the ball can be determined from

More information

Safe robot motion planning in dynamic, uncertain environments

Safe robot motion planning in dynamic, uncertain environments Safe robot motion planning in dynamic, uncertain environments RSS 2011 Workshop: Guaranteeing Motion Safety for Robots June 27, 2011 Noel du Toit and Joel Burdick California Institute of Technology Dynamic,

More information

Gaussian Processes in Machine Learning

Gaussian Processes in Machine Learning Gaussian Processes in Machine Learning Carl Edward Rasmussen Max Planck Institute for Biological Cybernetics, 72076 Tübingen, Germany carl@tuebingen.mpg.de WWW home page: http://www.tuebingen.mpg.de/ carl

More information

CONTINUOUS PERFORMANCE MONITORING OF A CLOSED-LOOP INSULIN DELIVERY SYSTEM USING BAYESIAN SURPRISE

CONTINUOUS PERFORMANCE MONITORING OF A CLOSED-LOOP INSULIN DELIVERY SYSTEM USING BAYESIAN SURPRISE CONTINUOUS PERFORMANCE MONITORING OF A CLOSED-LOOP INSULIN DELIVERY SYSTEM USING BAYESIAN SURPRISE Luis Ávila * Ernesto Martínez ** ABSTRACT: The development of an artificial pancreas for the treatment

More information

Tutorial on Markov Chain Monte Carlo

Tutorial on Markov Chain Monte Carlo Tutorial on Markov Chain Monte Carlo Kenneth M. Hanson Los Alamos National Laboratory Presented at the 29 th International Workshop on Bayesian Inference and Maximum Entropy Methods in Science and Technology,

More information

Understanding and Applying Kalman Filtering

Understanding and Applying Kalman Filtering Understanding and Applying Kalman Filtering Lindsay Kleeman Department of Electrical and Computer Systems Engineering Monash University, Clayton 1 Introduction Objectives: 1. Provide a basic understanding

More information

PATTERN RECOGNITION AND MACHINE LEARNING CHAPTER 4: LINEAR MODELS FOR CLASSIFICATION

PATTERN RECOGNITION AND MACHINE LEARNING CHAPTER 4: LINEAR MODELS FOR CLASSIFICATION PATTERN RECOGNITION AND MACHINE LEARNING CHAPTER 4: LINEAR MODELS FOR CLASSIFICATION Introduction In the previous chapter, we explored a class of regression models having particularly simple analytical

More information

A Reliability Point and Kalman Filter-based Vehicle Tracking Technique

A Reliability Point and Kalman Filter-based Vehicle Tracking Technique A Reliability Point and Kalman Filter-based Vehicle Tracing Technique Soo Siang Teoh and Thomas Bräunl Abstract This paper introduces a technique for tracing the movement of vehicles in consecutive video

More information

A Privacy Mechanism for Mobile-based Urban Traffic Monitoring

A Privacy Mechanism for Mobile-based Urban Traffic Monitoring A Privacy Mechanism for Mobile-based Urban Traffic Monitorin Chi Wan, Hua Liu, Bhaskar Krishnamachari, Murali Annavaram Tsinhua University, Beijin, China sonicive@mail.com University of Southern California,

More information

Lecture 3: Linear methods for classification

Lecture 3: Linear methods for classification Lecture 3: Linear methods for classification Rafael A. Irizarry and Hector Corrada Bravo February, 2010 Today we describe four specific algorithms useful for classification problems: linear regression,

More information

STA 4273H: Statistical Machine Learning

STA 4273H: Statistical Machine Learning STA 4273H: Statistical Machine Learning Russ Salakhutdinov Department of Statistics! rsalakhu@utstat.toronto.edu! http://www.cs.toronto.edu/~rsalakhu/ Lecture 6 Three Approaches to Classification Construct

More information

HT2015: SC4 Statistical Data Mining and Machine Learning

HT2015: SC4 Statistical Data Mining and Machine Learning HT2015: SC4 Statistical Data Mining and Machine Learning Dino Sejdinovic Department of Statistics Oxford http://www.stats.ox.ac.uk/~sejdinov/sdmml.html Bayesian Nonparametrics Parametric vs Nonparametric

More information

Machine learning in financial forecasting. Haindrich Henrietta Vezér Evelin

Machine learning in financial forecasting. Haindrich Henrietta Vezér Evelin Machine learning in financial forecasting Haindrich Henrietta Vezér Evelin Contents Financial forecasting Window Method Machine learning-past and future MLP (Multi-layer perceptron) Gaussian Process Bibliography

More information

Linear Threshold Units

Linear Threshold Units Linear Threshold Units w x hx (... w n x n w We assume that each feature x j and each weight w j is a real number (we will relax this later) We will study three different algorithms for learning linear

More information

A Log-Robust Optimization Approach to Portfolio Management

A Log-Robust Optimization Approach to Portfolio Management A Log-Robust Optimization Approach to Portfolio Management Dr. Aurélie Thiele Lehigh University Joint work with Ban Kawas Research partially supported by the National Science Foundation Grant CMMI-0757983

More information

Least Squares Estimation

Least Squares Estimation Least Squares Estimation SARA A VAN DE GEER Volume 2, pp 1041 1045 in Encyclopedia of Statistics in Behavioral Science ISBN-13: 978-0-470-86080-9 ISBN-10: 0-470-86080-4 Editors Brian S Everitt & David

More information

Enhancing Parallel Pattern Search Optimization with a Gaussian Process Oracle

Enhancing Parallel Pattern Search Optimization with a Gaussian Process Oracle Enhancing Parallel Pattern Search Optimization with a Gaussian Process Oracle Genetha A. Gray, Monica Martinez-Canales Computational Sciences & Mathematics Research Department, Sandia National Laboratories,

More information

Safety & Environmental Assurance Centre

Safety & Environmental Assurance Centre International Commission on Microbioloical Specifications for Foods (ICMSF) Outline Workin with Risk-based Metrics in the Food Industry LEON GORRIS Risk-based food safety manaement Risk Analysis & Microbioloical

More information

GIS-BASED REAL-TIME CORRECTION OF DEVIATION ON VEHICLE TRACK *

GIS-BASED REAL-TIME CORRECTION OF DEVIATION ON VEHICLE TRACK * Proceedins of the 004 International Conference TP-038 on Dynamics, Instrumentation and Control, Nanin, China, Auust, 004 GIS-BASED REAL-TIME CORRECTION OF DEVIATION ON VEHICLE TRACK YUANLU BAO, YAN LIU

More information

Risk Management for IT Security: When Theory Meets Practice

Risk Management for IT Security: When Theory Meets Practice Risk Management for IT Security: When Theory Meets Practice Anil Kumar Chorppath Technical University of Munich Munich, Germany Email: anil.chorppath@tum.de Tansu Alpcan The University of Melbourne Melbourne,

More information

Visualization by Linear Projections as Information Retrieval

Visualization by Linear Projections as Information Retrieval Visualization by Linear Projections as Information Retrieval Jaakko Peltonen Helsinki University of Technology, Department of Information and Computer Science, P. O. Box 5400, FI-0015 TKK, Finland jaakko.peltonen@tkk.fi

More information

An Introduction to Machine Learning

An Introduction to Machine Learning An Introduction to Machine Learning L5: Novelty Detection and Regression Alexander J. Smola Statistical Machine Learning Program Canberra, ACT 0200 Australia Alex.Smola@nicta.com.au Tata Institute, Pune,

More information

On the Influence of the Prediction Horizon in Dynamic Matrix Control

On the Influence of the Prediction Horizon in Dynamic Matrix Control International Journal of Control Science and Enineerin 203, 3(): 22-30 DOI: 0.5923/j.control.203030.03 On the Influence of the Prediction Horizon in Dynamic Matrix Control Jose Manue l Lope z-gue de,*,

More information

Probability and Random Variables. Generation of random variables (r.v.)

Probability and Random Variables. Generation of random variables (r.v.) Probability and Random Variables Method for generating random variables with a specified probability distribution function. Gaussian And Markov Processes Characterization of Stationary Random Process Linearly

More information

A KERNEL MAXIMUM UNCERTAINTY DISCRIMINANT ANALYSIS AND ITS APPLICATION TO FACE RECOGNITION

A KERNEL MAXIMUM UNCERTAINTY DISCRIMINANT ANALYSIS AND ITS APPLICATION TO FACE RECOGNITION A KERNEL MAXIMUM UNCERTAINTY DISCRIMINANT ANALYSIS AND ITS APPLICATION TO FACE RECOGNITION Carlos Eduardo Thomaz Department of Electrical Enineerin, Centro Universitario da FEI, FEI, Sao Paulo, Brazil

More information

Special Theory of Relativity on Curved Space-time

Special Theory of Relativity on Curved Space-time Special Theory of Relativity on Curved Space-time Moninder Sinh Modil Department of Physics, Indian Institute of Technoloy, Kanpur, India Email: msinh@iitk.ac.in Date: 6 Auust 4 Special Theory of Relativity

More information

Revenue Management for Transportation Problems

Revenue Management for Transportation Problems Revenue Management for Transportation Problems Francesca Guerriero Giovanna Miglionico Filomena Olivito Department of Electronic Informatics and Systems, University of Calabria Via P. Bucci, 87036 Rende

More information

1. the acceleration of the body decreases by. 2. the acceleration of the body increases by. 3. the body falls 9.8 m during each second.

1. the acceleration of the body decreases by. 2. the acceleration of the body increases by. 3. the body falls 9.8 m during each second. Answer, Key Homework 3 Davi McIntyre 45123 Mar 25, 2004 1 This print-out shoul have 21 questions. Multiple-choice questions may continue on the next column or pae fin all choices before makin your selection.

More information

A Behavior Based Kernel for Policy Search via Bayesian Optimization

A Behavior Based Kernel for Policy Search via Bayesian Optimization via Bayesian Optimization Aaron Wilson WILSONAA@EECS.OREGONSTATE.EDU Alan Fern AFERN@EECS.OREGONSTATE.EDU Prasad Tadepalli TADEPALL@EECS.OREGONSTATE.EDU Oregon State University School of EECS, 1148 Kelley

More information

ECON20310 LECTURE SYNOPSIS REAL BUSINESS CYCLE

ECON20310 LECTURE SYNOPSIS REAL BUSINESS CYCLE ECON20310 LECTURE SYNOPSIS REAL BUSINESS CYCLE YUAN TIAN This synopsis is designed merely for keep a record of the materials covered in lectures. Please refer to your own lecture notes for all proofs.

More information

THE SIMPLE PENDULUM. Objective: To investigate the relationship between the length of a simple pendulum and the period of its motion.

THE SIMPLE PENDULUM. Objective: To investigate the relationship between the length of a simple pendulum and the period of its motion. THE SIMPLE PENDULUM Objective: To investiate the relationship between the lenth of a simple pendulum and the period of its motion. Apparatus: Strin, pendulum bob, meter stick, computer with ULI interface,

More information

How To Write A Report In Xbarl

How To Write A Report In Xbarl XBRL Generation, as easy as a database. Christelle BERNHARD - christelle.bernhard@addactis.com Consultant & Deputy Product Manaer of ADDACTIS Pillar3 Copyriht 2015 ADDACTIS Worldwide. All Rihts Reserved

More information

Logistic Regression (1/24/13)

Logistic Regression (1/24/13) STA63/CBB540: Statistical methods in computational biology Logistic Regression (/24/3) Lecturer: Barbara Engelhardt Scribe: Dinesh Manandhar Introduction Logistic regression is model for regression used

More information

Bespoke Shuffled Frog Leaping Algorithm and its Engineering Applications

Bespoke Shuffled Frog Leaping Algorithm and its Engineering Applications I.J. Intellient Systems and Applications, 5,, - Published Online March 5 in MECS (http://www.mecs-press.or/ DOI:.585/ijisa.5.. Bespoke Shuffled Fro Leapin Alorithm and its Enineerin Applications Anura

More information

When to Refinance Mortgage Loans in a Stochastic Interest Rate Environment

When to Refinance Mortgage Loans in a Stochastic Interest Rate Environment When to Refinance Mortgage Loans in a Stochastic Interest Rate Environment Siwei Gan, Jin Zheng, Xiaoxia Feng, and Dejun Xie Abstract Refinancing refers to the replacement of an existing debt obligation

More information

Enhancing the SNR of the Fiber Optic Rotation Sensor using the LMS Algorithm

Enhancing the SNR of the Fiber Optic Rotation Sensor using the LMS Algorithm 1 Enhancing the SNR of the Fiber Optic Rotation Sensor using the LMS Algorithm Hani Mehrpouyan, Student Member, IEEE, Department of Electrical and Computer Engineering Queen s University, Kingston, Ontario,

More information

CCNY. BME I5100: Biomedical Signal Processing. Linear Discrimination. Lucas C. Parra Biomedical Engineering Department City College of New York

CCNY. BME I5100: Biomedical Signal Processing. Linear Discrimination. Lucas C. Parra Biomedical Engineering Department City College of New York BME I5100: Biomedical Signal Processing Linear Discrimination Lucas C. Parra Biomedical Engineering Department CCNY 1 Schedule Week 1: Introduction Linear, stationary, normal - the stuff biology is not

More information

Component Ordering in Independent Component Analysis Based on Data Power

Component Ordering in Independent Component Analysis Based on Data Power Component Ordering in Independent Component Analysis Based on Data Power Anne Hendrikse Raymond Veldhuis University of Twente University of Twente Fac. EEMCS, Signals and Systems Group Fac. EEMCS, Signals

More information

Statistical Models in Data Mining

Statistical Models in Data Mining Statistical Models in Data Mining Sargur N. Srihari University at Buffalo The State University of New York Department of Computer Science and Engineering Department of Biostatistics 1 Srihari Flood of

More information

A joint control framework for supply chain planning

A joint control framework for supply chain planning 17 th European Symposium on Computer Aided Process Engineering ESCAPE17 V. Plesu and P.S. Agachi (Editors) 2007 Elsevier B.V. All rights reserved. 1 A joint control framework for supply chain planning

More information

NUMERICAL ANALYSIS OF THE EFFECTS OF WIND ON BUILDING STRUCTURES

NUMERICAL ANALYSIS OF THE EFFECTS OF WIND ON BUILDING STRUCTURES Vol. XX 2012 No. 4 28 34 J. ŠIMIČEK O. HUBOVÁ NUMERICAL ANALYSIS OF THE EFFECTS OF WIND ON BUILDING STRUCTURES Jozef ŠIMIČEK email: jozef.simicek@stuba.sk Research field: Statics and Dynamics Fluids mechanics

More information

Medical Information Management & Mining. You Chen Jan,15, 2013 You.chen@vanderbilt.edu

Medical Information Management & Mining. You Chen Jan,15, 2013 You.chen@vanderbilt.edu Medical Information Management & Mining You Chen Jan,15, 2013 You.chen@vanderbilt.edu 1 Trees Building Materials Trees cannot be used to build a house directly. How can we transform trees to building materials?

More information

A Multi-Model Filter for Mobile Terminal Location Tracking

A Multi-Model Filter for Mobile Terminal Location Tracking A Multi-Model Filter for Mobile Terminal Location Tracking M. McGuire, K.N. Plataniotis The Edward S. Rogers Sr. Department of Electrical and Computer Engineering, University of Toronto, 1 King s College

More information

Master s Theory Exam Spring 2006

Master s Theory Exam Spring 2006 Spring 2006 This exam contains 7 questions. You should attempt them all. Each question is divided into parts to help lead you through the material. You should attempt to complete as much of each problem

More information

Stochastic Gradient Method: Applications

Stochastic Gradient Method: Applications Stochastic Gradient Method: Applications February 03, 2015 P. Carpentier Master MMMEF Cours MNOS 2014-2015 114 / 267 Lecture Outline 1 Two Elementary Exercices on the Stochastic Gradient Two-Stage Recourse

More information

Optimal proportional reinsurance and dividend pay-out for insurance companies with switching reserves

Optimal proportional reinsurance and dividend pay-out for insurance companies with switching reserves Optimal proportional reinsurance and dividend pay-out for insurance companies with switching reserves Abstract: This paper presents a model for an insurance company that controls its risk and dividend

More information

Nonparametric adaptive age replacement with a one-cycle criterion

Nonparametric adaptive age replacement with a one-cycle criterion Nonparametric adaptive age replacement with a one-cycle criterion P. Coolen-Schrijner, F.P.A. Coolen Department of Mathematical Sciences University of Durham, Durham, DH1 3LE, UK e-mail: Pauline.Schrijner@durham.ac.uk

More information

Some stability results of parameter identification in a jump diffusion model

Some stability results of parameter identification in a jump diffusion model Some stability results of parameter identification in a jump diffusion model D. Düvelmeyer Technische Universität Chemnitz, Fakultät für Mathematik, 09107 Chemnitz, Germany Abstract In this paper we discuss

More information

Mapping an Application to a Control Architecture: Specification of the Problem

Mapping an Application to a Control Architecture: Specification of the Problem Mapping an Application to a Control Architecture: Specification of the Problem Mieczyslaw M. Kokar 1, Kevin M. Passino 2, Kenneth Baclawski 1, and Jeffrey E. Smith 3 1 Northeastern University, Boston,

More information

Anomaly Detection in the Artificial Pancreas

Anomaly Detection in the Artificial Pancreas INGAR Instituto de Desarrollo y Diseño Consejo Nacional de Investigaciones Científicas y Técnicas Universidad Tecnológica Nacional Anomaly Detection in the Artificial Pancreas Luis Ávila, Ernesto Martínez

More information

Statistical Forecasting of High-Way Traffic Jam at a Bottleneck

Statistical Forecasting of High-Way Traffic Jam at a Bottleneck Metodološki zvezki, Vol. 9, No. 1, 2012, 81-93 Statistical Forecasting of High-Way Traffic Jam at a Bottleneck Igor Grabec and Franc Švegl 1 Abstract Maintenance works on high-ways usually require installation

More information

Machine Learning and Pattern Recognition Logistic Regression

Machine Learning and Pattern Recognition Logistic Regression Machine Learning and Pattern Recognition Logistic Regression Course Lecturer:Amos J Storkey Institute for Adaptive and Neural Computation School of Informatics University of Edinburgh Crichton Street,

More information

Statistical Machine Learning

Statistical Machine Learning Statistical Machine Learning UoC Stats 37700, Winter quarter Lecture 4: classical linear and quadratic discriminants. 1 / 25 Linear separation For two classes in R d : simple idea: separate the classes

More information

COMPLETE MARKETS DO NOT ALLOW FREE CASH FLOW STREAMS

COMPLETE MARKETS DO NOT ALLOW FREE CASH FLOW STREAMS COMPLETE MARKETS DO NOT ALLOW FREE CASH FLOW STREAMS NICOLE BÄUERLE AND STEFANIE GRETHER Abstract. In this short note we prove a conjecture posed in Cui et al. 2012): Dynamic mean-variance problems in

More information

Kalman Filter Applied to a Active Queue Management Problem

Kalman Filter Applied to a Active Queue Management Problem IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 4 Ver. III (Jul Aug. 2014), PP 23-27 Jyoti Pandey 1 and Prof. Aashih Hiradhar 2 Department

More information

A FUZZY LOGIC APPROACH FOR SALES FORECASTING

A FUZZY LOGIC APPROACH FOR SALES FORECASTING A FUZZY LOGIC APPROACH FOR SALES FORECASTING ABSTRACT Sales forecasting proved to be very important in marketing where managers need to learn from historical data. Many methods have become available for

More information

Water Quality and Environmental Treatment Facilities

Water Quality and Environmental Treatment Facilities Geum Soo Kim, Youn Jae Chan, David S. Kelleher1 Paper presented April 2009 and at the Teachin APPAM-KDI Methods International (Seoul, June Seminar 11-13, on 2009) Environmental Policy direct, two-stae

More information

THERE is a significant amount of current research activity

THERE is a significant amount of current research activity IEEE TRANSACTIONS ON CONTROL SYSTEMS TECHNOLOGY, VOL. 14, NO. 5, SEPTEMBER 2006 789 Stable Task Load Balancing Strategies for Cooperative Control of Networked Autonomous Air Vehicles Jorge Finke, Member,

More information

Centre for Central Banking Studies

Centre for Central Banking Studies Centre for Central Banking Studies Technical Handbook No. 4 Applied Bayesian econometrics for central bankers Andrew Blake and Haroon Mumtaz CCBS Technical Handbook No. 4 Applied Bayesian econometrics

More information

Learning Vector Quantization: generalization ability and dynamics of competing prototypes

Learning Vector Quantization: generalization ability and dynamics of competing prototypes Learning Vector Quantization: generalization ability and dynamics of competing prototypes Aree Witoelar 1, Michael Biehl 1, and Barbara Hammer 2 1 University of Groningen, Mathematics and Computing Science

More information

Supply Chain Planning Considering the Production of Defective Products

Supply Chain Planning Considering the Production of Defective Products Supply Chain Planning Considering the Production of Defective Products Ferrara Miguel, Corsano Gabriela, Montagna Marcelo INGAR Instituto de Desarrollo y Diseño CONICET-UTN Avellaneda 3657, Santa Fe, Argentina

More information

Continuous Time Bayesian Networks for Inferring Users Presence and Activities with Extensions for Modeling and Evaluation

Continuous Time Bayesian Networks for Inferring Users Presence and Activities with Extensions for Modeling and Evaluation Continuous Time Bayesian Networks for Inferring Users Presence and Activities with Extensions for Modeling and Evaluation Uri Nodelman 1 Eric Horvitz Microsoft Research One Microsoft Way Redmond, WA 98052

More information

The Advantages and Disadvantages of Online Linear Optimization

The Advantages and Disadvantages of Online Linear Optimization LINEAR PROGRAMMING WITH ONLINE LEARNING TATSIANA LEVINA, YURI LEVIN, JEFF MCGILL, AND MIKHAIL NEDIAK SCHOOL OF BUSINESS, QUEEN S UNIVERSITY, 143 UNION ST., KINGSTON, ON, K7L 3N6, CANADA E-MAIL:{TLEVIN,YLEVIN,JMCGILL,MNEDIAK}@BUSINESS.QUEENSU.CA

More information

CONTROL SYSTEMS, ROBOTICS, AND AUTOMATION - Vol. V - Relations Between Time Domain and Frequency Domain Prediction Error Methods - Tomas McKelvey

CONTROL SYSTEMS, ROBOTICS, AND AUTOMATION - Vol. V - Relations Between Time Domain and Frequency Domain Prediction Error Methods - Tomas McKelvey COTROL SYSTEMS, ROBOTICS, AD AUTOMATIO - Vol. V - Relations Between Time Domain and Frequency Domain RELATIOS BETWEE TIME DOMAI AD FREQUECY DOMAI PREDICTIO ERROR METHODS Tomas McKelvey Signal Processing,

More information

IN the last decade, vehicular ad-hoc networks (VANETs) Prefetching-Based Data Dissemination in Vehicular Cloud Systems

IN the last decade, vehicular ad-hoc networks (VANETs) Prefetching-Based Data Dissemination in Vehicular Cloud Systems 1 Prefetchin-Based Data Dissemination in Vehicular Cloud Systems Ryansoo Kim, Hyuk Lim, and Bhaskar Krishnamachari Abstract In the last decade, vehicular ad-hoc networks VANETs have been widely studied

More information

Bayesian Image Super-Resolution

Bayesian Image Super-Resolution Bayesian Image Super-Resolution Michael E. Tipping and Christopher M. Bishop Microsoft Research, Cambridge, U.K..................................................................... Published as: Bayesian

More information

Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model

Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model Overview of Violations of the Basic Assumptions in the Classical Normal Linear Regression Model 1 September 004 A. Introduction and assumptions The classical normal linear regression model can be written

More information

From stochastic dominance to mean-risk models: Semideviations as risk measures 1

From stochastic dominance to mean-risk models: Semideviations as risk measures 1 European Journal of Operational Research 116 (1999) 33±50 Theory and Methodoloy From stochastic dominance to mean-risk models: Semideviations as risk measures 1 Wøodzimierz Oryczak a, *, Andrzej Ruszczynski

More information

FUZZY CLUSTERING ANALYSIS OF DATA MINING: APPLICATION TO AN ACCIDENT MINING SYSTEM

FUZZY CLUSTERING ANALYSIS OF DATA MINING: APPLICATION TO AN ACCIDENT MINING SYSTEM International Journal of Innovative Computing, Information and Control ICIC International c 0 ISSN 34-48 Volume 8, Number 8, August 0 pp. 4 FUZZY CLUSTERING ANALYSIS OF DATA MINING: APPLICATION TO AN ACCIDENT

More information

A Regime-Switching Model for Electricity Spot Prices. Gero Schindlmayr EnBW Trading GmbH g.schindlmayr@enbw.com

A Regime-Switching Model for Electricity Spot Prices. Gero Schindlmayr EnBW Trading GmbH g.schindlmayr@enbw.com A Regime-Switching Model for Electricity Spot Prices Gero Schindlmayr EnBW Trading GmbH g.schindlmayr@enbw.com May 31, 25 A Regime-Switching Model for Electricity Spot Prices Abstract Electricity markets

More information

Robotics. Chapter 25. Chapter 25 1

Robotics. Chapter 25. Chapter 25 1 Robotics Chapter 25 Chapter 25 1 Outline Robots, Effectors, and Sensors Localization and Mapping Motion Planning Motor Control Chapter 25 2 Mobile Robots Chapter 25 3 Manipulators P R R R R R Configuration

More information

Variance Reduction. Pricing American Options. Monte Carlo Option Pricing. Delta and Common Random Numbers

Variance Reduction. Pricing American Options. Monte Carlo Option Pricing. Delta and Common Random Numbers Variance Reduction The statistical efficiency of Monte Carlo simulation can be measured by the variance of its output If this variance can be lowered without changing the expected value, fewer replications

More information

Machine Learning and Data Mining. Regression Problem. (adapted from) Prof. Alexander Ihler

Machine Learning and Data Mining. Regression Problem. (adapted from) Prof. Alexander Ihler Machine Learning and Data Mining Regression Problem (adapted from) Prof. Alexander Ihler Overview Regression Problem Definition and define parameters ϴ. Prediction using ϴ as parameters Measure the error

More information

Section 5. Stan for Big Data. Bob Carpenter. Columbia University

Section 5. Stan for Big Data. Bob Carpenter. Columbia University Section 5. Stan for Big Data Bob Carpenter Columbia University Part I Overview Scaling and Evaluation data size (bytes) 1e18 1e15 1e12 1e9 1e6 Big Model and Big Data approach state of the art big model

More information

An Application of Inverse Reinforcement Learning to Medical Records of Diabetes Treatment

An Application of Inverse Reinforcement Learning to Medical Records of Diabetes Treatment An Application of Inverse Reinforcement Learning to Medical Records of Diabetes Treatment Hideki Asoh 1, Masanori Shiro 1 Shotaro Akaho 1, Toshihiro Kamishima 1, Koiti Hasida 1, Eiji Aramaki 2, and Takahide

More information

THE CENTRAL LIMIT THEOREM TORONTO

THE CENTRAL LIMIT THEOREM TORONTO THE CENTRAL LIMIT THEOREM DANIEL RÜDT UNIVERSITY OF TORONTO MARCH, 2010 Contents 1 Introduction 1 2 Mathematical Background 3 3 The Central Limit Theorem 4 4 Examples 4 4.1 Roulette......................................

More information

POTENTIAL OF STATE-FEEDBACK CONTROL FOR MACHINE TOOLS DRIVES

POTENTIAL OF STATE-FEEDBACK CONTROL FOR MACHINE TOOLS DRIVES POTENTIAL OF STATE-FEEDBACK CONTROL FOR MACHINE TOOLS DRIVES L. Novotny 1, P. Strakos 1, J. Vesely 1, A. Dietmair 2 1 Research Center of Manufacturing Technology, CTU in Prague, Czech Republic 2 SW, Universität

More information

SIMPLIFIED PERFORMANCE MODEL FOR HYBRID WIND DIESEL SYSTEMS. J. F. MANWELL, J. G. McGOWAN and U. ABDULWAHID

SIMPLIFIED PERFORMANCE MODEL FOR HYBRID WIND DIESEL SYSTEMS. J. F. MANWELL, J. G. McGOWAN and U. ABDULWAHID SIMPLIFIED PERFORMANCE MODEL FOR HYBRID WIND DIESEL SYSTEMS J. F. MANWELL, J. G. McGOWAN and U. ABDULWAHID Renewable Energy Laboratory Department of Mechanical and Industrial Engineering University of

More information

Multivariate Normal Distribution

Multivariate Normal Distribution Multivariate Normal Distribution Lecture 4 July 21, 2011 Advanced Multivariate Statistical Methods ICPSR Summer Session #2 Lecture #4-7/21/2011 Slide 1 of 41 Last Time Matrices and vectors Eigenvalues

More information

C21 Model Predictive Control

C21 Model Predictive Control C21 Model Predictive Control Mark Cannon 4 lectures Hilary Term 216-1 Lecture 1 Introduction 1-2 Organisation 4 lectures: week 3 week 4 { Monday 1-11 am LR5 Thursday 1-11 am LR5 { Monday 1-11 am LR5 Thursday

More information

ASPECTS OF MEASUREMENT STRATEGY WITH DYNAMIC PROGRAMMING

ASPECTS OF MEASUREMENT STRATEGY WITH DYNAMIC PROGRAMMING August 3 st September nd, 0, Jena, Germany urn:nbn:de:gbv:ilm-0imeko: ASPECTS OF MEASUREMET STRATEGY WITH DYAMIC PROGRAMMIG Kimmo Konkarikoski Tampere University of Technology, Automation Science and Engineering,

More information

Introduction to Engineering System Dynamics

Introduction to Engineering System Dynamics CHAPTER 0 Introduction to Engineering System Dynamics 0.1 INTRODUCTION The objective of an engineering analysis of a dynamic system is prediction of its behaviour or performance. Real dynamic systems are

More information

3. Reaction Diffusion Equations Consider the following ODE model for population growth

3. Reaction Diffusion Equations Consider the following ODE model for population growth 3. Reaction Diffusion Equations Consider the following ODE model for population growth u t a u t u t, u 0 u 0 where u t denotes the population size at time t, and a u plays the role of the population dependent

More information

RELIABILITY BASED MAINTENANCE (RBM) Using Key Performance Indicators (KPIs) To Drive Proactive Maintenance

RELIABILITY BASED MAINTENANCE (RBM) Using Key Performance Indicators (KPIs) To Drive Proactive Maintenance RELIABILITY BASED MAINTENANCE (RBM) Usin Key Performance Indicators (KPIs) To Drive Proactive Maintenance Robert Ford, CMRP GE Power Generation Services 4200 Wildwood Parkway, Atlanta, GA 30339 USA Abstract

More information

Filtered Gaussian Processes for Learning with Large Data-Sets

Filtered Gaussian Processes for Learning with Large Data-Sets Filtered Gaussian Processes for Learning with Large Data-Sets Jian Qing Shi, Roderick Murray-Smith 2,3, D. Mike Titterington 4,and Barak A. Pearlmutter 3 School of Mathematics and Statistics, University

More information

Machine Learning in Statistical Arbitrage

Machine Learning in Statistical Arbitrage Machine Learning in Statistical Arbitrage Xing Fu, Avinash Patra December 11, 2009 Abstract We apply machine learning methods to obtain an index arbitrage strategy. In particular, we employ linear regression

More information

Long-term Stock Market Forecasting using Gaussian Processes

Long-term Stock Market Forecasting using Gaussian Processes Long-term Stock Market Forecasting using Gaussian Processes 1 2 3 4 Anonymous Author(s) Affiliation Address email 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35

More information

A Game Theoretical Framework for Adversarial Learning

A Game Theoretical Framework for Adversarial Learning A Game Theoretical Framework for Adversarial Learning Murat Kantarcioglu University of Texas at Dallas Richardson, TX 75083, USA muratk@utdallas Chris Clifton Purdue University West Lafayette, IN 47907,

More information

Mathieu St-Pierre. Denis Gingras Dr. Ing.

Mathieu St-Pierre. Denis Gingras Dr. Ing. Comparison between the unscented Kalman filter and the extended Kalman filter for the position estimation module of an integrated navigation information system Mathieu St-Pierre Electrical engineering

More information

Mean-Shift Tracking with Random Sampling

Mean-Shift Tracking with Random Sampling 1 Mean-Shift Tracking with Random Sampling Alex Po Leung, Shaogang Gong Department of Computer Science Queen Mary, University of London, London, E1 4NS Abstract In this work, boosting the efficiency of

More information

Introduction to General and Generalized Linear Models

Introduction to General and Generalized Linear Models Introduction to General and Generalized Linear Models General Linear Models - part I Henrik Madsen Poul Thyregod Informatics and Mathematical Modelling Technical University of Denmark DK-2800 Kgs. Lyngby

More information

Behavioral Entropy of a Cellular Phone User

Behavioral Entropy of a Cellular Phone User Behavioral Entropy of a Cellular Phone User Santi Phithakkitnukoon 1, Husain Husna, and Ram Dantu 3 1 santi@unt.edu, Department of Comp. Sci. & Eng., University of North Texas hjh36@unt.edu, Department

More information

Monte Carlo Methods in Finance

Monte Carlo Methods in Finance Author: Yiyang Yang Advisor: Pr. Xiaolin Li, Pr. Zari Rachev Department of Applied Mathematics and Statistics State University of New York at Stony Brook October 2, 2012 Outline Introduction 1 Introduction

More information

NRZ Bandwidth - HF Cutoff vs. SNR

NRZ Bandwidth - HF Cutoff vs. SNR Application Note: HFAN-09.0. Rev.2; 04/08 NRZ Bandwidth - HF Cutoff vs. SNR Functional Diagrams Pin Configurations appear at end of data sheet. Functional Diagrams continued at end of data sheet. UCSP

More information

Bias in the Estimation of Mean Reversion in Continuous-Time Lévy Processes

Bias in the Estimation of Mean Reversion in Continuous-Time Lévy Processes Bias in the Estimation of Mean Reversion in Continuous-Time Lévy Processes Yong Bao a, Aman Ullah b, Yun Wang c, and Jun Yu d a Purdue University, IN, USA b University of California, Riverside, CA, USA

More information

8. Time Series and Prediction

8. Time Series and Prediction 8. Time Series and Prediction Definition: A time series is given by a sequence of the values of a variable observed at sequential points in time. e.g. daily maximum temperature, end of day share prices,

More information

Dirichlet forms methods for error calculus and sensitivity analysis

Dirichlet forms methods for error calculus and sensitivity analysis Dirichlet forms methods for error calculus and sensitivity analysis Nicolas BOULEAU, Osaka university, november 2004 These lectures propose tools for studying sensitivity of models to scalar or functional

More information

Basics of Statistical Machine Learning

Basics of Statistical Machine Learning CS761 Spring 2013 Advanced Machine Learning Basics of Statistical Machine Learning Lecturer: Xiaojin Zhu jerryzhu@cs.wisc.edu Modern machine learning is rooted in statistics. You will find many familiar

More information

Methods of Data Analysis Working with probability distributions

Methods of Data Analysis Working with probability distributions Methods of Data Analysis Working with probability distributions Week 4 1 Motivation One of the key problems in non-parametric data analysis is to create a good model of a generating probability distribution,

More information

Scheduling Software Projects to Minimize the Development Time and Cost with a Given Staff

Scheduling Software Projects to Minimize the Development Time and Cost with a Given Staff Scheduling Software Projects to Minimize the Development Time and Cost with a Given Staff Frank Padberg Fakultät für Informatik Universität Karlsruhe, Germany padberg @ira.uka.de Abstract A probabilistic

More information