SUMMARY INTRODUCTION. Figure 1: An illustration of the integration of well log data and seismic data in a survey area. Seismic cube. Well-log.

Size: px
Start display at page:

Download "SUMMARY INTRODUCTION. Figure 1: An illustration of the integration of well log data and seismic data in a survey area. Seismic cube. Well-log."

Transcription

1 Perophyscal propery esmaon from sesmc daa usng recurren neural neworks Moaz Alfarraj, and Ghassan AlRegb Cener for Energy and Geo Processng CeGP, Georga Insue of Technology SUMMARY Reservor characerzaon nvolves he esmaon perophyscal properes from well-log daa and sesmc daa. Esmang such properes s a challengng ask due o he non-lneary and heerogeney of he subsurface. Varous aemps have been made o esmae perophyscal properes usng machne learnng echnques such as feed-forward neural neworks and suppor vecor regresson SVR. Recen advances n machne learnng have shown promsng resuls for recurren neural neworks RNN n modelng complex sequenal daa such as vdeos and speech sgnals. In hs work, we propose an algorhm for propery esmaon from sesmc daa usng recurren neural neworks. An applcaons of he proposed workflow o esmae densy and p-wave mpedance usng sesmc daa shows promsng resuls compared o feed-forward neural neworks. INTRODUCTION Reservor characerzaon RC s he process of esmang perophyscal properes of he subsurface usng nformaon obaned from well-log, core, and sesmc daa. The goal of RC s o esmae perophyscal properes such as porosy, densy and permeably a any locaon and deph n a reservor. RC s a complex process due o he non-lneary and heerogeney of he subsurface. There s no clear mappng from sesmc daa o well-logs, and even f such mappng exss mgh no generalze well beyond he sudy area. Smply saed, he RC problem s fndng a funconal approxmaon from sesmc daa o well-log daa so ha log daa can be generalzed beyond well locaon o he enre reservor area. From a machne learnng perspecve, he goal s o ran an esmaon model on he sparsely avalable well-logs and her correspondng sesmc daa as llusraed n Fgure 1 such ha can esmae one or several well-logs properes a a gven locaon and deph/me usng sesmc daa a he same locaon. Then, he model can be used o generae a propery volume for he enre reservor area. Well-log Well 1 Sesmc Survey Sesmc cube Well 2 Well 3 Well 4 p Tme p Inpu: Sesmc cube Tme Oupu: Well-log Fgure 1: An llusraon of he negraon of well log daa and sesmc daa n a survey area. Alhough hs problem mgh seem o be a perfec seup for regresson algorhms such as suppor vecor regresson SVR, decson rees, and feed-forward neural neworks, here are many challenges ha preven such algorhms o fnd a proper mappng ha can be generalzed for an enre survey area. One of he challenges s he lack of daa from a gven survey area on whch a model can be raned, as we are lmed o he number of drlled wells n an area. For hs reason, such regresson algorhms need o have a lmed number of parameers and a good regularzaon mechansm n order o preven over-fng and o be able o generalze beyond he ranng daa. In addon, here are wo common mehods o model he problem so ha regresson algorhms can be used. The frs mehod s o rea each daa pon n a well-log n deph as an ndependen sample and ry o esmae s value from he correspondng sesmc daa samples. Ths mehod fals o capure he emporal dynamcs of well-log daa ha s he dependency of a daa pon a a gven deph on he daa pons before and afer. An alernave approach s o esmae he enre well-log a once from he correspondng sesmc daa o ncorporae he emporal dependency n deph/me of perophyscal properes. However, hs approach severely lms he amoun of daa from whch he algorhm can learn; because each well-log n hs scheme s reaed as a sngle ranng sample. Wh a lmed amoun of daa samples, common machne learnng algorhms wll fal o generalze beyond he ranng daa. Furhermore, sesmc daa are capured a lower resoluon han ha of well-log daa whch make hs problem even more dffcul. In order o remedy hs ssue, a daa preprocessng sep s requred before aempng o ran any machne learnng algorhms Chak e al., Several aemps have been made usng machne learnng and sascal learnng ools such as arfcal neural neworks, and suppor vecor regresson o solve he RC problem Al-Anaz and Gaes, 2012; Chak e al., 2015; Gholam and Ansar, 2017; Chak e al., The leraure shows grea promse for machne learnng algorhms for propery esmaon. However, mos regresson algorhms rea daa samples ndependenly such ha a predcon s made solely from he npu daa wh no nfluence from he oupus from daa pons before or afer he arge pon. Well-log daa exhb ner-log correlaons, such ha logs may follow ceran nrnsc paerns due o conssency n lhology n a gven sudy area. Furhermore, welllogs also exhb ner-log emporal correlaons,.e. correlaons beween propery samples for a gven deph range. In hs sudy, we propose he use of recurren neural neworks RNNs o capure he aforemenoned correlaons of wells logs n a gven survey area by modelng well-log daa as sequences n deph/me. The proposed workflow s raned and valdaed usng well-logs and her correspondng sesmc daa from he Neherlands offshore F3 block.

2 FEED-FORWARD AND RECURRENT NETWORKS Despe he success of feed-forward neural neworks for varous learnng asks, hey have her lmaons. Feed-forward neural neworks have an underlyng assumpon ha daa pons are ndependen and hus he nernal sae of he neworks s cleared afer a daa sample s processed whch would be fne, unless daa s no ndependen whch s he case for sequenal daa. Recurren neural neworks are a class of arfcal neural neworks ha can capure emporal dynamcs of sequenal daa lke me seres, audo and vdeo. Unlke feed-forward neural neworks, RNNs have a hdden sae ha can be passed beween sequence samples whch serves as memory allowng hem o capure very long emporal dependences n sequenal daa. RNNs have ofen been ulzed o solve many problems n language modelng and naural language processng NLPMkolov e al., 2010, speech and audo processng Graves e al., 2013, and vdeo processng Ma e al., A sngle layer feed-forward neural nework produces an oupu y whch s a weghed sum of npu feaures x followed by an acvaon funcon a non-lneary lke he sgmod or hyperbolc angen funcons,.e. y = σ Wx + b where x and y are he npu and oupu feaure vecors of he h sample, respecvely, σ s he acvaon funcon, W and b are he learnable weghs marx and bas vecor, respecvely. The same equaon s appled for all daa samples ndependenly o produce oupus. In addon o he affne ransformaon and non-lneary, RNNs nroduce a hdden sae varable ha s compued usng he curren npu and he hdden sae varable from he prevous sep, h = σ y = σ W xh x + W hh h 1 + b h, 1 W hy h + b y where x, y and h, are he npu, oupu, and sae vecors a me sep, respecvely, W s and b s are nework weghs, and bas vecors respecvely. For me = 0, he hdden sae varable s se o h 0 = 0. Fgure 2 shows a sde-by-sde comparson beween a feed-forward un and a recurren un. Feed-forward nework Hdden recurren nework Hdden Addonally, hey have more parameers o learn compared o feed-forward neworks. The problem was solved usng backpropagaon hrough me BPTT algorhms Werbos, 1990, whch urns gradens no a long produc of erms usng he chan rule. Theorecally, RNNs are supposed o learn longerm dependences from her hdden sae varable. However, even wh BPTT, RNNs faled o learn long-erm dependences manly because he gradens end o eher vansh or explode for long sequences as hey were backpropagaed hrough me. New RNN archecures wh more sophscaed acvaon funcons have been proposed o overcome he ssue of vanshng gradens usng gaed uns. Examples of such archecures are Long Shor-Term Memory LSTM Hochreer and Schmdhuber, 1997 and he recenly proposed Gaed Recurren Uns GRU Cho e al., Such archecures have been shown o capure long-erm dependency and perform well for varous asks such as machne ranslaon and speech recognon. In hs paper, we ulze GRUs n our proposed model o enhance he esmaon of perophyscal properes from sesmc daa. Gaed Recurren Uns GRUs supplemen he smple RNN descrbed above by ncorporang a rese-gae and an updae-gae varables whch are nernal saes ha are used o evaluae he long-erm dependency and keep nformaon from prevous mes only f hey are needed. The forward sep hrough a GRU s gven by he followng equaons, u = sgmod W xu x + W hu h 1 + b z r = sgmod W xr x + W hr h 1 + b r ĥ = anh W xĥ x + bĥ1 + r h = 1 u h 1 + u ĥ W hĥ h 1 + bĥ2 where z and r are he updae-gae, and rese-gae vecors, respecvely, ŷ s he canddae oupu, W s and b s are he learnable parameers, and s he elemen-wse produc. Noe ha n addon o he oupu sae, he GRU nroduces wo new sae varables, updae-gae u and rese-gae r, whch conrol he flow of nformaon from one me sep o anoher, and hus hey are able o capure long-erm dependency. Fgure 3 shows an example of a GRU nework unfolded hrough me. Noe ha all GRU s n an unfolded nework share he same parameers. 2 Hdden Hdden % %' %' %'* Inpu Oupu %, GRU GRU GRU GRU Fgure 2: An llusraon of feed-forward and recurren neworks. When RNNs were frs proposed n 1980s, hey were hard o ran because hey nroduced a dependency beween daa samples whch made he gradens more dffcul o compue. % %' %' %'* " # " # " # " # Fgure 3: Gaed Recurren Un GRU unfolded hrough me.

