Linear regression II

Size: px
Start display at page:

Download "Linear regression II"

Transcription

1 CS 75 Mache Learg Lecture 9 Lear regresso II Mlos Hauskrecht mlos@cs.ptt.eu 539 Seott Square Lear regresso Fucto f : X Y Y s a lear combato of put compoets f ( w w w w w w, w, w k - parameters (weghts w Bas term w w f (, w Iput vector w w

2 Lear regresso. Error. Data: D, Fucto: f ( We woul lke to have f ( for all,.., Error fucto measures how much our prectos evate from the esre aswers Mea-square error,.. ( y Learg: We wat to f the weghts mmzg the error! f ( Lear regresso. Eample mesoal put (

3 Lear regresso. Eample. mesoal put, ( Solvg lear regresso he optmal set of weghts satsfes: w( ( w ( w w Leas to a system of lear equatos (SLE wth + ukows of the form Soluto to SLE: Aw b,, w,, w,, w,, w A Assumg X s a ata matr wth rows correspog to eamples a colums to puts, a y s vector of outputs, the w ( X X X y b y, 3

4 Graet escet soluto Goal: the weght optmzato the lear regresso moel Error( w ( f (, w,.. A alteratve to SLE soluto: Graet escet Iea: Aust weghts the recto that mproves the Error he graet tells us what s the rght recto w w werror (w - a learg rate (scales the graet chages Batch vs Ole regresso algorthm he error fucto efe o the complete ataset D Error( w ( f (, w,.. We say we are learg the moel the batch moe: All eamples are avalable at the tme of learg Weghts are optmzes wth respect to all trag eamples A alteratve s to lear the moel the ole moe Eamples are arrvg sequetally Moel weghts are upate after every eample If eee eamples see ca be forgotte - 4

5 Etesos of smple lear moel Replace puts to lear uts wth m feature (bass fuctos to moel oleartes ( f ( w w ( ( w m - a arbtrary fucto of w f ( ( w m ( w m Orgal put New put Lear moel No-lear moel 5

6 Statstcal moel of regresso A statstcal moel of lear regresso: w y ~ N(, s a raom ose, represets thgs we caot capture wth w 3 5 E( y w 5 5 Gaussa ose ε y ~ N( w, Regularze lear regresso If the umber of parameters s large relatve to the umber of ata pots use to tra the moel, we face the threat of overfttg (geeralzato error of the moel goes up he precto accuracy ca be ofte mprove by settg some coeffcets to zero Icreases the bas, reuces the varace of estmates Solutos: Subset selecto Rge regresso Lasso regresso Prcpal compoet regresso 6

7 Regularzato: motvato If the moel s too comple a ca cause overfttg, ts precto accuracy ca be mprove by removg some puts from the moel = settg ther coeffcets to zero f ( w w w w w 3 3 w w, w, w k - parameters (weghts Iput vector w w w w f (, w f ( w w w w 3 3 w Rge regresso Questo: how to force the weghts to? Error fucto for the staar least squares estmates: ( w ( w Where w,.. We seek: * w arg m w Rge regresso: w ( w,.. ( y What oes the ew obectve fucto o? w ( w L,.. w w w L a 7

8 Staar regresso: Rge regresso: Rge regresso ( w ( w,.. w w w w L pealzes o-zero weghts wth the cost proportoal to (a shrkage coeffcet If a put attrbute has a small effect o mprovg the error fucto t s shut ow by the pealty term Icluso of a shrkage pealty s ofte referre to as regularzato. (rge regresso s relate to khoov regularzato ( w ( w w L,.. Regularze lear regresso How to solve the least squares problem f the error fucto s erche by the regularzato term w? Aswer: he soluto to the optmal set of weghts w s obtae aga by solvg a set of lear equato. Staar lear regresso: w( ( w ( w Soluto: w* ( X X X Regularze lear regresso: y where X s a matr wth rows correspog to eamples a colums to puts, y s vector of outputs w* ( I X X X y 8

9 Regularze lear regresso Rge regularzato s also relate to the Bayesa regresso wth the Gaussa pror Iea: Statstcal moel for lear regresso: w y ~ N(, p( y N( w, A a pror o w Posteror o w: p( w N(, I p( w X, Y, Gaussa he obectve fucto for the regularze least squares correspos to the problem of fg the moe of the posteror. p( w X, Y,, where Lasso regresso Staar regresso: w ( w (,.. Lasso regresso/regularzato: w ( w ( w L,.. w w pealzes o-zero weghts wth the cost L proportoal to. L s more aggressve pushg the weghts to compare to L he obectve fucto correspos to the moe of the posteror the Bayesa regresso whe the pror o w s moele usg a Laplace strbuto 9

CS 2750 Machine Learning. Lecture 7. Linear regression. CS 2750 Machine Learning. Linear regression. is a linear combination of input components x

CS 2750 Machine Learning. Lecture 7. Linear regression. CS 2750 Machine Learning. Linear regression. is a linear combination of input components x CS 75 Mache Learg Lecture 7 Lear regresso Mlos Hauskrecht mlos@cs.ptt.eu 539 Seott Square CS 75 Mache Learg Lear regresso Fucto f : X Y s a lear combato of put compoets f k - parameters eghts Bas term

More information

CS 1675 Intro to Machine Learning Lecture 9. Linear regression. Supervised learning. a set of n examples

CS 1675 Intro to Machine Learning Lecture 9. Linear regression. Supervised learning. a set of n examples CS 675 Itro to Mache Learg Lecture 9 Lear regresso Mlos Hauskrecht mlos@cs.ptt.eu 59 Seott Square Supervse learg Data: D { D D.. D} a set of eamples D s a put vector of sze s the esre output gve b a teacher

More information

Density estimation II.

Density estimation II. Lecture 5 esty estmato II. Mlos Hausrecht mlos@cs.tt.eu 539 Seott Square Outle Outle: esty estmato: Bomal strbuto Multomal strbuto ormal strbuto oetal famly ata: esty estmato {.. } a vector of attrbute

More information

Overview. Linear Models Connectionist and Statistical Language Processing. Numeric Prediction. Example

Overview. Linear Models Connectionist and Statistical Language Processing. Numeric Prediction. Example Overvew Lear Models Coectost ad Statstcal Laguage Processg Frak Keller keller@col.u-sb.de Computerlgustk Uverstät des Saarlades classfcato vs. umerc predcto lear regresso least square estmato evaluatg

More information

CHAPTER 8. r E( r ) m e. Reduces the number of inputs for diversification. Easier for security analysts to specialize

CHAPTER 8. r E( r ) m e. Reduces the number of inputs for diversification. Easier for security analysts to specialize CHATE 8 Idex odels cgra-hll/ir Copyrght 0 by The cgra-hll Compaes, Ic. All rghts reserved. 8- Advatages of the Sgle Idex odel educes the umber of puts for dversfcato Easer for securty aalysts to specalze

More information

AMS Final Exam Spring 2018

AMS Final Exam Spring 2018 AMS57.1 Fal Exam Sprg 18 Name: ID: Sgature: Istructo: Ths s a close book exam. You are allowed two pages 8x11 formula sheet (-sded. No cellphoe or calculator or computer or smart watch s allowed. Cheatg

More information

Deriving & Understanding the Variance Formulas

Deriving & Understanding the Variance Formulas Dervg & Uderstadg the Varace Formulas Ma H. Farrell BUS 400 August 28, 205 The purpose of ths hadout s to derve the varace formulas that we dscussed class ad show why take the form they do. I class we

More information

SCEA CERTIFICATION EXAM: PRACTICE QUESTIONS AND STUDY AID

SCEA CERTIFICATION EXAM: PRACTICE QUESTIONS AND STUDY AID SCEA CERTIFICATION EAM: PRACTICE QUESTIONS AND STUDY AID Lear Regresso Formulas Cheat Sheet You ma use the followg otes o lear regresso to work eam questos. Let be a depedet varable ad be a depedet varable

More information

LECTURE 5: Quadratic classifiers

LECTURE 5: Quadratic classifiers LECURE 5: Quadratc classfers Bayes classfers for Normally dstrbuted classes Case : σ I Case : ( daoal) Case : ( o-daoal) Case : σ I Case 5: j eeral case Numercal example Lear ad quadratc classfers: coclusos

More information

1036: Probability & Statistics

1036: Probability & Statistics 036: Probablty & Statstcs Lecture 9 Oe- ad Two-Sample Estmato Problems Prob. & Stat. Lecture09 - oe-/two-sample estmato cwlu@tws.ee.ctu.edu.tw 9- Statstcal Iferece Estmato to estmate the populato parameters

More information

Consult the following resources to familiarize yourself with the issues involved in conducting surveys:

Consult the following resources to familiarize yourself with the issues involved in conducting surveys: Cofdece Itervals Learg Objectves: After completo of ths module, the studet wll be able to costruct ad terpret cofdece tervals crtcally evaluate the outcomes of surveys terpret the marg of error the cotext

More information

May 2005 Exam Solutions

May 2005 Exam Solutions May 005 Exam Soluto 1 E Chapter 6, Level Autes The preset value of a auty-mmedate s: a s (1 ) v s By specto, the expresso above s ot equal to the expresso Choce E. Soluto C Chapter 1, Skg Fud The terest

More information

An Efficient Estimator Improving the Searls Normal Mean Estimator for Known Coefficient of Variation

An Efficient Estimator Improving the Searls Normal Mean Estimator for Known Coefficient of Variation ISSN: 2454-2377, A Effcet Estmator Improvg the Searls Normal Mea Estmator for Kow Coeffcet of Varato Ashok Saha Departmet of Mathematcs & Statstcs, Faculty of Scece & Techology, St. Auguste Campus The

More information

Random Variables. Discrete Random Variables. Example of a random variable. We will look at: Nitrous Oxide Example. Nitrous Oxide Example

Random Variables. Discrete Random Variables. Example of a random variable. We will look at: Nitrous Oxide Example. Nitrous Oxide Example Radom Varables Dscrete Radom Varables Dr. Tom Ilveto BUAD 8 Radom Varables varables that assume umercal values assocated wth radom outcomes from a expermet Radom varables ca be: Dscrete Cotuous We wll

More information

Portfolio Optimization: MAD vs. Markowitz

Portfolio Optimization: MAD vs. Markowitz Rose-Hulma Udergraduate Mathematcs Joural Volume 6 Issue 2 Artcle 3 Portfolo Optmzato: MAD vs. Markowtz Beth Bower College of Wllam ad Mary, bebowe@wm.edu Pamela Wetz Mllersvlle Uversty, pamela037@hotmal.com

More information

IEOR 130 Methods of Manufacturing Improvement Fall, 2017 Prof. Leachman Solutions to First Homework Assignment

IEOR 130 Methods of Manufacturing Improvement Fall, 2017 Prof. Leachman Solutions to First Homework Assignment IEOR 130 Methods of Maufacturg Improvemet Fall, 2017 Prof. Leachma Solutos to Frst Homework Assgmet 1. The scheduled output of a fab a partcular week was as follows: Product 1 1,000 uts Product 2 2,000

More information

Sample Survey Design

Sample Survey Design Sample Survey Desg A Hypotetcal Exposure Scearo () Assume we kow te parameters of a worker s exposure dstrbuto of 8-our TWAs to a cemcal. As t appes, te worker as four dfferet types of days wt regard to

More information

Probability and Statistical Methods. Chapter 8 Fundamental Sampling Distributions

Probability and Statistical Methods. Chapter 8 Fundamental Sampling Distributions Math 3 Probablty ad Statstcal Methods Chapter 8 Fudametal Samplg Dstrbutos Samplg Dstrbutos I the process of makg a ferece from a sample to a populato we usually calculate oe or more statstcs, such as

More information

Probability and Statistical Methods. Chapter 8 Fundamental Sampling Distributions

Probability and Statistical Methods. Chapter 8 Fundamental Sampling Distributions Math 3 Probablty ad Statstcal Methods Chapter 8 Fudametal Samplg Dstrbutos Samplg Dstrbutos I the process of makg a ferece from a sample to a populato we usually calculate oe or more statstcs, such as

More information

Supplemental notes for topic 9: April 4, 6

Supplemental notes for topic 9: April 4, 6 Sta-30: Probablty Sprg 017 Supplemetal otes for topc 9: Aprl 4, 6 9.1 Polyomal equaltes Theorem (Jese. If φ s a covex fucto the φ(ex Eφ(x. Theorem (Beaymé-Chebyshev. For ay radom varable x, ɛ > 0 P( x

More information

Mathematics 1307 Sample Placement Examination

Mathematics 1307 Sample Placement Examination Mathematcs 1307 Sample Placemet Examato 1. The two les descrbed the followg equatos tersect at a pot. What s the value of x+y at ths pot of tersecto? 5x y = 9 x 2y = 4 A) 1/6 B) 1/3 C) 0 D) 1/3 E) 1/6

More information

RSSI-based node localization algorithm for wireless sensor network

RSSI-based node localization algorithm for wireless sensor network Avalable ole www.jocpr.com Joural of Chemcal a Pharmaceutcal Research, 14, 6(6):9-95 Research Artcle ISSN : 975-7384 CODEN(USA) : JCPRC5 -base oe localzato algorthm for wreless sesor etwork Wal Zhag* a

More information

Chapter 4. More Interest Formulas

Chapter 4. More Interest Formulas Chapter 4 More Iterest ormulas Uform Seres Compoud Iterest ormulas Why? May paymets are based o a uform paymet seres. e.g. automoble loas, house paymets, ad may other loas. 2 The Uform aymet Seres s 0

More information

Optimal Reliability Allocation

Optimal Reliability Allocation Optmal Relablty Allocato Yashwat K. Malaya malaya@cs.colostate.edu Departmet of Computer Scece Colorado State Uversty Relablty Allocato Problem Allocato the relablty values to subsystems to mmze the total

More information

Measures of Dispersion

Measures of Dispersion Chapter IV Meaure of Dpero R. 4.. The meaure of locato cate the geeral magtue of the ata a locate oly the cetre of a trbuto. They o ot etablh the egree of varablty or the prea out or catter of the vual

More information

Chapter 4. More Interest Formulas

Chapter 4. More Interest Formulas Chapter 4 More Iterest ormulas Uform Seres Compoud Iterest ormulas Why? May paymets are based o a uform paymet seres. e.g. automoble loas, house paymets, ad may other loas. 2 The Uform aymet Seres s 0

More information

The Complexity of General Equilibrium

The Complexity of General Equilibrium Prof. Ja Bhattachara Eco --Sprg 200 Welfare Propertes of Market Outcomes Last tme, we covered equlbrum oe market partal equlbrum. We foud that uder perfect competto, the equlbrum prce ad quatt mamzed the

More information

b. (6 pts) State the simple linear regression models for these two regressions: Y regressed on X, and Z regressed on X.

b. (6 pts) State the simple linear regression models for these two regressions: Y regressed on X, and Z regressed on X. Mat 46 Exam Sprg 9 Mara Frazer Name SOLUTIONS Solve all problems, ad be careful ot to sped too muc tme o a partcular problem. All ecessary SAS fles are our usual folder (P:\data\mat\Frazer\Regresso). You

More information

Gene Expression Data Analysis (II) statistical issues in spotted arrays

Gene Expression Data Analysis (II) statistical issues in spotted arrays STATC4 Sprg 005 Lecture Data ad fgures are from Wg Wog s computatoal bology course at Harvard Gee Expresso Data Aalyss (II) statstcal ssues spotted arrays Below shows part of a result fle from mage aalyss

More information

The Firm. The Firm. Maximizing Profits. Decisions. ECON 370: Microeconomic Theory Summer 2004 Rice University Stanley Gilbert

The Firm. The Firm. Maximizing Profits. Decisions. ECON 370: Microeconomic Theory Summer 2004 Rice University Stanley Gilbert The Frm The Frm ECON 370: Mcroecoomc Theory Summer 004 Rce Uversty Staley Glbert A Frm s a mechasm for covertg labor, captal ad raw materals to desrable goods A frm s owed by cosumers ad operated for the

More information

Gross Product Simulation with pooling of Linear and Nonlinear Regression Models

Gross Product Simulation with pooling of Linear and Nonlinear Regression Models Gross Prouct Smulato wth poolg of Lear a Nolear Regresso Moels Ahma Flah, Abbas Abalmuhse, Ebtsam Abulah, Sr Ramaswam Uverst of Arkasas at Lttle Rock Lttle Rock, AR 704, USA {aflah, akabalmuh, ekabulah,

More information

Forecasting the Movement of Share Market Price using Fuzzy Time Series

Forecasting the Movement of Share Market Price using Fuzzy Time Series Iteratoal Joural of Fuzzy Mathematcs ad Systems. Volume 1, Number 1 (2011), pp. 73-79 Research Ida Publcatos http://www.rpublcato.com Forecastg the Movemet of Share Market Prce usg Fuzzy Tme Seres B.P.

More information

Prediction Error of the Future Claims Component of Premium Liabilities under the Loss Ratio Approach. International Regulatory Changes

Prediction Error of the Future Claims Component of Premium Liabilities under the Loss Ratio Approach. International Regulatory Changes Predcto rror o the Future lams ompoet o Premum Labltes uder the Loss Rato Approach (accepted to be publshed ace) AS Aual Meetg November 8 00 Jacke L PhD FIAA Nayag Busess School Nayag Techologcal Uversty

More information

Variable weight combined forecast of China s energy demand based on grey model and BP neural network

Variable weight combined forecast of China s energy demand based on grey model and BP neural network Avalable ole www.jocpr.com Joural of Chemcal ad Pharmaceutcal Research, 2014, 6(4):303-308 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 Varable weght combed forecast of Cha s eergy demad based

More information

STATIC GAMES OF INCOMPLETE INFORMATION

STATIC GAMES OF INCOMPLETE INFORMATION ECON 10/410 Decsos, Markets ad Icetves Lecture otes.11.05 Nls-Herk vo der Fehr SAIC GAMES OF INCOMPLEE INFORMAION Itroducto Complete formato: payoff fuctos are commo kowledge Icomplete formato: at least

More information

FINANCIAL MATHEMATICS GRADE 11

FINANCIAL MATHEMATICS GRADE 11 FINANCIAL MATHEMATICS GRADE P Prcpal aout. Ths s the orgal aout borrowed or vested. A Accuulated aout. Ths s the total aout of oey pad after a perod of years. It cludes the orgal aout P plus the terest.

More information

TOPIC 7 ANALYSING WEIGHTED DATA

TOPIC 7 ANALYSING WEIGHTED DATA TOPIC 7 ANALYSING WEIGHTED DATA You do t have to eat the whole ox to kow that the meat s tough. Samuel Johso Itroducto dfferet aalyss for sample data Up utl ow, all of the aalyss techques have oly dealt

More information

Parametric Density Estimation: Maximum Likelihood Estimation

Parametric Density Estimation: Maximum Likelihood Estimation Parametric Desity stimatio: Maimum Likelihood stimatio C6 Today Itroductio to desity estimatio Maimum Likelihood stimatio Itroducto Bayesia Decisio Theory i previous lectures tells us how to desig a optimal

More information

901 Notes: 16.doc Department of Economics Clemson University PRODUCTION THEORY 1

901 Notes: 16.doc Department of Economics Clemson University PRODUCTION THEORY 1 90 Notes: 6.doc Departmet of Ecoomcs Clemso Uversty PRODUCTION THEORY The eoclasscal theory of the frm s ot a theory about dustral orgazato but rather a theory about the relato betwee put ad output prces.

More information

A Test of Normality. Textbook Reference: Chapter 14.2 (eighth edition, pages 591 3; seventh edition, pages 624 6).

A Test of Normality. Textbook Reference: Chapter 14.2 (eighth edition, pages 591 3; seventh edition, pages 624 6). A Test of Normalty Textbook Referece: Chapter 4. (eghth edto, pages 59 ; seveth edto, pages 64 6). The calculato of p-values for hypothess testg typcally s based o the assumpto that the populato dstrbuto

More information

8.0% E(R) 6.0% Lend. Borrow 4.0% 2.0% rf rf 0.0% 0.0% 1.0% 2.0% 3.0% 4.0% STD(R) E(R) Long A and Short B. Long A and Long B. Short A and Long B

8.0% E(R) 6.0% Lend. Borrow 4.0% 2.0% rf rf 0.0% 0.0% 1.0% 2.0% 3.0% 4.0% STD(R) E(R) Long A and Short B. Long A and Long B. Short A and Long B F8000 Valuato of Facal ssets Sprg Semester 00 Dr. Isabel Tkatch ssstat Professor of Face Ivestmet Strateges Ledg vs. orrowg rsk-free asset) Ledg: a postve proporto s vested the rsk-free asset cash outflow

More information

Scheduling of a Paper Mill Process Considering Environment and Cost

Scheduling of a Paper Mill Process Considering Environment and Cost Schedulg of a Paper Mll Process Cosderg Evromet ad Cost M Park, Dogwoo Km, yog Km ad l Moo Departmet of Chemcal Egeerg, Yose Uversty, 34 Shchodog Seodaemooku, Seoul, 0-749, Korea Phoe: +8--363-9375 Emal:

More information

Lecture 9 February 21

Lecture 9 February 21 Math 239: Dscrete Mathematcs for the Lfe Sceces Sprg 2008 Lecture 9 February 21 Lecturer: Lor Pachter Scrbe/ Edtor: Sudeep Juvekar/ Alle Che 9.1 What s a Algmet? I ths lecture, we wll defe dfferet types

More information

The Application of Asset Pricing to Portfolio Management

The Application of Asset Pricing to Portfolio Management Clemso Ecoomcs The Applcato of Asset Prcg to Portfolo Maagemet The Nature of the Problem Portfolo maagers have two basc problems. Frst they must determe whch assets to hold a portfolo, ad secod, they must

More information

Solutions to Problems

Solutions to Problems Solutos to Problems ( Pt Pt + Ct) P5-. LG : Rate of retur: rt Pt Basc ($,000 $0,000 + $,500) a. Ivestmet X: Retur.50% $0,000 Ivestmet Y: Retur ($55,000 $55,000 + $6,800).36% $55,000 b. Ivestmet X should

More information

Types of Sampling Plans. Types of Sampling Plans. Sampling Procedures. Probability Samples -Simple Random sample -Stratified sample -Cluster sample

Types of Sampling Plans. Types of Sampling Plans. Sampling Procedures. Probability Samples -Simple Random sample -Stratified sample -Cluster sample Samplg Procedures Defe the Populato Idetfy the Samplg Frame Select a Samplg Procedure Determe the Sample Sze Select the Sample Elemets Collect the Data Types of Samplg Plas o-probablty Samples -Coveece

More information

By choosing to view this document, you agree to all provisions of the copyright laws protecting it.

By choosing to view this document, you agree to all provisions of the copyright laws protecting it. Copyrght 203 IEEE. Reprted, wth permsso, from Dgzhou Cao, Yu Su ad Huaru Guo, Optmzg Mateace Polces based o Dscrete Evet Smulato ad the OCBA Mechasm, 203 Relablty ad Mataablty Symposum, Jauary, 203. Ths

More information

= 1. UCLA STAT 13 Introduction to Statistical Methods for the Life and Health Sciences. Parameters and Statistics. Measures of Centrality

= 1. UCLA STAT 13 Introduction to Statistical Methods for the Life and Health Sciences. Parameters and Statistics. Measures of Centrality UCLA STAT Itroducto to Statstcal Methods for the Lfe ad Health Sceces Istructor: Ivo Dov, Asst. Prof. of Statstcs ad Neurolog Teachg Assstats: Brad Shaata & Tffa Head Uverst of Calfora, Los Ageles, Fall

More information

The Consumer Price Index for All Urban Consumers (Inflation Rate)

The Consumer Price Index for All Urban Consumers (Inflation Rate) The Cosumer Prce Idex for All Urba Cosumers (Iflato Rate) Itroducto: The Cosumer Prce Idex (CPI) s the measure of the average prce chage of goods ad servces cosumed by Iraa households. Ths measure, as

More information

Sorting. Data Structures LECTURE 4. Comparison-based sorting. Sorting algorithms. Quick-Sort. Example (1) Pivot

Sorting. Data Structures LECTURE 4. Comparison-based sorting. Sorting algorithms. Quick-Sort. Example (1) Pivot Data Structures, Sprg 004. Joskowcz Data Structures ECUE 4 Comparso-based sortg Why sortg? Formal aalyss of Quck-Sort Comparso sortg: lower boud Summary of comparso-sortg algorthms Sortg Defto Iput: A

More information

MACHINE LEARNING OF EXPERT DECISION OR SYSTEM BEHAVIOUR. Peter Otto

MACHINE LEARNING OF EXPERT DECISION OR SYSTEM BEHAVIOUR. Peter Otto MACHINE LEARNING OF EXPERT DECISION OR SYSTEM BEHAVIOUR Peter Otto Isttut für Automatserugs- ud Systemtechk Techsche Uverstät Ilmeau Gustav-Krchhoff-Straße D-98693 Ilmeau, Germay Emal: peter.otto@tu-lmeau.de

More information

Valuation of Asian Option

Valuation of Asian Option Mälardales Uversty västerås 202-0-22 Mathematcs ad physcs departmet Project aalytcal face I Valuato of Asa Opto Q A 90402-T077 Jgjg Guo89003-T07 Cotet. Asa opto------------------------------------------------------------------3

More information

Inferential: methods using sample results to infer conclusions about a larger population.

Inferential: methods using sample results to infer conclusions about a larger population. Chapter 1 Def : Statstcs: 1) are commoly kow as umercal facts ) s a feld of dscple or study Here, statstcs s about varato. 3 ma aspects of statstcs: 1) Desg ( Thk ): Plag how to obta data to aswer questos.

More information

- Inferential: methods using sample results to infer conclusions about a larger pop n.

- Inferential: methods using sample results to infer conclusions about a larger pop n. Chapter 6 Def : Statstcs: are commoly kow as umercal facts. s a feld of dscple or study. I ths class, statstcs s the scece of collectg, aalyzg, ad drawg coclusos from data. The methods help descrbe ad

More information

Algorithm Analysis. x is a member of the set P x is not a member of the set P The null or empty set. Cardinality: the number of members

Algorithm Analysis. x is a member of the set P x is not a member of the set P The null or empty set. Cardinality: the number of members Algorthm Aalyss Mathematcal Prelmares: Sets ad Relatos: A set s a collecto of dstgushable members or elemets. The members are usually draw from some larger collecto called the base type. Each member of

More information

Estimating Proportions with Confidence

Estimating Proportions with Confidence Aoucemets: Discussio today is review for midterm, o credit. You may atted more tha oe discussio sectio. Brig sheets of otes ad calculator to midterm. We will provide Scatro form. Homework: (Due Wed Chapter

More information

Prediction Of Compressive Strength Of Concrete With Different Aggregate Binder Ratio Using ANN Model

Prediction Of Compressive Strength Of Concrete With Different Aggregate Binder Ratio Using ANN Model Predcto Of Compressve Stregth Of Cocrete Wth Dfferet Aggregate Bder Rato Usg ANN Model Rama Moha Rao.P *, H.Sudarsaa Rao # * Assstat Professor (SG), Cetre for Dsaster Mtgato ad Maagemet, VIT Uversty, Vellore,

More information

PORTFOLIO OPTIMIZATION IN THE FRAMEWORK MEAN VARIANCE -VAR

PORTFOLIO OPTIMIZATION IN THE FRAMEWORK MEAN VARIANCE -VAR Lecturer Floret SERBAN, PhD Professor Vorca STEFANESCU, PhD Departmet of Mathematcs The Bucharest Academy of Ecoomc Studes Professor Massmlao FERRARA, PhD Departmet of Mathematcs Uversty of Reggo Calabra,

More information

Portfolio Selection and Optimization Based on DEA Cross Efficiency Evaluation

Portfolio Selection and Optimization Based on DEA Cross Efficiency Evaluation Iteratoal Joural Of Socal Scece a ucato eearch Vol. No.07 208 ISSN: 2637-6067 Abtract Portfolo Selecto a Optmzato Bae o DA Cro ffcecy valuato Fuwe L a Daa Zhou b Je Gao c School of coomc a Maagemet Chogqg

More information

Portfolio Optimization via Pair Copula-GARCH-EVT-CVaR Model

Portfolio Optimization via Pair Copula-GARCH-EVT-CVaR Model Avalable ole at www.scecedrect.com Systems Egeerg Proceda 2 (2011) 171 181 Portfolo Optmzato va Par Copula-GARCH-EVT-CVaR Model Lg Deg, Chaoqu Ma, Weyu Yag * Hua Uversty, Hua, Chagsha 410082, PR Cha Abstract

More information

MOMENTS EQUALITIES FOR NONNEGATIVE INTEGER-VALUED RANDOM VARIABLES

MOMENTS EQUALITIES FOR NONNEGATIVE INTEGER-VALUED RANDOM VARIABLES MOMENTS EQUALITIES FOR NONNEGATIVE INTEGER-VALUED RANDOM VARIABLES MOHAMED I RIFFI ASSOCIATE PROFESSOR OF MATHEMATICS DEPARTMENT OF MATHEMATICS ISLAMIC UNIVERSITY OF GAZA GAZA, PALESTINE Abstract. We preset

More information

MATHEMATICAL MODELLING OF RISK IN PORTFOLIO OPTIMIZATION WITH MEAN- EXTENDED GINI APPROACH

MATHEMATICAL MODELLING OF RISK IN PORTFOLIO OPTIMIZATION WITH MEAN- EXTENDED GINI APPROACH SCIREA Joural of Mathematcs http://www.screa.org/joural/mathematcs December 21, 2016 Volume 1, Issue 2, December 2016 MATHEMATICAL MODELLING OF RISK IN PORTFOLIO OPTIMIZATION WITH MEAN- EXTENDED GINI APPROACH

More information

FINANCIAL MATHEMATICS : GRADE 12

FINANCIAL MATHEMATICS : GRADE 12 FINANCIAL MATHEMATICS : GRADE 12 Topcs: 1 Smple Iterest/decay 2 Compoud Iterest/decay 3 Covertg betwee omal ad effectve 4 Autes 4.1 Future Value 4.2 Preset Value 5 Skg Fuds 6 Loa Repaymets: 6.1 Repaymets

More information

Online Encoding Algorithm for Infinite Set

Online Encoding Algorithm for Infinite Set Ole Ecodg Algorthm for Ifte Set Natthapo Puthog, Athast Surarers ELITE (Egeerg Laboratory Theoretcal Eumerable System) Departmet of Computer Egeerg Faculty of Egeerg, Chulalogor Uversty, Pathumwa, Bago,

More information

Accounting 303 Exam 2, Chapters 4, 6, and 18A Fall 2014

Accounting 303 Exam 2, Chapters 4, 6, and 18A Fall 2014 Accoutg 303 Exam 2, Chapters 4, 6, ad 18A Fall 2014 Name Row I. Multple Choce Questos. (2 pots each, 34 pots total) Read each questo carefully ad dcate your aswer by crclg the letter precedg the oe best

More information

STOCK PRICE PREDICTION BY USING A COMBINATION OF NEURAL NETWORKS AND GENETIC ALGORITHMS

STOCK PRICE PREDICTION BY USING A COMBINATION OF NEURAL NETWORKS AND GENETIC ALGORITHMS Arth Prabadh: A Joural of Ecoomcs ad Maagemet STOCK PRICE PREDICTION BY USING A COMBINATION OF NEURAL NETWORKS AND GENETIC ALGORITHMS MAHMOUD MOUSAVISHIRI*; FATEMEH SAEIDI** *Departmet of Maagemet, Ecoomcs

More information

Investigating Signal Power Loss Prediction in A Metropolitan Island Using ADALINE and Multi-Layer Perceptron Back Propagation Networks

Investigating Signal Power Loss Prediction in A Metropolitan Island Using ADALINE and Multi-Layer Perceptron Back Propagation Networks Ivestgatg Sgal Power Loss Predcto A Metropolta Islad Usg ADALINE ad Mult-Layer Perceptro Bac Propagato Networs Vrga Cha Ebhota 1*, Joseph Isaboa 2, Vrajay M. Srvastava 3 1, 2. 3 Departmet of Electroc Egeerg,

More information

Monetary fee for renting or loaning money.

Monetary fee for renting or loaning money. Ecoomcs Notes The follow otes are used for the ecoomcs porto of Seor Des. The materal ad examples are extracted from Eeer Ecoomc alyss 6 th Edto by Doald. Newa, Eeer ress. Notato Iterest rate per perod.

More information

Determination of Optimal Portfolio by Using Tangency Portfolio and Sharpe Ratio

Determination of Optimal Portfolio by Using Tangency Portfolio and Sharpe Ratio Research Joural of Face ad Accoutg ISSN 2222-697 (Paper) ISSN 2222-2847 (Ole) Vol.7, No.5, 206 Determato of Optmal Portfolo by Usg Tagecy Portfolo ad Sharpe Rato Dr. Haka Blr Bahçeşehr Uversty, Turkey

More information

Estimating the Common Mean of k Normal Populations with Known Variance

Estimating the Common Mean of k Normal Populations with Known Variance Iteratoal Joural of Statstcs ad Probablty; Vol 6, No 4; July 07 ISSN 97-703 E-ISSN 97-7040 Publshed by Caada Ceter of Scece ad Educato Estmatg the Commo Mea of Normal Populatos wth Kow Varace N Sajar Farspour

More information

Options on the M Best of N Risky Assets 1

Options on the M Best of N Risky Assets 1 Optos o the M Best of Rsy Assets Tom Laamae Hels Uversty of Techology May 000 The author woul le to tha Matt Keloharu Teppo Martae Eva Lleblom a the partcpats of Hels chool of Ecoomcs Face Research emar

More information

COMPARISON OF APPROACHES TO TESTING EQUALITY OF EXPECTATIONS AMONG SAMPLES FROM POISSON AND NEGATIVE BINOMIAL DISTRIBUTION

COMPARISON OF APPROACHES TO TESTING EQUALITY OF EXPECTATIONS AMONG SAMPLES FROM POISSON AND NEGATIVE BINOMIAL DISTRIBUTION ACTA UNIVERSITATIS AGRICULTURAE ET SILVICULTURAE MENDELIANAE BRUNENSIS Volume 66 0 Number 4, 08 https://do.org/0.8/actau08660405 COMPARISON OF APPROACHES TO TESTING EQUALITY OF EXPECTATIONS AMONG SAMPLES

More information

Classification of Firms into Industries Using Market Data. Michael J. Gibbs. and. Dan W. French. University of Missouri

Classification of Firms into Industries Using Market Data. Michael J. Gibbs. and. Dan W. French. University of Missouri 1 Classfcato of Frms to dustres Usg Market Data Mchael J. Gbbs ad Da W. Frech Uversty of Mssour Cotact: Da W. Frech Departmet of Face Robert J. Trulaske, Sr. College of Busess Uversty of Mssour Columba,

More information

APPENDIX M: NOTES ON MOMENTS

APPENDIX M: NOTES ON MOMENTS APPENDIX M: NOTES ON MOMENTS Every stats textbook covers the propertes of the mea ad varace great detal, but the hgher momets are ofte eglected. Ths s ufortuate, because they are ofte of mportat real-world

More information

Today: Finish Chapter 9 (Sections 9.6 to 9.8 and 9.9 Lesson 3)

Today: Finish Chapter 9 (Sections 9.6 to 9.8 and 9.9 Lesson 3) Today: Fiish Chapter 9 (Sectios 9.6 to 9.8 ad 9.9 Lesso 3) ANNOUNCEMENTS: Quiz #7 begis after class today, eds Moday at 3pm. Quiz #8 will begi ext Friday ad ed at 10am Moday (day of fial). There will be

More information

A New Method for Threshold Selection in Speech Enhancement by Wavelet Thresholding

A New Method for Threshold Selection in Speech Enhancement by Wavelet Thresholding 011 Iteratoal Coerece o Computer Commucato ad Maagemet Proc.o CSIT vol.5 (011) (011) IACSIT Press, Sgapore A New Method or Threshold Selecto Speech hacemet b avelet Thresholdg Saeed Aat + * Assstat Proessor

More information

Confidence Intervals. CI for a population mean (σ is known and n > 30 or the variable is normally distributed in the.

Confidence Intervals. CI for a population mean (σ is known and n > 30 or the variable is normally distributed in the. Cofidece Itervals A cofidece iterval is a iterval whose purpose is to estimate a parameter (a umber that could, i theory, be calculated from the populatio, if measuremets were available for the whole populatio).

More information

Application of Portfolio Theory to Support Resource Allocation Decisions for Biosecurity

Application of Portfolio Theory to Support Resource Allocation Decisions for Biosecurity Applcato of Portfolo Theory to Support Resource Allocato Decsos for Bosecurty Paul Mwebaze Ecoomst 11 September 2013 CES/BIOSECURITY FLAGSHIP Presetato outle The resource allocato problem What ca ecoomcs

More information

ATutorialonParticleFilteringandSmoothing: Fifteen years later

ATutorialonParticleFilteringandSmoothing: Fifteen years later ATutoraloPartcleFltergadSmoothg: Fftee years later Araud Doucet The Isttute of Statstcal Mathematcs, 4-6-7 Mam-Azabu, Mato-ku, Tokyo 06-8569, Japa Emal: Araud@smacjp Adam M Johase Departmet of Statstcs,

More information

Non-life insurance mathematics. Nils F. Haavardsson, University of Oslo and DNB Skadeforsikring

Non-life insurance mathematics. Nils F. Haavardsson, University of Oslo and DNB Skadeforsikring No-lfe surace mathematcs Nls F. Haavardsso, Uversty of Oslo ad DNB Skadeforskrg Repetto clam se The cocept No parametrc modellg Scale famles of dstrbutos Fttg a scale famly Shfted dstrbutos Skewess No

More information

Measuring Restrictiveness of Agricultural Trade Policies in Iran

Measuring Restrictiveness of Agricultural Trade Policies in Iran World Appled Sceces Joural 19 (3): 34-39, 01 ISSN 1818-495; IDOSI Publcatos, 01 DOI: 10.589/dos.wasj.01.19.03.1006 Measurg Restrctveess of Agrcultural Trade Polces Ira 1 1 Ghasem Norouz, Reza Moghaddas

More information

Making Even Swaps Even Easier

Making Even Swaps Even Easier Mauscrpt (Jue 18, 2004) Makg Eve Swaps Eve Easer Jyr Mustaok * ad Ramo P. Hämäläe Helsk Uversty of Techology Systems Aalyss Laboratory P.O. Box 1100, FIN-02015 HUT, Flad E-mals: yr.mustaok@hut.f, ramo@hut.f

More information

Interest Rate Curve Estimation: a Financial Application for Support Vector Regression

Interest Rate Curve Estimation: a Financial Application for Support Vector Regression Iterest Rate Curve Estmato: a Facal Applcato for Support Vector Regresso Adré d Almeda Motero Gavea Ivestmets Ro de Jaero Brazl amotero@gaveavest.com.br Frst draft: 07-ov-003 Ths draft: 07-u-004 Abstract

More information

GAUTENG DEPARTMENT OF EDUCATION SENIOR SECONDARY INTERVENTION PROGRAMME MATHEMATICS GRADE 12 SESSION 3 (LEARNER NOTES)

GAUTENG DEPARTMENT OF EDUCATION SENIOR SECONDARY INTERVENTION PROGRAMME MATHEMATICS GRADE 12 SESSION 3 (LEARNER NOTES) MATHEMATICS GRADE SESSION 3 (LEARNER NOTES) TOPIC 1: FINANCIAL MATHEMATICS (A) Learer Note: Ths sesso o Facal Mathematcs wll deal wth future ad preset value autes. A future value auty s a savgs pla for

More information

. The firm makes different types of furniture. Let x ( x1,..., x n. If the firm produces nothing it rents out the entire space and so has a profit of

. The firm makes different types of furniture. Let x ( x1,..., x n. If the firm produces nothing it rents out the entire space and so has a profit of Joh Riley F Maimizatio with a sigle costrait F3 The Ecoomic approach - - shadow prices Suppose that a firm has a log term retal of uits of factory space The firm ca ret additioal space at a retal rate

More information

Combining imperfect data, and an introduction to data assimilation Ross Bannister, NCEO, September 2010

Combining imperfect data, and an introduction to data assimilation Ross Bannister, NCEO, September 2010 Combiig imperfect data, ad a itroductio to data assimilatio Ross Baister, NCEO, September 00 rbaister@readigacuk The probability desity fuctio (PDF prob that x lies betwee x ad x + dx p (x restrictio o

More information

The Prediction Error of Bornhuetter-Ferguson

The Prediction Error of Bornhuetter-Ferguson The Predcto Error of Borhuetter-Ferguso Thomas Mac Abstract: Together wth the Cha Ladder (CL method, the Borhuetter-Ferguso ( method s oe of the most popular clams reservg methods. Whereas a formula for

More information

A Coverage Probability on the Parameters of the Log-Normal Distribution in the Presence of Left-Truncated and Right- Censored Survival Data ABSTRACT

A Coverage Probability on the Parameters of the Log-Normal Distribution in the Presence of Left-Truncated and Right- Censored Survival Data ABSTRACT Malaysa Joural of Mathematcal Sceces 9(1): 17-144 (015) MALAYSIAN JOURNAL OF MATHEMATICAL SCIENCES Joural homepage: http://espem.upm.edu.my/joural A Coverage Probablty o the Parameters of the Log-Normal

More information

Portfolio Optimization. Application of the Markowitz Model Using Lagrange and Profitability Forecast

Portfolio Optimization. Application of the Markowitz Model Using Lagrange and Profitability Forecast Epert Joural of Ecoomcs. Volume 6, Issue, pp. 6-34, 8 8 The Author. Publshed by Sprt Ivestfy. ISSN 359-774 Ecoomcs.EpertJourals.com Portfolo Optmzato. Applcato of the Markowtz Model Usg Lagrage ad Proftablty

More information

6. Loss systems. ELEC-C7210 Modeling and analysis of communication networks 1

6. Loss systems. ELEC-C7210 Modeling and analysis of communication networks 1 ELEC-C72 Modelg ad aalyss of commucato etwors Cotets Refresher: Smple teletraffc model Posso model customers, servers Applcato to flow level modellg of streamg data traffc Erlag model customers, ; servers

More information

EXAMINATIONS OF THE HONG KONG STATISTICAL SOCIETY

EXAMINATIONS OF THE HONG KONG STATISTICAL SOCIETY EXAMINATIONS OF THE HONG KONG STATISTICAL SOCIETY HIGHER CERTIFICATE IN STATISTICS, 2013 MODULE 7 : Tme seres and ndex numbers Tme allowed: One and a half hours Canddates should answer THREE questons.

More information

An English Auction Protocol for Multi-Attribute Items

An English Auction Protocol for Multi-Attribute Items A Eglsh Aucto Protocol for Mult-Attrbute Items Esther Dav, Ra Azoulay-Schartz, Sart Kraus Bar-Ila Uversty, Departmet of Computer Scece, Ramat-Ga 5900, Israel {Saaoe, Schart, Sart}@macs.bu.ac.l Abstract.

More information

Nonlinear Modeling of European Football Scores Using Support Vector Machines

Nonlinear Modeling of European Football Scores Using Support Vector Machines Nolear Modelg of Europea Football Scores Usg Support Vector Maches Raphael Ncholas Markellos To cte ths verso: Raphael Ncholas Markellos. Nolear Modelg of Europea Football Scores Usg Support Vector Maches.

More information

COSC 6385 Computer Architecture. Performance Measurement

COSC 6385 Computer Architecture. Performance Measurement COSC 6385 Computer Archtecture Performace Measuremet Edgar Gabrel Sprg 204 Measurg performace (I) Respose tme: how log does t take to execute a certa applcato/a certa amout of work Gve two platforms X

More information

Poverty indices. P(k;z; α ) = P(k;z; α ) /(z) α. If you wish to compute the FGT index of poverty, follow these steps:

Poverty indices. P(k;z; α ) = P(k;z; α ) /(z) α. If you wish to compute the FGT index of poverty, follow these steps: Poverty dces DAD offers four possbltes for fxg the poverty le: - A determstc poverty le set by the user. 2- A poverty le equal to a proporto l of the mea. 3- A poverty le equal to a proporto m of a quatle

More information

Mean-Semivariance Optimization: A Heuristic Approach

Mean-Semivariance Optimization: A Heuristic Approach Mea-Semvarace Optmzato: A Heurstc Approach Javer Estrada IESE Busess School, Aveda Pearso 1, 08034 Barceloa, Spa Tel: +34 93 53 400, Fax: +34 93 53 4343, Emal: jestrada@ese.edu Abstract Academcs ad practtoers

More information

1 Random Variables and Key Statistics

1 Random Variables and Key Statistics Review of Statistics 1 Radom Variables ad Key Statistics Radom Variable: A radom variable is a variable that takes o differet umerical values from a sample space determied by chace (probability distributio,

More information

Feature Selection and Predicting CardioVascular Risk

Feature Selection and Predicting CardioVascular Risk Feature Selecto ad Predctg CardoVascular Rsk T.T.T.Nguye ad D.N. Davs, Computer Scece, Uversty of Hull. Itroducto No gold stadard ests for assessg the rsk of dvdual patets cardovascular medce. The medcal

More information

Variance and Standard Deviation (Tables) Lecture 10

Variance and Standard Deviation (Tables) Lecture 10 Variace ad Stadard Deviatio (Tables) Lecture 10 Variace ad Stadard Deviatio Theory I this lesso: 1. Calculatig stadard deviatio with ugrouped data.. Calculatig stadard deviatio with grouped data. What

More information

MEASURING THE FOREIGN EXCHANGE RISK LOSS OF THE BANK

MEASURING THE FOREIGN EXCHANGE RISK LOSS OF THE BANK Gabrel Bstrceau, It.J.Eco. es., 04, v53, 7 ISSN: 9658 MEASUING THE FOEIGN EXCHANGE ISK LOSS OF THE BANK Gabrel Bstrceau Ecoomst, Ph.D. Face Natoal Bak of omaa Bucharest, Moetary Polcy Departmet, 5 Lpsca

More information