3 METHOD Daa Preprocessng Well-logs are acqured a a much hgher vercal resoluon han sesmc arbues whch requres a preprocessng sep n order o successfully ran an esmaon model and guaranee s convergence. One approach o preprocessng he daa s o regularze he logs by smoohng such ha boh he logs and sesmc arbues have comparable nformaon conen Chak e al., Ths s done by flerng log daa wh a low-pass fler o mach frequency conen of sesmc daa. Ths sep reduces he varaon of log daa n a small me wndow so ha he model can capure he overall rend of logs raher han he small hgh frequency varaons. Furhermore, he daa samples are normalzed such ha each log race has a zero mean and a un sandard devaon whch s a common sep before ranng a machne learnng model. Proposed Model In order o capure he ner- and nra- log correlaons as well as o esablsh a funconal approxmaon from sesmc o log daa, we propose a smple 2-layer recurren neural nework, namely a GRU, followed by a lnear regresson layer. As we have dscussed above, oupus of he GRU are a funcon of an affne ransform of he npus plus bas, whch can be seen as feed-forward nework by self. In addon, ulzes he updae-gae and rese-gae varables o mprove he nework s oupus a a gven me sep based on he neworks prevous saes. The proposed workflow s shown n Fgure 4. Sesmc cube Daa Preprocessng $ " # %& " # Gaed Recurren Un GRU %& " # %+ " # Gaed Recurren Un GRU %+ " # Regresson Layer! " # Tme ms Esmaed log Fgure 4: The proposed workflow wh 2 layer GRU and a regresson layer. For a gven well log, a sesmc cube s exraced around he well locaon o be used as an npu o ran he model. The sesmc cube s of sze p p T where p s he number of sesmc races n he nlne and crosslne drecons, and T s he number of samples n a race. Le x R p p T be he sesmc cube a locaon, and y be he log race a he same locaon. The model processes he daa sequenally n me such ha npus he sesmc slce a me, x R p p, and he sae varables of boh GRUs a me 1, h1 1 and h2 1, n order o compue he oupu sae varables a me. The regresson layer hen akes h2 and compues he esmaed propery a me, ỹ. If he sample o be predced s he frs sample n he log = 0, sae varables are se o zero. The process s hen repeaed o esmae he enre propery race. Durng he ranng of he model, when all he N logs n he ranng daase have been esmaed as ỹ, = 1,...,N, hey are compared o he measured log y, = 1,...,N usng Mean Squared Error MSE loss funcon. The error s hen used o compue he gradens and o correc he model s parameers usng BPTT. Afer proper ranng, he model s performance s assessed on he valdaon daase by compung he Pearson correlaon coeffcen beween he esmaed logs and he measured logs. The Pearson correlaon coeffcen s compued as, y ȳ ρ = y ȳ 2 EXPERIMENTAL EVALUATION ȳ ỹ ỹ ỹ 2. 3 The daase conans 4 wells, F021, F032, F034, and F061 from he Neherlands offshore F3 block. For each of he wells, we exraced a sesmc cube of 7 7 races cenered a he well p = 7 as n Fgure 1. The proposed workflow s hen raned usng sesmc cubes as npus and a sngle propery log from he well-log daa. In our expermens, we raned wo dencal neworks, one o esmae densy and he oher o esmae p- wave mpedance, boh of he neworks are smlar o he one shown n Fgure 4. Due o he small sze of he daase, ranng regularzaon s needed o ensure ha he model does no over-f o he ranng daa. One such echnque s early soppng n whch he ranng s sopped afer a small number of epochs. More ranng epochs wll defnely mprove he performance of he model on he ranng daase, bu he model wll fal o generalze. In addon, we used daa augmenaon by usng mulple roaons of he sesmc cubes along he me axs o ncrease he number of he ranng samples. The model n Fgure 4 wh a 2 layer, 32-feaure hdden sae varable GRU was esed on he daase descrbed above. In addon, he same daase was used o ran a 2-layer, 32-neuron feed-forward neural nework. The performance of he models s hen assessed usng 4-fold valdaon, where hree of he wells are used for ranng and he remanng well s used for esng. The process s repeaed 4 mes, and he resuls are averaged for all expermens. The resuls are summarzed n Table 1. The resuls show ha even wh a small daase, he recurren neural nework can esmae log daa from sesmc daa wh much hgher correlaon han he feed-forward nework. Noe ha he feed-forward nework was no able o ran properly on such a small daase. Feed-forward Recurren Propery Tranng Valdaon Tranng Valdaon P mpedance Densy Table 1: Correlaon coeffcen beween esmaed and measured properes.

4 Fgure 5 shows a scaer plo of he measured densy and he esmaed densy usng he proposed workflow for ranng and valdaon daases. We can see ha he esmaed densy vares almos lnearly wh respec o he measured densy. Fgure 6 shows examples of esmaed densy logs usng he proposed workflow. 650 Tranng log Esmaed Measured 650 Valdaon log Esmaed Measured s worh nong ha a problem as dffcul as propery esmaon mgh need a more complex and deeper learnng model; however, he number of model parameers ncrease wh complexy and hus much more daa s requred o ran such models properly. The goal of hs expermen was o show he power of recurren neural neworks for propery esmaon by ulzng her emporal dependences, compared o he feedforward neural neworks whch rea daa samples ndependenly. 3 Tranng log Tme ms ,000 Tme ms , ,050 1,050 Esmaed densy Normalzed ,100 1,150 1,200 1,250 1,300 1,100 1,150 1,200 1,250 1, Esmaed densy Normalzed Measured densy Normalzed Valdaon log Measured densy Normalzed Fgure 5: Scaer plos of measured densy and esmaed densy from he ranng and valdaon daases Normalzed densy Normalzed densy Fgure 6: An example of measured densy and esmaed densy logs from he ranng and valdaon daases. CONCLUSIONS In hs paper, we proposed a machne learnng algorhm for well-log propery esmaon from sesmc daa usng recurren neural neworks. The proposed workflow was valdaed usng 4-fold valdaon for densy and p-wave mpedance esmaon from sesmc daa. Alhough he ranng was carred ou on a small daase, he valdaon resuls ndcae a grea poenal of recurren neural neworks for reservor characerzaon. Wh a larger daase for ranng, he model could be used o generae propery volumes for a survey area from sesmc daa. ACKNOWLEDGEMENTS Ths work s suppored by he Cener for Energy and Geo Processng CeGP a Georga Insue of Technology and Kng Fahd Unversy of Peroleum and Mnerals KFUPM.

5 REFERENCES Al-Anaz, A., and I. Gaes, 2012, Suppor vecor regresson o predc porosy and permeably: effec of sample sze: Compuers & geoscences, 39, Chak, S., A. Rouray, and W. K. Mohany, 2015, A novel preprocessng scheme o mprove he predcon of sand fracon from sesmc arbues usng neural neworks: IEEE Journal of Seleced Topcs n Appled Earh Observaons and Remoe Sensng, 8, , 2017, A dffuson fler based scheme o denose sesmc arbues and mprove predced porosy volume: IEEE Journal of Seleced Topcs n Appled Earh Observaons and Remoe Sensng, 10, , 2018, Well-log and sesmc daa negraon for reservor characerzaon: A sgnal processng and machnelearnng perspecve: IEEE Sgnal Processng Magazne, 35, Cho, K., B. Van Merrënboer, D. Bahdanau, and Y. Bengo, 2014, On he properes of neural machne ranslaon: Encoder-decoder approaches: arxv preprn arxv: Gholam, A., and H. R. Ansar, 2017, Esmaon of porosy from sesmc arbues usng a commee model wh ba-nspred opmzaon algorhm: Journal of Peroleum Scence and Engneerng, 152, Graves, A., A.-r. Mohamed, and G. Hnon, 2013, Speech recognon wh deep recurren neural neworks: Acouscs, speech and sgnal processng cassp, 2013 eee nernaonal conference on, IEEE, Hochreer, S., and J. Schmdhuber, 1997, Lsm can solve hard long me lag problems: Advances n neural nformaon processng sysems, Ma, C.-Y., M.-H. Chen, Z. Kra, and G. AlRegb, 2017, Ts-lsm and emporal-ncepon: Explong spaoemporal dynamcs for acvy recognon: arxv preprn arxv: Mkolov, T., M. Karafá, L. Burge, J. Černockỳ, and S. Khudanpur, 2010, Recurren neural nework based language model: Presened a he Elevenh Annual Conference of he Inernaonal Speech Communcaon Assocaon. Werbos, P. J., 1990, Backpropagaon hrough me: wha does and how o do : Proceedngs of he IEEE, 78,

UNN: A Neural Network for uncertain data classification

UNN: A Neural Network for uncertain data classification UNN: A Neural Nework for unceran daa classfcaon Jaq Ge, and Yun Xa, Deparmen of Compuer and Informaon Scence, Indana Unversy Purdue Unversy, Indanapols, USA {jaqge, yxa }@cs.upu.edu Absrac. Ths paper proposes

More information

Normal Random Variable and its discriminant functions

Normal Random Variable and its discriminant functions Normal Random Varable and s dscrmnan funcons Oulne Normal Random Varable Properes Dscrmnan funcons Why Normal Random Varables? Analycally racable Works well when observaon comes form a corruped sngle prooype

More information

Deriving Reservoir Operating Rules via Fuzzy Regression and ANFIS

Deriving Reservoir Operating Rules via Fuzzy Regression and ANFIS Dervng Reservor Operang Rules va Fuzzy Regresson and ANFIS S. J. Mousav K. Ponnambalam and F. Karray Deparmen of Cvl Engneerng Deparmen of Sysems Desgn Engneerng Unversy of Scence and Technology Unversy

More information

Lab 10 OLS Regressions II

Lab 10 OLS Regressions II Lab 10 OLS Regressons II Ths lab wll cover how o perform a smple OLS regresson usng dfferen funconal forms. LAB 10 QUICK VIEW Non-lnear relaonshps beween varables nclude: o Log-Ln: o Ln-Log: o Log-Log:

More information

FITTING EXPONENTIAL MODELS TO DATA Supplement to Unit 9C MATH Q(t) = Q 0 (1 + r) t. Q(t) = Q 0 a t,

FITTING EXPONENTIAL MODELS TO DATA Supplement to Unit 9C MATH Q(t) = Q 0 (1 + r) t. Q(t) = Q 0 a t, FITTING EXPONENTIAL MODELS TO DATA Supplemen o Un 9C MATH 01 In he handou we wll learn how o fnd an exponenal model for daa ha s gven and use o make predcons. We wll also revew how o calculae he SSE and

More information

Prediction of Oil Demand Based on Time Series Decomposition Method Nan MA * and Yong LIU

Prediction of Oil Demand Based on Time Series Decomposition Method Nan MA * and Yong LIU 2017 2nd Inernaonal Conference on Sofware, Mulmeda and Communcaon Engneerng (SMCE 2017) ISBN: 978-1-60595-458-5 Predcon of Ol Demand Based on Tme Seres Decomposon Mehod Nan MA * and Yong LIU College of

More information

Improving Forecasting Accuracy in the Case of Intermittent Demand Forecasting

Improving Forecasting Accuracy in the Case of Intermittent Demand Forecasting (IJACSA) Inernaonal Journal of Advanced Compuer Scence and Applcaons, Vol. 5, No. 5, 04 Improvng Forecasng Accuracy n he Case of Inermen Demand Forecasng Dasuke Takeyasu The Open Unversy of Japan, Chba

More information

Michał Kolupa, Zbigniew Śleszyński SOME REMARKS ON COINCIDENCE OF AN ECONOMETRIC MODEL

Michał Kolupa, Zbigniew Śleszyński SOME REMARKS ON COINCIDENCE OF AN ECONOMETRIC MODEL M I S C E L L A N E A Mchał Kolupa, bgnew Śleszyńsk SOME EMAKS ON COINCIDENCE OF AN ECONOMETIC MODEL Absrac In hs paper concep of concdence of varable and mehods for checkng concdence of model and varables

More information

Mind the class weight bias: weighted maximum mean discrepancy for unsupervised domain adaptation. Hongliang Yan 2017/06/21

Mind the class weight bias: weighted maximum mean discrepancy for unsupervised domain adaptation. Hongliang Yan 2017/06/21 nd he class wegh bas: weghed maxmum mean dscrepancy for unsupervsed doman adapaon Honglang Yan 207/06/2 Doman Adapaon Problem: Tranng and es ses are relaed bu under dfferen dsrbuons. Tranng (Source) DA

More information

A Neural Network Approach to Time Series Forecasting

A Neural Network Approach to Time Series Forecasting A Neural Nework Approach o Tme Seres Forecasng Iffa A. Gheyas, Lesle S. Smh Absrac We propose a smple approach for forecasng unvarae me seres. The proposed algorhm s an ensemble learnng echnque ha combnes

More information

Accuracy of the intelligent dynamic models of relational fuzzy cognitive maps

Accuracy of the intelligent dynamic models of relational fuzzy cognitive maps Compuer Applcaons n Elecrcal Engneerng Accuracy of he nellgen dynamc models of relaonal fuzzy cognve maps Aleksander Jasrebow, Grzegorz Słoń Kelce Unversy of Technology 25-314 Kelce, Al. Tysącleca P. P.

More information

Optimal Combination of Trading Rules Using Neural Networks

Optimal Combination of Trading Rules Using Neural Networks Vol. 2, No. Inernaonal Busness Research Opmal Combnaon of Tradng Rules Usng Neural Neworks Subraa Kumar Mra Professor, Insue of Managemen Technology 35 Km Mlesone, Kaol Road Nagpur 44 502, Inda Tel: 9-72-280-5000

More information

Correlation of default

Correlation of default efaul Correlaon Correlaon of defaul If Oblgor A s cred qualy deeroraes, how well does he cred qualy of Oblgor B correlae o Oblgor A? Some emprcal observaons are efaul correlaons are general low hough hey

More information

Short-Term Load Forecasting using PSO Based Local Linear Wavelet Neural Network

Short-Term Load Forecasting using PSO Based Local Linear Wavelet Neural Network Shor-Term Load Forecasng usng PSO Based Local Lnear Wavele Neural Newor Prasana Kumar Pany DRIEMS, Cuac, Orssa, Inda E-mal : Prasanpany@gmal.com Absrac - Shor-erm forecasng (STLF plays an mporan role n

More information

Mutual Fund Performance Evaluation System Using Fast Adaptive Neural Network Classifier

Mutual Fund Performance Evaluation System Using Fast Adaptive Neural Network Classifier Fourh nernaonal Conference on Naural Compuaon uual Fund Performance Evaluaon Sysem Usng Fas Adapve Neural Nework Classfer Kehluh Wang Szuwe Huang Y-Hsuan Chen Naonal Chao ung Unversy Naonal Chao ung Unversy

More information

A valuation model of credit-rating linked coupon bond based on a structural model

A valuation model of credit-rating linked coupon bond based on a structural model Compuaonal Fnance and s Applcaons II 247 A valuaon model of cred-rang lnked coupon bond based on a srucural model K. Yahag & K. Myazak The Unversy of Elecro-Communcaons, Japan Absrac A cred-lnked coupon

More information

Online Technical Appendix: Estimation Details. Following Netzer, Lattin and Srinivasan (2005), the model parameters to be estimated

Online Technical Appendix: Estimation Details. Following Netzer, Lattin and Srinivasan (2005), the model parameters to be estimated Onlne Techncal Appendx: Esmaon Deals Followng Nezer, an and Srnvasan 005, he model parameers o be esmaed can be dvded no hree pars: he fxed effecs governng he evaluaon, ncdence, and laen erence componens

More information

Chain-linking and seasonal adjustment of the quarterly national accounts

Chain-linking and seasonal adjustment of the quarterly national accounts Sascs Denmark Naonal Accouns 6 July 00 Chan-lnkng and seasonal adjusmen of he uarerly naonal accouns The mehod of chan-lnkng he uarerly naonal accouns was changed wh he revsed complaon of daa hrd uarer

More information

The Financial System. Instructor: Prof. Menzie Chinn UW Madison

The Financial System. Instructor: Prof. Menzie Chinn UW Madison Economcs 435 The Fnancal Sysem (2/13/13) Insrucor: Prof. Menze Chnn UW Madson Sprng 2013 Fuure Value and Presen Value If he presen value s $100 and he neres rae s 5%, hen he fuure value one year from now

More information

Baoding, Hebei, China. *Corresponding author

Baoding, Hebei, China. *Corresponding author 2016 3 rd Inernaonal Conference on Economcs and Managemen (ICEM 2016) ISBN: 978-1-60595-368-7 Research on he Applcably of Fama-French Three-Facor Model of Elecrc Power Indusry n Chnese Sock Marke Yeld

More information

Level estimation, classification and probability distribution architectures for trading the EUR/USD exchange rate

Level estimation, classification and probability distribution architectures for trading the EUR/USD exchange rate Absrac Level esmaon, classfcaon and probably dsrbuon archecures for radng he EUR/USD exchange rae by Andreas Lndemann * Chrsan L. Duns * Paulo Lsboa ** ( * Lverpool Busness School, CIBEF and ** School

More information

Dynamic Relationship and Volatility Spillover Between the Stock Market and the Foreign Exchange market in Pakistan: Evidence from VAR-EGARCH Modelling

Dynamic Relationship and Volatility Spillover Between the Stock Market and the Foreign Exchange market in Pakistan: Evidence from VAR-EGARCH Modelling Dynamc Relaonshp and Volaly pllover Beween he ock Marke and he Foregn xchange marke n Paksan: vdence from VAR-GARCH Modellng Dr. Abdul Qayyum Dr. Muhammad Arshad Khan Inroducon A volale sock and exchange

More information

ANFIS Based Time Series Prediction Method of Bank Cash Flow Optimized by Adaptive Population Activity PSO Algorithm

ANFIS Based Time Series Prediction Method of Bank Cash Flow Optimized by Adaptive Population Activity PSO Algorithm Informaon 25, 6, 3-33; do:.339/nfo633 Arcle OPEN ACCESS nformaon ISSN 278-2489 www.mdp.com/journal/nformaon ANFIS Based Tme Seres Predcon Mehod of Bank Cash Flow Opmzed by Adapve Populaon Acvy PSO Algorhm

More information

American basket and spread options. with a simple binomial tree

American basket and spread options. with a simple binomial tree Amercan baske and spread opons wh a smple bnomal ree Svelana orovkova Vre Unverse Amserdam Jon work wh Ferry Permana acheler congress, Torono, June 22-26, 2010 1 Movaon Commody, currency baskes conss of

More information

Differences in the Price-Earning-Return Relationship between Internet and Traditional Firms

Differences in the Price-Earning-Return Relationship between Internet and Traditional Firms Dfferences n he Prce-Earnng-Reurn Relaonshp beween Inerne and Tradonal Frms Jaehan Koh Ph.D. Program College of Busness Admnsraon Unversy of Texas-Pan Amercan jhkoh@upa.edu Bn Wang Asssan Professor Compuer

More information

Cointegration between Fama-French Factors

Cointegration between Fama-French Factors 1 Conegraon beween Fama-French Facors Absrac Conegraon has many applcaons n fnance and oher felds of scence researchng me seres and her nerdependences. The analyss s a useful mehod o analyse non-conegraon

More information

Recursive Data Mining for Masquerade Detection and Author Identification

Recursive Data Mining for Masquerade Detection and Author Identification Recursve Daa Mnng for Masquerade Deecon and Auhor Idenfcaon Boleslaw K. Szymansk, IEEE Fellow, and Yongqang Zhang Deparmen of Compuer Scence, RPI, Troy, NY 280, USA Absrac- In hs paper, a novel recursve

More information

Explaining Product Release Planning Results Using Concept Analysis

Explaining Product Release Planning Results Using Concept Analysis Explanng Produc Release Plannng Resuls Usng Concep Analyss Gengshen Du, Thomas Zmmermann, Guenher Ruhe Deparmen of Compuer Scence, Unversy of Calgary 2500 Unversy Drve NW, Calgary, Albera T2N 1N4, Canada

More information

The UAE UNiversity, The American University of Kurdistan

The UAE UNiversity, The American University of Kurdistan MPRA Munch Personal RePEc Archve A MS-Excel Module o Transform an Inegraed Varable no Cumulave Paral Sums for Negave and Posve Componens wh and whou Deermnsc Trend Pars. Abdulnasser Haem-J and Alan Musafa

More information

A Novel Approach to Model Generation for Heterogeneous Data Classification

A Novel Approach to Model Generation for Heterogeneous Data Classification A Novel Approach o Model Generaon for Heerogeneous Daa Classfcaon Rong Jn*, Huan Lu *Dep. of Compuer Scence and Engneerng, Mchgan Sae Unversy, Eas Lansng, MI 48824 rongn@cse.msu.edu Deparmen of Compuer

More information

Quarterly Accounting Earnings Forecasting: A Grey Group Model Approach

Quarterly Accounting Earnings Forecasting: A Grey Group Model Approach Quarerly Accounng Earnngs Forecasng: A Grey Group Model Approach Zheng-Ln Chen Deparmen of Accounng Zhongnan Unversy of Economcs and Law # Souh Nanhu Road, Wuhan Cy, 430073 Hube People's Republc of Chna

More information

A Common Neural Network Model for Unsupervised Exploratory Data Analysis and Independent Component Analysis

A Common Neural Network Model for Unsupervised Exploratory Data Analysis and Independent Component Analysis A Common Neural Nework Model for Unsupervsed Exploraory Daa Analyss and Independen Componen Analyss Keywords: Unsupervsed Learnng, Independen Componen Analyss, Daa Cluserng, Daa Vsualsaon, Blnd Source

More information

The Empirical Research of Price Fluctuation Rules and Influence Factors with Fresh Produce Sequential Auction Limei Cui

The Empirical Research of Price Fluctuation Rules and Influence Factors with Fresh Produce Sequential Auction Limei Cui 6h Inernaonal Conference on Sensor Nework and Compuer Engneerng (ICSNCE 016) The Emprcal Research of Prce Flucuaon Rules and Influence Facors wh Fresh Produce Sequenal Aucon Lme Cu Qujng Normal Unversy,

More information

STOCK PRICES TEHNICAL ANALYSIS

STOCK PRICES TEHNICAL ANALYSIS STOCK PRICES TEHNICAL ANALYSIS Josp Arnerć, Elza Jurun, Snježana Pvac Unversy of Spl, Faculy of Economcs Mace hrvaske 3 2 Spl, Croaa jarnerc@efs.hr, elza@efs.hr, spvac@efs.hr Absrac Ths paper esablshes

More information

Interest Rate Derivatives: More Advanced Models. Chapter 24. The Two-Factor Hull-White Model (Equation 24.1, page 571) Analytic Results

Interest Rate Derivatives: More Advanced Models. Chapter 24. The Two-Factor Hull-White Model (Equation 24.1, page 571) Analytic Results Ineres Rae Dervaves: More Advanced s Chaper 4 4. The Two-Facor Hull-Whe (Equaon 4., page 57) [ θ() ] σ 4. dx = u ax d dz du = bud σdz where x = f () r and he correlaon beween dz and dz s ρ The shor rae

More information

Online Data, Fixed Effects and the Construction of High-Frequency Price Indexes

Online Data, Fixed Effects and the Construction of High-Frequency Price Indexes Onlne Daa, Fxed Effecs and he Consrucon of Hgh-Frequency Prce Indexes Jan de Haan* and Rens Hendrks** * ascs eherlands / Delf Unversy of Technology ** ascs eherlands EMG Worksho 23 Ams of he aer Exlan

More information

ESSAYS ON MONETARY POLICY AND INTERNATIONAL TRADE. A Dissertation HUI-CHU CHIANG

ESSAYS ON MONETARY POLICY AND INTERNATIONAL TRADE. A Dissertation HUI-CHU CHIANG ESSAYS ON MONETARY POLICY AND INTERNATIONAL TRADE A Dsseraon by HUI-CHU CHIANG Submed o he Offce of Graduae Sudes of Texas A&M Unversy n paral fulfllmen of he requremens for he degree of DOCTOR OF PHILOSOPHY

More information

Co-Integration Study of Relationship between Foreign Direct Investment and Economic Growth

Co-Integration Study of Relationship between Foreign Direct Investment and Economic Growth www.ccsene.org/br Inernaonal Busness Research Vol. 4, No. 4; Ocober 2011 Co-Inegraon Sudy of Relaonshp beween Foregn Drec Invesen and Econoc Growh Haao Sun Qngdao Technologcal Unversy, Qngdao 266520, Chna

More information

A Hybrid Method to Improve Forecasting Accuracy Utilizing Genetic Algorithm An Application to the Data of Operating equipment and supplies

A Hybrid Method to Improve Forecasting Accuracy Utilizing Genetic Algorithm An Application to the Data of Operating equipment and supplies A Hyrd Mehod o Improve Forecasng Accuracy Ulzng Genec Algorhm An Applcaon o he Daa of Operang equpmen and supples Asam Shara Tax Corporaon Arkne, Shzuoka Cy, Japan, e-mal: a-shara@arkne.nfo Dasuke Takeyasu

More information

Network Security Risk Assessment Based on Node Correlation

Network Security Risk Assessment Based on Node Correlation Journal of Physcs: Conference Seres PAPER OPE ACCESS ewor Secury Rs Assessmen Based on ode Correlaon To ce hs arcle: Zengguang Wang e al 2018 J. Phys.: Conf. Ser. 1069 012073 Vew he arcle onlne for updaes

More information

The Virtual Machine Resource Allocation based on Service Features in Cloud Computing Environment

The Virtual Machine Resource Allocation based on Service Features in Cloud Computing Environment Send Orders for Reprns o reprns@benhamscence.ae The Open Cybernecs & Sysemcs Journal, 2015, 9, 639-647 639 Open Access The Vrual Machne Resource Allocaon based on Servce Feaures n Cloud Compung Envronmen

More information

An Inclusion-Exclusion Algorithm for Network Reliability with Minimal Cutsets

An Inclusion-Exclusion Algorithm for Network Reliability with Minimal Cutsets Amercan Journal of ompuaonal Mahemacs, 202, 2, 6-20 hp://dxdoorg/0426/acm2022404 Publshed Onlne December 202 (hp://wwwscrporg/ournal/acm) An Incluson-Excluson Algorhm for ework Relably wh Mnmal uses Yan-Ru

More information

Section 6 Short Sales, Yield Curves, Duration, Immunization, Etc.

Section 6 Short Sales, Yield Curves, Duration, Immunization, Etc. More Tuoral a www.lledumbdocor.com age 1 of 9 Secon 6 Shor Sales, Yeld Curves, Duraon, Immunzaon, Ec. Shor Sales: Suppose you beleve ha Company X s sock s overprced. You would ceranly no buy any of Company

More information

Soft-computing techniques for time series forecasting

Soft-computing techniques for time series forecasting ESANN'2004 proceedngs - European Symposum on Arfcal Neural Neworks Bruges (Belgum), 28-30 Aprl 2004, d-sde publ., ISBN 2-930307-04-8, pp. 93-102 Sof-compung echnques for me seres forecasng I.Rojas, H.Pomares

More information

A Framework for Large Scale Use of Scanner Data in the Dutch CPI

A Framework for Large Scale Use of Scanner Data in the Dutch CPI A Framework for Large Scale Use of Scanner Daa n he Duch CPI Jan de Haan Sascs Neherlands and Delf Unversy of Technology Oawa Group, 2-22 May 215 The basc dea Ideally, o make he producon process as effcen

More information

A Hybrid Method for Forecasting with an Introduction of a Day of the Week Index to the Daily Shipping Data of Sanitary Materials

A Hybrid Method for Forecasting with an Introduction of a Day of the Week Index to the Daily Shipping Data of Sanitary Materials Journal of Communcaon and Compuer (05) 0-07 do: 0.765/548-7709/05.0.00 D DAVID PUBLISHING A Hyrd Mehod for Forecasng wh an Inroducon of a Day of he Week Inde o he Daly Shppng Daa of Sanary Maerals Dasuke

More information

Fairing of Polygon Meshes Via Bayesian Discriminant Analysis

Fairing of Polygon Meshes Via Bayesian Discriminant Analysis Farng of Polygon Meshes Va Bayesan Dscrmnan Analyss Chun-Yen Chen Insue of Informaon Scence, Academa Snca. Deparmen of Compuer Scence and Informaon Engneerng, Naonal Tawan Unversy. 5, Tawan, Tape, Nankang

More information

Fugit (options) The terminology of fugit refers to the risk neutral expected time to exercise an

Fugit (options) The terminology of fugit refers to the risk neutral expected time to exercise an Fug (opons) INTRODUCTION The ermnology of fug refers o he rsk neural expeced me o exercse an Amercan opon. Invened by Mark Garman whle professor a Berkeley n he conex of a bnomal ree for Amercan opon hs

More information

Noise and Expected Return in Chinese A-share Stock Market. By Chong QIAN Chien-Ting LIN

Noise and Expected Return in Chinese A-share Stock Market. By Chong QIAN Chien-Ting LIN Nose and Expeced Reurn n Chnese A-share Sock Marke By Chong QIAN Chen-Tng LIN 1 } Capal Asse Prcng Model (CAPM) by Sharpe (1964), Lnner (1965) and Mossn (1966) E ( R, ) R f, + [ E( Rm, ) R f, = β ] + ε

More information

Optimal Fuzzy Min-Max Neural Network (FMMNN) for Medical Data Classification Using Modified Group Search Optimizer Algorithm

Optimal Fuzzy Min-Max Neural Network (FMMNN) for Medical Data Classification Using Modified Group Search Optimizer Algorithm 1 Opmal Fuzzy Mn-Max Neural Nework (FMMNN) for Medcal Daa Classfcaon Usng Modfed Group Search Opmzer Algorhm D. Mahammad Raf 1 * Chear Ramachandra Bharah 2 1 Vvekananda Insue of Engneerng & Technology,

More information

Learning From Labeled And Unlabeled Data: An Empirical Study Across Techniques And Domains

Learning From Labeled And Unlabeled Data: An Empirical Study Across Techniques And Domains Journal of Arfcal Inellgence Research 3 (005 33 -- 366 Submed 06/04; publshed 03/05 Learnng From Labeled And Unlabeled Daa: An Emprcal Sud Across Technques And Domans Nesh V. Chawla Deparmen of Compuer

More information

VI. Clickstream Big Data and Delivery before Order Making Mode for Online Retailers

VI. Clickstream Big Data and Delivery before Order Making Mode for Online Retailers VI. Clcksream Bg Daa and Delvery before Order Makng Mode for Onlne Realers Yemng (Yale) Gong EMLYON Busness School Haoxuan Xu *, Jnlong Zhang School of Managemen, Huazhong Unversy of Scence &Technology

More information

Improving Earnings per Share: An Illusory Motive in Stock Repurchases

Improving Earnings per Share: An Illusory Motive in Stock Repurchases Inernaonal Journal of Busness and Economcs, 2009, Vol. 8, No. 3, 243-247 Improvng Earnngs per Share: An Illusory Move n Sock Repurchases Jong-Shn We Deparmen of Inernaonal Busness Admnsraon, Wenzao Ursulne

More information

Interactive Dynamic Influence Diagrams

Interactive Dynamic Influence Diagrams Ineracve Dynamc Influence Dagrams Kyle Polch and Por Gmyrasewcz Deparmen of Compuer Scence, Unversy of Illnos a Chcago Chcago, IL, 60607-7053, USA E-mal: kpolch@cs.uc.edu, por@cs.uc.edu Absrac Ths paper

More information

The Proposed Mathematical Models for Decision- Making and Forecasting on Euro-Yen in Foreign Exchange Market

The Proposed Mathematical Models for Decision- Making and Forecasting on Euro-Yen in Foreign Exchange Market Iranan Economc Revew, Vol.6, No.30, Fall 20 The Proposed Mahemacal Models for Decson- Makng and Forecasng on Euro-Yen n Foregn Exchange Marke Abdorrahman Haer Masoud Rabban Al Habbna Receved: 20/07/24

More information

Estimating intrinsic currency values

Estimating intrinsic currency values Esmang nrnsc currency values Forex marke praconers consanly alk abou he srenghenng or weakenng of ndvdual currences. In hs arcle, Jan Chen and Paul Dous presen a new mehodology o quanfy hese saemens n

More information

A PLAN-B PAPER SUBMITTED TO THE FACULTY OF APPLIED ECONOMICS GRADUATE PROGRAM OF THE UNIVERSITY OF MINNESOTA BY MARÍA GABRIELA URGILÉS BRAVO

A PLAN-B PAPER SUBMITTED TO THE FACULTY OF APPLIED ECONOMICS GRADUATE PROGRAM OF THE UNIVERSITY OF MINNESOTA BY MARÍA GABRIELA URGILÉS BRAVO EMPLOYER LEARNING AND STATISTICAL DISCRIMINATION: A COMPARISON OF HISPANIC AND WHITE MALES A PLAN-B PAPER SUBMITTED TO THE FACULTY OF APPLIED ECONOMICS GRADUATE PROGRAM OF THE UNIVERSITY OF MINNESOTA BY

More information

Agricultural and Rural Finance Markets in Transition

Agricultural and Rural Finance Markets in Transition Agrculural and Rural Fnance Markes n Transon Proceedngs of Regonal Research Commee NC-04 S. Lous, Mssour Ocober 4-5, 007 Dr. Mchael A. Gunderson, Edor January 008 Food and Resource Economcs Unversy of

More information

EXPLOITING GEOMETRICAL NODE LOCATION FOR IMPROVING SPATIAL REUSE IN SINR-BASED STDMA MULTI-HOP LINK SCHEDULING ALGORITHM

EXPLOITING GEOMETRICAL NODE LOCATION FOR IMPROVING SPATIAL REUSE IN SINR-BASED STDMA MULTI-HOP LINK SCHEDULING ALGORITHM Inernaonal Journal of Technology (2015) 1: 53 62 ISSN 2086 9614 IJTech 2015 EXLOITING GEOMETRICAL NODE LOCATION FOR IMROVING SATIAL REUSE IN SINR-BASED STDMA MULTI-HO LINK SCHEDULING ALGORITHM Nachwan

More information

1%(5:25.,1*3$3(56(5,(6 7+(9$/8(635($' 5DQGROSK%&RKHQ &KULVWRSKHU3RON 7XRPR9XROWHHQDKR :RUNLQJ3DSHU KWWSZZZQEHURUJSDSHUVZ

1%(5:25.,1*3$3(56(5,(6 7+(9$/8(635($' 5DQGROSK%&RKHQ &KULVWRSKHU3RON 7XRPR9XROWHHQDKR :RUNLQJ3DSHU KWWSZZZQEHURUJSDSHUVZ 1%(5:25.,1*3$3(56(5,(6 7+(9$/8(635($' 5DQGROSK%&RKHQ &KULVWRSKHU3RON 7XRPR9XROWHHQDKR :RUNLQJ3DSHU KWWSZZZQEHURUJSDSHUVZ 1$7,21$/%85($82)(&212,&5(6($5&+ DVVD KXVHWWV$YHQXH &DPEULGJH$ $SULO &RUUHVSRQGHQ

More information

Empirical Study on the Relationship between ICT Application and China Agriculture Economic Growth

Empirical Study on the Relationship between ICT Application and China Agriculture Economic Growth Emprcal Sudy on he Relaonshp beween ICT Applcaon and Chna Agrculure Economc Growh Pengju He, Shhong Lu, Huoguo Zheng, and Yunpeng Cu Key Laboraory of Dgal Agrculural Early-warnng Technology Mnsry of Agrculure,

More information

A Novel Particle Swarm Optimization Approach for Grid Job Scheduling

A Novel Particle Swarm Optimization Approach for Grid Job Scheduling A Novel Parcle warm Opmzaon Approach for Grd ob chedulng Hesam Izaan, Behrouz Tor Ladan, Kamran Zamanfar, Ajh Abraham³ Islamc Azad Unversy, Ramsar branch, Ramsar, Iran zaan@gmal.com Deparmen of Compuer

More information

Determinants of firm exchange rate predictions:

Determinants of firm exchange rate predictions: CESSA WP 208-0 Deermnans of frm exchange rae predcons: Emprcal evdence from survey daa of Japanese frms Th-Ngoc Anh NGUYEN Yokohama Naonal Unversy Japan Socey for he Promoon of Scence May 208 Cener for

More information

PFAS: A Resource-Performance-Fluctuation-Aware Workflow Scheduling Algorithm for Grid Computing

PFAS: A Resource-Performance-Fluctuation-Aware Workflow Scheduling Algorithm for Grid Computing PFAS: A Resource-Performance-Flucuaon-Aware Workflow Schedulng Algorhm for Grd Compung Fangpeng Dong and Selm G. Akl School of Compung, Queen's Unversy Kngson, ON Canada, K7L N6 {dong, akl}@cs.queensu.ca

More information

Estimation of Optimal Tax Level on Pesticides Use and its

Estimation of Optimal Tax Level on Pesticides Use and its 64 Bulgaran Journal of Agrculural Scence, 8 (No 5 0, 64-650 Agrculural Academy Esmaon of Opmal Ta Level on Pescdes Use and s Impac on Agrculure N. Ivanova,. Soyanova and P. Mshev Unversy of Naonal and

More information

Data Mining Anomaly Detection. Lecture Notes for Chapter 10. Introduction to Data Mining

Data Mining Anomaly Detection. Lecture Notes for Chapter 10. Introduction to Data Mining Daa Mining Anomaly Deecion Lecure Noes for Chaper 10 Inroducion o Daa Mining by Tan, Seinbach, Kumar Tan,Seinbach, Kumar Inroducion o Daa Mining 4/18/2004 1 Anomaly/Oulier Deecion Wha are anomalies/ouliers?

More information

Data Mining Anomaly Detection. Lecture Notes for Chapter 10. Introduction to Data Mining

Data Mining Anomaly Detection. Lecture Notes for Chapter 10. Introduction to Data Mining Daa Mining Anomaly Deecion Lecure Noes for Chaper 10 Inroducion o Daa Mining by Tan, Seinbach, Kumar Tan,Seinbach, Kumar Inroducion o Daa Mining 4/18/2004 1 Anomaly/Oulier Deecion Wha are anomalies/ouliers?

More information

A Novel Application of the Copula Function to Correlation Analysis of Hushen300 Stock Index Futures and HS300 Stock Index

A Novel Application of the Copula Function to Correlation Analysis of Hushen300 Stock Index Futures and HS300 Stock Index A Novel Applcaon of he Copula Funcon o Correlaon Analyss of Hushen3 Sock Index Fuures and HS3 Sock Index Fang WU *, 2, Yu WEI. School of Economcs and Managemen, Souhwes Jaoong Unversy, Chengdu 63, Chna

More information

Can Multivariate GARCH Models Really Improve Value-at-Risk Forecasts?

Can Multivariate GARCH Models Really Improve Value-at-Risk Forecasts? 2s Inernaonal Congress on Modellng and Smulaon, Gold Coas, Ausrala, 29 ov o 4 Dec 205 www.mssanz.org.au/modsm205 Can Mulvarae GARCH Models Really Improve Value-a-Rsk Forecass? C.S. Sa a and F. Chan a a

More information

An improved segmentation-based HMM learning method for Condition-based Maintenance

An improved segmentation-based HMM learning method for Condition-based Maintenance An mproved segmenaon-based HMM learnng mehod for Condon-based Manenance T Lu 1,2, J Lemere 1,2, F Carella 1,2 and S Meganck 1,3 1 ETRO Dep., Vre Unverse Brussel, Plenlaan 2, 1050 Brussels, Belgum 2 FMI

More information

Regional Capital Mobility in China: An Endogenous Parameter Approach

Regional Capital Mobility in China: An Endogenous Parameter Approach Regonal Capal Mobly n Chna: An Endogenous Parameer Approach Te La 1 1 School of Fnance, Guangdong Unversy of Foregn Sudes Appled Economcs and Fnance Vol. 2, No. 3; Augus2015 ISSN 2332-7294 E-ISSN 2332-7308

More information

A Solution to the Time-Scale Fractional Puzzle in the Implied Volatility

A Solution to the Time-Scale Fractional Puzzle in the Implied Volatility Arcle A Soluon o he Tme-Scale Fraconal Puzzle n he Impled Volaly Hdeharu Funahash 1, * and Masaak Kjma 1 Mzuho Secures Co. Ld., Tokyo 1-4, Japan Maser of Fnance Program, Tokyo Meropolan Unversy, Tokyo

More information

UC San Diego Recent Work

UC San Diego Recent Work UC San Dego Recen Work Tle On More Robus Esmaon of Skewness and Kuross: Smulaon and Applcaon o he S&P500 Index Permalnk hps://escholarshp.org/uc/em/7b5v07p Auhors Km, Tae-Hwan Whe, Halber Publcaon Dae

More information

Methodology to Perform Identifiability Analysis for Off-Road Vehicle Tire-Soil Parameter Estimation

Methodology to Perform Identifiability Analysis for Off-Road Vehicle Tire-Soil Parameter Estimation Agrculural and Bosysems Engneerng Conference Proceedngs and Presenaons Agrculural and Bosysems Engneerng 8-2011 Mehodology o Perform Idenfably Analyss for Off-Road Vehcle Tre-Sol Parameer Esmaon Smon Leroy

More information

Online appendices from Counterparty Risk and Credit Value Adjustment a continuing challenge for global financial markets by Jon Gregory

Online appendices from Counterparty Risk and Credit Value Adjustment a continuing challenge for global financial markets by Jon Gregory Onlne appendces fro Counerpary sk and Cred alue Adusen a connung challenge for global fnancal arkes by Jon Gregory APPNDX A: Dervng he sandard CA forula We wsh o fnd an expresson for he rsky value of a

More information

Hardware-Assisted High-Efficiency Ray Casting of Unstructured Time-Varying Flows Using Temporal Coherence

Hardware-Assisted High-Efficiency Ray Casting of Unstructured Time-Varying Flows Using Temporal Coherence Hardware-Asssed Hgh-Effcency Ray Casng of Unsrucured Tme-Varyng Flows Usng Temporal Coherence Qanl Ma, Lang Zeng, Huaxun Xu, Wenke Wang, Skun L Absrac Advances n compuaonal power are enablng hgh-precson

More information

Truth Discovery in Data Streams: A Single-Pass Probabilistic Approach

Truth Discovery in Data Streams: A Single-Pass Probabilistic Approach Truh Dscovery n Daa Sreams: A Sngle-Pass Probablsc Approach Zhou Zhao, James Cheng and Wlfred Ng Deparmen of Compuer Scence and Engneerng, Hong Kong Unversy of Scence and Technology Deparmen of Compuer

More information

Associating Absent Frequent Itemsets with Infrequent Items to Identify Abnormal Transactions

Associating Absent Frequent Itemsets with Infrequent Items to Identify Abnormal Transactions Assocang Absen Frequen Iemses wh Infrequen Iems o Idenfy Abnormal Transacons L-Jen Kao Deparmen of Compuer Scence and Informaon Engneerng Hwa Hsa Insue of Technology New Tape Cy, Tawan 23568 ljenkao@cc.hwh.edu.w

More information

Centre for Computational Finance and Economic Agents WP Working Paper Series. Amadeo Alentorn Sheri Markose

Centre for Computational Finance and Economic Agents WP Working Paper Series. Amadeo Alentorn Sheri Markose Cenre for Compuaonal Fnance and Economc Agens WP002-06 Workng Paper Seres Amadeo Alenorn Sher Markose Removng maury effecs of mpled rsk neural denses and relaed sascs February 2006 www.essex.ac.uk/ccfea

More information

Batch Processing for Incremental FP-tree Construction

Batch Processing for Incremental FP-tree Construction Inernaonal Journal of Compuer Applons (975 8887) Volume 5 No.5, Augus 21 Bach Processng for Incremenal FP-ree Consrucon Shashkumar G. Toad Deparmen of CSE, GMRIT, Rajam, Srkakulam Dsrc AndraPradesh, Inda.

More information

Pricing Model of Credit Default Swap Based on Jump-Diffusion Process and Volatility with Markov Regime Shift

Pricing Model of Credit Default Swap Based on Jump-Diffusion Process and Volatility with Markov Regime Shift Assocaon for Informaon Sysems AIS Elecronc brary (AISe) WICEB 13 Proceedngs Wuhan Inernaonal Conference on e-busness Summer 5-5-13 Prcng Model of Cred Defaul Swap Based on Jump-Dffuson Process and Volaly

More information

Lien Bui Mean Reversion in International Stock Price Indices. An Error-Correction Approach. MSc Thesis

Lien Bui Mean Reversion in International Stock Price Indices. An Error-Correction Approach. MSc Thesis Len Bu Mean Reverson n Inernaonal Sock Prce Indces An Error-Correcon Approach MSc Thess 2011-021 Urech Unversy Urech School of Economcs MEAN REVERSION IN INTERNATIONAL STOCK PRICE INDICES AN ERROR-CORRECTION

More information

AN APPLICATION OF SPATIAL - PANEL ANALYSIS - PROVINCIAL ECONOMIC GROWTH AND LOGISTICS IN CHINA

AN APPLICATION OF SPATIAL - PANEL ANALYSIS - PROVINCIAL ECONOMIC GROWTH AND LOGISTICS IN CHINA Annals of he Unversy of Peroşan, Economcs, 0(2), 200, 35-322 35 AN APPLICATION OF SPATIAL - PANEL ANALYSIS - PROVINCIAL ECONOMIC GROWTH AND LOGISTICS IN CHINA YANG SHAO * ABSTRACT: Ths paper nroduces he

More information

Effective Feedback Of Whole-Life Data to The Design Process

Effective Feedback Of Whole-Life Data to The Design Process Effecve Feedback Of Whole-Lfe Daa o The Desgn Process Mohammed Kshk 1*, Assem Al-Hajj 1, Rober Pollock 1 and Ghassan Aouad 2 1 The Sco Suherland School, The Rober Gordon Unversy, Garhdee Road, Aberdeen

More information

Lecture Note 2 Time Value of Money

Lecture Note 2 Time Value of Money Seg250 Management Prncples for Engneerng Managers Lecture ote 2 Tme Value of Money Department of Systems Engneerng and Engneerng Management The Chnese Unversty of Hong Kong Interest: The Cost of Money

More information

Exchange Rates and Patterns of Cotton Textile Trade. Paper Prepared for: TAM 483: Textiles and Apparel in International Trade. Gary A.

Exchange Rates and Patterns of Cotton Textile Trade. Paper Prepared for: TAM 483: Textiles and Apparel in International Trade. Gary A. Exchange Raes and Paerns of Coon Texle Trade Paper Prepared for: TAM 483: Texles and Apparel n Inernaonal Trade Gary A. Ranes III ABSTRACT The surge n mpored exles and apparel, specfcally coon exles and

More information

THE TYRANNY OF THE IDENTITY: GROWTH ACCOUNTING REVISITED

THE TYRANNY OF THE IDENTITY: GROWTH ACCOUNTING REVISITED THE TYRANNY OF THE IDENTITY: GROWTH ACCOUNTING REVISITED Jesus Felpe Economcs and Research Deparmen Asan Developmen Bank Manla (Phlppnes) e-mal: jfelpe@adb.org JSL McCombe Cenre for Economc and Publc Polcy

More information

Semantic-based Detection of Segment Outliers and Unusual Events for Wireless Sensor Networks (Research-in-Progress)

Semantic-based Detection of Segment Outliers and Unusual Events for Wireless Sensor Networks (Research-in-Progress) Semanc-based Deecon of Segmen ulers and Unusual Evens for Wreless Sensor Neworks (Research-n-Progress) Lanl Gao eresearch Lab, School of ITEE, The Unversy of Queensland, Brsbane, Queensland 4072, Ausrala

More information

Methodology of the CBOE S&P 500 PutWrite Index (PUT SM ) (with supplemental information regarding the CBOE S&P 500 PutWrite T-W Index (PWT SM ))

Methodology of the CBOE S&P 500 PutWrite Index (PUT SM ) (with supplemental information regarding the CBOE S&P 500 PutWrite T-W Index (PWT SM )) ehodology of he CBOE S&P 500 PuWre Index (PUT S ) (wh supplemenal nformaon regardng he CBOE S&P 500 PuWre T-W Index (PWT S )) The CBOE S&P 500 PuWre Index (cker symbol PUT ) racks he value of a passve

More information

Cryptographic techniques used to provide integrity of digital content in long-term storage

Cryptographic techniques used to provide integrity of digital content in long-term storage RB/3/2011 Crypographc echnques used o provde negry of dgal conen n long-erm sorage REPORT ON THE PROBLEM Problem presened by Marn Šmka Paweł Wojcechowsk Polsh Secury Prnng Works (PWPW) 1 Repor auhors Małgorzaa

More information

Adjusted-Productivity Growth for Resource Rents: Kuwait Oil Industry

Adjusted-Productivity Growth for Resource Rents: Kuwait Oil Industry Appled Economcs and Fnance Vol. 3, No. 2; May 2016 ISSN 2332-7294 E-ISSN 2332-7308 Publshed by Redfame Publshng URL: hp://aef.redfame.com Adjused-Producvy Growh for Resource Rens: Kuwa Ol Indusry 1 Acng

More information

Economics of taxation

Economics of taxation Economcs of axaon Lecure 3: Opmal axaon heores Salane (2003) Opmal axes The opmal ax sysem mnmzes he excess burden wh a gven amoun whch he governmen wans o rase hrough axaon. Opmal axes maxmze socal welfare,

More information

Holdings-based Fund Performance Measures: Estimation and Inference 1

Holdings-based Fund Performance Measures: Estimation and Inference 1 1 Holdngs-based Fund Performance Measures: Esmaon and Inference 1 Wayne E. Ferson Unversy of Souhern Calforna and NBER Junbo L. Wang Lousana Sae Unversy Aprl 14, 2018 Absrac Ths paper nroduces a panel

More information

San Francisco State University ECON 560 Summer 2018 Problem set 3 Due Monday, July 23

San Francisco State University ECON 560 Summer 2018 Problem set 3 Due Monday, July 23 San Francisco Sae Universiy Michael Bar ECON 56 Summer 28 Problem se 3 Due Monday, July 23 Name Assignmen Rules. Homework assignmens mus be yped. For insrucions on how o ype equaions and mah objecs please

More information

ECONOMIC GROWTH. Student Assessment. Macroeconomics II. Class 1

ECONOMIC GROWTH. Student Assessment. Macroeconomics II. Class 1 Suden Assessmen You will be graded on he basis of In-class aciviies (quizzes worh 30 poins) which can be replaced wih he number of marks from he regular uorial IF i is >=30 (capped a 30, i.e. marks from

More information

The Effects of Nature on Learning in Games

The Effects of Nature on Learning in Games The Effecs of Naure on Learnng n Games C.-Y. Cynha Ln Lawell 1 Absrac Ths paper develops an agen-based model o nvesgae he effecs of Naure on learnng n games. In parcular, I exend one commonly used learnng

More information

SkyCube Computation over Wireless Sensor Networks Based on Extended Skylines

SkyCube Computation over Wireless Sensor Networks Based on Extended Skylines Proceedngs of he 2010 IEEE Inernaonal Conference on Informaon and Auomaon June 20-23, Harbn, Chna SkyCube Compuaon over Wreless Sensor Neworks Based on Exended Skylnes Zhqong Wang 1, Zhyue Wang 2, Junchang

More information

Are Taxes Capitalized in Bond Prices? Evidence from the Market for Government of Canada Bonds* Stuart Landon **

Are Taxes Capitalized in Bond Prices? Evidence from the Market for Government of Canada Bonds* Stuart Landon ** PRELIINARY DRAFT Are Taxes Capalzed n Bond Prces? Evdence from he arke for Governmen of Canada Bonds* Suar Landon ** Deparmen of Economcs Unversy of Albera Edmonon, Albera Canada T6G 2H4 14 ay 2008 Absrac

More information

MULTI-SPECTRAL IMAGE ANALYSIS BASED ON DYNAMICAL EVOLUTIONARY PROJECTION PURSUIT

MULTI-SPECTRAL IMAGE ANALYSIS BASED ON DYNAMICAL EVOLUTIONARY PROJECTION PURSUIT MULTI-SPECTRAL IMAGE AALYSIS BASED O DYAMICAL EVOLUTIOARY PROJECTIO PURSUIT YU Changhu a, MEG Lngku a, YI Yaohua b, a School of Remoe Sensng Informaon Engneerng, Wuhan Unversy, 39#,Luoyu Road, Wuhan,Chna,430079,

More information

THE APPLICATION OF REGRESSION ANALYSIS IN TESTING UNCOVERED INTEREST RATE PARITY

THE APPLICATION OF REGRESSION ANALYSIS IN TESTING UNCOVERED INTEREST RATE PARITY QUANTITATIVE METHOD IN ECONOMIC Vol. XIV, No., 03, pp. 3 4 THE APPLICATION OF REGREION ANALYI IN TETING UNCOVERED INTERET RATE PARITY Joanna Kselńsa, Kaarzyna Czech Faculy of Economcs cences Warsaw Unversy

More information