Package Reliability. R topics documented: February 19, Version Date

Size: px
Start display at page:

Download "Package Reliability. R topics documented: February 19, Version Date"

Transcription

1 Version Dae Package Reliabiliy February 19, 2015 Tile Funcions for esimaing parameers in sofware reliabiliy models Auhor Andreas Wimann Mainainer Andreas Wimann Depends R (>= 2.4.0) Funcions for esimaing parameers in sofware reliabiliy models. Only infinie failure models are implemened so far. License Unlimied NeedsCompilaion no Reposiory CRAN Dae/Publicaion :39:40 R opics documened: duane duane.plo lilewood.verall lilewood.verall.plo moranda.geomeric moranda.geomeric.plo musa.okumoo musa.okumoo.plo mvf.duane mvf.mor mvf.musa mvf.ver.lin mvf.ver.quad rel.plo oal.plo Index 27 1

2 2 duane duane Maximum Likelihood esimaion of mean value funcion for Duane model duane compues he Maximum Likelihood esimaes for he parameers rho and hea of he mean value funcion for he Duane model. duane(, ini = c(1, 1), mehod = "Nelder-Mead", maxi = 10000,...) ini Deails mehod maxi ime beween failure daa iniial values for Maximum Likelihood fi of he mean value funcion for he Duane model. he mehod o be used for opimizaion, see opim for deails. he maximum number of ieraions, see opim for deails.... conrol parameers and plo parameers opionally passed o he opimizaion and/or plo funcion. Parameers for he opimizaion funcion are passed o componens of he conrol argumen of opim. This funcion esimaes he parameers rho and hea of he mean value funcion for he Duane model. Wih Maximum Likelihood esimaion one ges he following equaions, which have o be minimized. This is equaion 1 := ρ n θ = 0 n and n equaion 2 := θ n 1 i=1 (log( n/ i )) = 0. Where is he ime beween failure daa and n is he lengh or in oher words he size of he ime beween failure daa. So he simulaneous minimizaion of hese equaions happens by minimizaion of he equaion equaion equaion 2 2 = 0. A lis conaining following componens: rho hea Maximum Likelihood esimae for rho Maximum Likelihood esimae for hea

3 duane.plo 3 duane.plo, mvf.duane # ime beween-failure-daa from DACS Sofware Reliabiliy Daase # homepage, see sysem code 1. Number of failures is 136. <- c(3, 30, 113, 81, 115, 9, 2, 20, 20, 15, 138, 50, 77, 24, duane() duane.plo Ploing he mean value funcion for he Duane model duane.plo plos he mean value funcion for he Duane model and he raw daa ino one window. duane.plo(rho, hea,, xlab = "ime", ylab = "Cumulaed failures and esimaed mean value funcion", main = NULL)

4 4 duane.plo rho hea xlab ylab main parameer value for rho parameer value for hea ime beween failure daa a ile for he x axis a ile for he y axis an overall ile for he plo Deails This funcion gives a plo of he mean value funcion for he Duane model. Here he esimaed parameer values for rho and hea, which are obained by using duane, can be pu in. Inernally he funcion mvf.duane is used o ge he mean value funcion for he Duane model. A graph of he mean value funcion for he Duane model and of he raw daa. duane, mvf.duane # ime beween-failure-daa from DACS Sofware Reliabiliy Daase # homepage, see sysem code 1. Number of failures is 136. <- c(3, 30, 113, 81, 115, 9, 2, 20, 20, 15, 138, 50, 77, 24,

5 lilewood.verall 5 rho <- duane()$rho hea <- duane()$hea duane.plo(rho, hea,, xlab = "ime (in seconds)", main = "Duane model") lilewood.verall Maximum Likelihood esimaion of mean value funcion for Lilewood-Verall model lilewood.verall compues he Maximum Likelihood esimaes for he parameers hea0, hea1 and rho of he mean value funcion for he Lilewood-Verall model. lilewood.verall(, linear = T, ini = c(1, 1, 1), mehod = "Nelder-Mead", maxi = 10000,...) linear ini mehod maxi ime beween failure daa logical. Should he linear or he quadraic form of he mean value funcion for he Lilewood-Verrall model be used of compuaion? If TRUE, which is he defaul, he linear form of he mean value funcion is used. iniial values for Maximum Likelihood fi of he mean value funcion for he Lilewood-Verall model. he mehod o be used for opimizaion, see opim for deails. he maximum number of ieraions, see opim for deails.... conrol parameers and plo parameers opionally passed o he opimizaion and/or plo funcion. Parameers for he opimizaion funcion are passed o componens of he conrol argumen of opim. Deails This funcion esimaes he parameers hea0, hea1 and rho of he mean value funcion in he linear or he quadraic form for he Lilewood-Verall model. Firs, he compuaion wih he mean value funcion in he linear form is explained. Wih Maximum Likelihood esimaion one ges he following equaions, which have o be minimized. This is equaion 1 := n n ρ + log(θ 0 + θ 1 i) i=1 n log(θ 0 + θ 1 i + i ) = 0, i=1

6 6 lilewood.verall and equaion 2 := ρ equaion 3 := ρ n i=1 n i=1 1 n θ 0 + θ 1 i ρ = 0 θ 0 + θ 1 i + i i=1 i n θ 0 + θ 1 i ρ + 1 i = 0. θ 0 + θ 1 i + i i=1 Second, he compuaion wih he mean value funcion in he quadraic form is explained. Wih Maximum Likelihood esimaion one ges he following equaions, which have o be minimized. This is equaion 1 := n n ρ + n log(θ 0 + θ 1 i 2 ) log(θ 0 + θ 1 i 2 + i ) = 0, and equaion 2 := ρ equaion 3 := ρ i=1 n i=1 n i=1 i=1 n 1 θ 0 + θ 1 i 2 ρ θ 0 + θ 1 i 2 = 0 + i i=1 i 2 n θ 0 + θ 1 i 2 ρ + 1 i 2 θ 0 + θ 1 i 2 = 0. + i Where is he ime beween failure daa and n is he lengh or in oher words he size of he ime beween failure daa. So he simulaneous minimizaion of hese equaions happens by minimizaion of he equaion equaion equaion equaion 2 3 = 0. i=1 A lis conaining following componens: hea0 hea1 rho Maximum Likelihood esimae for hea0 Maximum Likelihood esimae for hea1 Maximum Likelihood esimae for rho lilewood.verall.plo, mvf.ver.lin, mvf.ver.quad

7 lilewood.verall.plo 7 # ime beween-failure-daa from DACS Sofware Reliabiliy Daase # homepage, see sysem code 1. Number of failures is 136. <- c(3, 30, 113, 81, 115, 9, 2, 20, 20, 15, 138, 50, 77, 24, lilewood.verall(, linear = TRUE) lilewood.verall(, linear = FALSE) lilewood.verall.plo Ploing he mean value funcion for he Lilewood-Verall model lilewood.verall.plo plos he mean value funcion for he Lilewood-Verall model and he raw daa ino one window. lilewood.verall.plo(hea0, hea1, rho,, linear = T, xlab = "ime", ylab = "Cumulaed failures and esimaed mean value funcion", main = NULL) hea0 hea1 rho linear xlab ylab main parameer value for hea0 parameer value for hea1 parameer value for rho ime beween failure daa logical. Should he linear or he quadraic form of he mean value funcion for he Lilewood-Verrall model be used of compuaion? If TRUE, which is he defaul, he linear form of he mean value funcion is used. a ile for he x axis a ile for he y axis an overall ile for he plo

8 8 lilewood.verall.plo Deails This funcion gives a plo of he mean value funcion for he Lilewood-Verall model. Here he esimaed parameer values for hea0, hea1 and hea, which are obained by using lilewood.verall, can be pu in. Inernally he funcions mvf.ver.lin or mvf.ver.quad are used o ge he mean value funcion for he Lilewood-Verall model. This depends on he calibraion, if he linear or he quadraic form of he mean value funcion for he Lilewood-Verall model should be used. A graph of he mean value funcion for he Lilewood-Verall model and of he raw daa. lilewood.verall, mvf.ver.lin, mvf.ver.quad # ime beween-failure-daa from DACS Sofware Reliabiliy Daase # homepage, see sysem code 1. Number of failures is 136. <- c(3, 30, 113, 81, 115, 9, 2, 20, 20, 15, 138, 50, 77, 24, hea0 <- lilewood.verall(, linear = TRUE)$hea0 hea1 <- lilewood.verall(, linear = TRUE)$hea1 rho <- lilewood.verall(, linear = TRUE)$rho lilewood.verall.plo(hea0, hea1, rho,, linear = TRUE, xlab = "ime (in seconds)", main = "Lilewood-Verall model (linear)") ## No run: ## hea0 <- lilewood.verall(, linear = FALSE)$hea0

9 moranda.geomeric 9 ## hea1 <- lilewood.verall(, linear = FALSE)$hea1 ## rho <- lilewood.verall(, linear = FALSE)$rho ## lilewood.verall.plo(hea0, hea1, rho,, linear = FALSE, ## xlab = "ime (in seconds)", main = "Lilewood-Verall modell (quadraic)") ## End(No run) moranda.geomeric Maximum Likelihood esimaion of mean value funcion for Moranda- Geomeric model moranda.geomeric compues he Maximum Likelihood esimaes for he parameers D and hea of he mean value funcion for he Moranda-Geomeric model. moranda.geomeric(, ini = c(0, 1), ol =.Machine$double.eps^0.25) ini ol ime beween failure daa iniial values for Maximum Likelihood fi of he mean value funcion for he Moranda-Geomeric model. he desired accuracy Deails This funcion esimaes he parameers D and hea of he mean value funcion for he Moranda- Geomeric model. Wih Maximum Likelihood esimaion one ges he following equaion, which have o be minimized, o ge phi. This is n i=1 iφi i n n + 1 = 0. i=1 φi i 2 The soluion of hese is hen pu in in he following equaion in order o ge D D = φn n i=1 φi i. Where is he ime beween failure daa and n is he lengh or in oher words he size of he ime beween failure daa. A lis conaining following componens: rho hea Maximum Likelihood esimae for rho Maximum Likelihood esimae for hea

10 10 moranda.geomeric.plo moranda.geomeric.plo, mvf.mor # ime beween-failure-daa from DACS Sofware Reliabiliy Daase # homepage, see sysem code 1. Number of failures is 136. <- c(3, 30, 113, 81, 115, 9, 2, 20, 20, 15, 138, 50, 77, 24, moranda.geomeric() moranda.geomeric.plo Ploing he mean value funcion for he Moranda-Geomeric model moranda.geomeric.plo plos he mean value funcion for he Moranda-Geomeric model and he raw daa ino one window. moranda.geomeric.plo(d, hea,, xlab = "ime", ylab = "Cumulaed failures and esimaed mean value funcion", main = NULL)

11 moranda.geomeric.plo 11 D hea xlab ylab main parameer value for D parameer value for hea ime beween failure daa a ile for he x axis a ile for he y axis an overall ile for he plo Deails This funcion gives a plo of he mean value funcion for he Moranda-Geomeric model. Here he esimaed values for D and hea, which are obained by using moranda.geomeric, can be pu in. Inernally he funcion mvf.mor is used o ge he mean value funcion for he Moranda-Geomeric model. A graph of he mean value funcion for he Moranda-Geomeric model and of he raw daa. moranda.geomeric, mvf.mor # ime beween-failure-daa from DACS Sofware Reliabiliy Daase # homepage, see sysem code 1. Number of failures is 136. <- c(3, 30, 113, 81, 115, 9, 2, 20, 20, 15, 138, 50, 77, 24,

12 12 musa.okumoo D <- moranda.geomeric()$d hea <- moranda.geomeric()$hea moranda.geomeric.plo(d, hea,, xlab = "ime (in seconds)", main = "Moranda-Geomeric model") musa.okumoo Maximum Likelihood esimaion of mean value funcion for Musa- Okumoo model musa.okumoo compues he Maximum Likelihood esimaes for he parameers hea0 and hea1 of he mean value funcion for he Musa-Okumoo model. musa.okumoo(, ini = c(0, 1), ol =.Machine$double.eps^0.25) ini ol ime beween failure daa iniial values for Maximum Likelihood fi of he mean value funcion for he Musa-Okumoo model. he desired accuracy Deails This funcion esimaes he parameers hea0 and hea1 of he mean value funcion for he Musa-Okumoo model. Wih Maximum Likelihood esimaion one ges he following equaion, which have o be minimized, o ge hea1. This is 1 θ 1 n i=1 1 n n 1 + θ 1 i (1 + θ 1 n ) log(1 + θ 1 n ) = 0. The soluion of hese is hen pu in in he following equaion in order o ge hea0 θ 0 = n log(1 + θ 1 n ). Where is he ime beween failure daa and n is he lengh or in oher words he size of he ime beween failure daa.

13 musa.okumoo.plo 13 A lis conaining following componens: hea0 hea1 Maximum Likelihood esimae for hea0 Maximum Likelihood esimae for hea1 musa.okumoo.plo, mvf.musa # ime beween-failure-daa from DACS Sofware Reliabiliy Daase # homepage, see sysem code 1. Number of failures is 136. <- c(3, 30, 113, 81, 115, 9, 2, 20, 20, 15, 138, 50, 77, 24, musa.okumoo() musa.okumoo.plo Ploing he mean value funcion for he Musa-Okumoo model musa.okumoo.plo plos he esimaed mean value funcion for he Musa-Okumoo model and he raw daa ino one window.

14 14 musa.okumoo.plo musa.okumoo.plo(hea0, hea1,, xlab = "ime", ylab = "Cumulaed failures and esimaed mean value funcion", main = NULL) hea0 hea1 xlab ylab main parameer value for hea0 parameer value for hea1 ime beween failure daa a ile for he x axis a ile for he y axis an overall ile for he plo Deails This funcion gives a plo of he mean value funcion for he Musa-Okumoo model. Here he esimaed parameer values for hea0 and hea1, which are obained by using musa.okumoo, can be pu in. Inernally he funcion mvf.musa is used o ge he mean value funcion for he Musa-Okumoo model. A graph of he mean value funcion for he Musa-Okumoo model and of he raw daa. musa.okumoo, mvf.musa # ime beween-failure-daa from DACS Sofware Reliabiliy Daase # homepage, see sysem code 1. Number of failures is 136. <- c(3, 30, 113, 81, 115, 9, 2, 20, 20, 15, 138, 50, 77, 24,

15 mvf.duane 15 hea0 <- musa.okumoo()$hea0 hea1 <- musa.okumoo()$hea1 musa.okumoo.plo(hea0, hea1,, xlab = "ime (in seconds)", main = "Musa-Okumoo model") mvf.duane Mean value funcion for he Duane model mvf.duane reurns he mean value funcion for he Duane model. mvf.duane(rho, hea, ) rho hea parameer value for rho parameer value for hea ime beween failure daa Deails This funcion gives he values of he mean value funcion for he Duane model, his is wrien as µ() = ρ θ. Furher here is a verifying if he parameers rho and hea saisfy he assumpions for he Duane model. So he paramers rho and hea have o be larger han zero, in equaions ρ > 0 and θ > 0. The mean value funcion for he Duane model.

16 16 mvf.mor duane, duane.plo # ime beween-failure-daa from DACS Sofware Reliabiliy Daase # homepage, see sysem code 1. Number of failures is 136. <- c(3, 30, 113, 81, 115, 9, 2, 20, 20, 15, 138, 50, 77, 24, duane.par1 <- duane()$rho duane.par2 <- duane()$hea mvf.duane(duane.par1, duane.par2, ) mvf.mor Mean value funcion for he Moranda-Geomeric model mvf.mor reurns he mean value funcion for he Moranda-Geomeric model. mvf.mor(d, hea, ) D hea parameer value for D parameer value for hea ime beween failure daa

17 mvf.mor 17 Deails This funcion gives he values of he mean value funcion for he Moranda-Geomeric model, his is wrien as µ() = 1 log{[dθ exp(θ)] + 1}. θ Furher here is a verifying if he parameer hea saisfy he assumpions of he Moranda-Geomeric model. So he paramer hea have o be larger han zero, in equaion θ > 0. The mean value funcion for he Moranda-Geomeric model. moranda.geomeric, moranda.geomeric.plo # ime beween-failure-daa from DACS Sofware Reliabiliy Daase # homepage, see sysem code 1. Number of failures is 136. <- c(3, 30, 113, 81, 115, 9, 2, 20, 20, 15, 138, 50, 77, 24, mor.par1 <- moranda.geomeric()$d mor.par2 <- moranda.geomeric()$hea mvf.mor(mor.par1, mor.par2, )

18 18 mvf.musa mvf.musa Mean value funcion for he Musa-Okumoo model mvf.musa reurns he mean value funcion for he Musa-Okumoo model. mvf.musa(hea0, hea1, ) hea0 hea1 parameer value for hea0 parameer value for hea1 ime beween failure daa Deails This funcion gives he values of he mean value funcion for he Musa-Okumoo model, his is wrien as µ() = θ 0 log(θ 1 + 1). The mean value funcion for he Musa-Okumoo model. musa.okumoo, musa.okumoo.plo

19 mvf.ver.lin 19 # ime beween-failure-daa from DACS Sofware Reliabiliy Daase # homepage, see sysem code 1. Number of failures is 136. <- c(3, 30, 113, 81, 115, 9, 2, 20, 20, 15, 138, 50, 77, 24, musa.par1 <- musa.okumoo()$hea0 musa.par2 <- musa.okumoo()$hea1 mvf.musa(musa.par1, musa.par2, ) mvf.ver.lin Mean value funcion in he linear form for he Lilewood-Verall model mvf.ver.lin reurns he mean value funcion in he linear form for he Lilewood-Verall model. mvf.ver.lin(hea0, hea1, rho, ) hea0 hea1 rho parameer value for hea0 parameer value for hea1 parameer value for rho ime beween failure daa Deails This funcion gives he values of he mean value funcion in he linear form for he Lilewood-Verall model, his is wrien as µ() = 1 θ 1 θ θ 1ρ. Furher here is a verifying if he parameer hea1 saisfy he assumpions for he Lilewood-Verall model. So he paramer hea1 should no be equal zero, in equaion θ 1 0.

20 20 mvf.ver.quad The mean value funcion in he linear form for he Lilewood-Verall model. lilewood.verall, lilewood.verall.plo, mvf.ver.quad # ime beween-failure-daa from DACS Sofware Reliabiliy Daase # homepage, see sysem code 1. Number of failures is 136. <- c(3, 30, 113, 81, 115, 9, 2, 20, 20, 15, 138, 50, 77, 24, li.par1 <- lilewood.verall(, linear = TRUE)$hea0 li.par2 <- lilewood.verall(, linear = TRUE)$hea1 li.par3 <- lilewood.verall(, linear = TRUE)$rho mvf.ver.lin(li.par1, li.par2, li.par3, ) mvf.ver.quad Mean value funcion in he quadraic form for he Lilewood-Verall model mvf.ver.quad reurns mean value funcion in he quadraic form for he Lilewood-Verall model.

21 mvf.ver.quad 21 mvf.ver.quad(hea0, hea1, rho, ) hea0 hea1 rho parameer value for hea0 parameer value for hea1 parameer value for rho ime beween failure daa Deails This funcion gives he values of he mean value funcion in he quadraic form for he Lilewood- Verall model, his is wrien as µ() = 3v 1 (Q 1 + Q 2 ), where v 1 = (ρ 1)1/3 (18θ 1 ) 1/3, and v 2 = 4θ 3 0 9(ρ 1) 2 θ 1, Q 1 = [ + ( 2 + v 2 ) 1/2 ] 1/3 Q 2 = [ ( 2 + v 2 ) 1/2 ] 1/3. Furher here is a verifying if he parameer hea1 saisfy he assumpions for he Lilewood-Verall model. So he paramer hea1 should ne be equal zero, in equaion θ 1 0. The mean value funcion in he quadraic form for he Lilewood-Verall model. lilewood.verall, lilewood.verall.plo, mvf.ver.lin

22 22 rel.plo # ime beween-failure-daa from DACS Sofware Reliabiliy Daase # homepage, see sysem code 1. Number of failures is 136. <- c(3, 30, 113, 81, 115, 9, 2, 20, 20, 15, 138, 50, 77, 24, li.par1 <- lilewood.verall(, linear = TRUE)$hea0 li.par2 <- lilewood.verall(, linear = TRUE)$hea1 li.par3 <- lilewood.verall(, linear = TRUE)$rho mvf.ver.quad(li.par1, li.par2, li.par3, ) rel.plo Ploing he relaive error for he mean value funcions for all models oal.plo plos he relaive error for he he mean value funcion for all models ino one window. rel.plo(duane.par1, duane.par2, li.par1, li.par2, li.par3, mor.par1, mor.par2, musa.par1, musa.par2,, linear = T, ymin, ymax, xlab = "ime", ylab = "relaive error", main = NULL) duane.par1 duane.par2 li.par1 li.par2 li.par3 mor.par1 mor.par2 musa.par1 musa.par2 parameer value for rho for Duane model parameer value for hea for Duane model parameer value for hea0 for Lilewood-Verall model parameer value for hea1 for Lilewood-Verall model parameer value for rho for Lilewood-Verall model parameer value for D for Moranda-Geomeric model parameer value for hea for Moranda-Geomeric model parameer value for hea0 for Musa-Okumoo model parameer value for hea1 for Musa-Okumoo model

23 rel.plo 23 linear ymin ymax xlab ylab main ime beween failure daa logical. Should he linear or he quadraic form of he mean value funcion for he Lilewood-Verrall model be used of compuaion? If TRUE, which is he defaul, he linear form of he mean value funcion is used. he minimal y limi of he plo he maximal y limi of he plo a ile for he x axis a ile for he y axis an overall ile for he plo Deails This funcion gives a plo of he relaive error for he mean value funcions for all models, his is relaive error = µ( i) i, i = 1, 2,..., i where µ() is a mean value funcion and i is he number of failures. Here he esimaed parameer values, which are obained by using duane, lilewood.verall, moranda.geomeric und musa.okumoo can be pu in. Inernally he funcions mvf.duane, mvf.ver.lin, mvf.ver.quad, mvf.mor and mvf.musa are used o ge he mean value funcions for all models. A graph of he relaive error for he mean value funcions for all models. duane.plo, lilewood.verall.plo, moranda.geomeric.plo, musa.okumoo.plo, oal.plo # ime beween-failure-daa from DACS Sofware Reliabiliy Daase # homepage, see sysem code 1. Number of failures is 136. <- c(3, 30, 113, 81, 115, 9, 2, 20, 20, 15, 138, 50, 77, 24,

24 24 oal.plo duane.par1 <- duane()$rho duane.par2 <- duane()$hea li.par1 <- lilewood.verall(, linear = TRUE)$hea0 li.par2 <- lilewood.verall(, linear = TRUE)$hea1 li.par3 <- lilewood.verall(, linear = TRUE)$rho mor.par1 <- moranda.geomeric()$d mor.par2 <- moranda.geomeric()$hea musa.par1 <- musa.okumoo()$hea0 musa.par2 <- musa.okumoo()$hea1 rel.plo(duane.par1, duane.par2, li.par1, li.par2, li.par3, mor.par1, mor.par2, musa.par1, musa.par2,, linear = TRUE, ymin = -1, ymax = 2.5, xlab = "ime (in seconds)", main = "relaive error") ## No run: ## rel.plo(duane.par1, duane.par2, li.par1, li.par2, li.par3, mor.par1, ## mor.par2, musa.par1, musa.par2,, linear = TRUE, ## xlab = "ime (in seconds)", main = "relaive error") ## End(No run) oal.plo Ploing he mean value funcions for all models oal.plo plos he mean value funcion for all models and he raw daa ino one window. oal.plo(duane.par1, duane.par2, li.par1, li.par2, li.par3, mor.par1, mor.par2, musa.par1, musa.par2,, linear = T, xlab = "ime", ylab = "Cumulaed failures and esimaed mean value funcions", main = NULL) duane.par1 parameer value for rho for Duane model

25 oal.plo 25 duane.par2 li.par1 li.par2 li.par3 mor.par1 mor.par2 musa.par1 musa.par2 linear xlab ylab main parameer value for hea for Duane model parameer value for hea0 for Lilewood-Verall model parameer value for hea1 for Lilewood-Verall model parameer value for rho for Lilewood-Verall model parameer value for D for Moranda-Geomeric model parameer value for hea for Moranda-Geomeric model parameer value for hea0 for Musa-Okumoo model parameer value for hea1 for Musa-Okumoo model ime beween failure daa logical. Should he linear or he quadraic form of he mean value funcion for he Lilewood-Verrall model be used of compuaion? If TRUE, which is he defaul, he linear form of he mean value funcion is used. a ile for he x axis a ile for he y axis an overall ile for he plo Deails This funcion gives a plo of he mean value funcions for all models. Here he esimaed parameer values, which are obained by using duane, lilewood.verall, moranda.geomeric und musa.okumoo can be pu in. Inernally he funcions mvf.duane, mvf.ver.lin, mvf.ver.quad, mvf.mor and mvf.musa are used o ge he mean value funcions for all models. A graph of he mean value funcions for all models and of he raw daa. duane.plo, lilewood.verall.plo, moranda.geomeric.plo, musa.okumoo.plo

26 26 oal.plo # ime beween-failure-daa from DACS Sofware Reliabiliy Daase # homepage, see sysem code 1. Number of failures is 136. <- c(3, 30, 113, 81, 115, 9, 2, 20, 20, 15, 138, 50, 77, 24, duane.par1 <- duane()$rho duane.par2 <- duane()$hea li.par1 <- lilewood.verall(, linear = TRUE)$hea0 li.par2 <- lilewood.verall(, linear = TRUE)$hea1 li.par3 <- lilewood.verall(, linear = TRUE)$rho mor.par1 <- moranda.geomeric()$d mor.par2 <- moranda.geomeric()$hea musa.par1 <- musa.okumoo()$hea0 musa.par2 <- musa.okumoo()$hea1 oal.plo(duane.par1, duane.par2, li.par1, li.par2, li.par3, mor.par1, mor.par2, musa.par1, musa.par2,, linear = TRUE, xlab = "ime (in seconds)", main = "all models")

27 Index Topic models duane, 2 duane.plo, 3 lilewood.verall, 5 lilewood.verall.plo, 7 moranda.geomeric, 9 moranda.geomeric.plo, 10 musa.okumoo, 12 musa.okumoo.plo, 13 mvf.duane, 15 mvf.mor, 16 mvf.musa, 18 mvf.ver.lin, 19 mvf.ver.quad, 20 rel.plo, 22 oal.plo, 24 duane, 2, 4, 16, 23, 25 duane.plo, 3, 3, 16, 23, 25 lilewood.verall, 5, 8, 20, 21, 23, 25 lilewood.verall.plo, 6, 7, 20, 21, 23, 25 moranda.geomeric, 9, 11, 17, 23, 25 moranda.geomeric.plo, 10, 10, 17, 23, 25 musa.okumoo, 12, 14, 18, 23, 25 musa.okumoo.plo, 13, 13, 18, 23, 25 mvf.duane, 3, 4, 15, 23, 25 mvf.mor, 10, 11, 16, 23, 25 mvf.musa, 13, 14, 18, 23, 25 mvf.ver.lin, 6, 8, 19, 21, 23, 25 mvf.ver.quad, 6, 8, 20, 20, 23, 25 opim, 2, 5 rel.plo, 22 oal.plo, 23, 24 27

The Transport Equation

The Transport Equation The Transpor Equaion Consider a fluid, flowing wih velociy, V, in a hin sraigh ube whose cross secion will be denoed by A. Suppose he fluid conains a conaminan whose concenraion a posiion a ime will be

More information

Mathematics in Pharmacokinetics What and Why (A second attempt to make it clearer)

Mathematics in Pharmacokinetics What and Why (A second attempt to make it clearer) Mahemaics in Pharmacokineics Wha and Why (A second aemp o make i clearer) We have used equaions for concenraion () as a funcion of ime (). We will coninue o use hese equaions since he plasma concenraions

More information

A Note on Using the Svensson procedure to estimate the risk free rate in corporate valuation

A Note on Using the Svensson procedure to estimate the risk free rate in corporate valuation A Noe on Using he Svensson procedure o esimae he risk free rae in corporae valuaion By Sven Arnold, Alexander Lahmann and Bernhard Schwezler Ocober 2011 1. The risk free ineres rae in corporae valuaion

More information

SPEC model selection algorithm for ARCH models: an options pricing evaluation framework

SPEC model selection algorithm for ARCH models: an options pricing evaluation framework Applied Financial Economics Leers, 2008, 4, 419 423 SEC model selecion algorihm for ARCH models: an opions pricing evaluaion framework Savros Degiannakis a, * and Evdokia Xekalaki a,b a Deparmen of Saisics,

More information

DYNAMIC MODELS FOR VALUATION OF WRONGFUL DEATH PAYMENTS

DYNAMIC MODELS FOR VALUATION OF WRONGFUL DEATH PAYMENTS DYNAMIC MODELS FOR VALUATION OF WRONGFUL DEATH PAYMENTS Hong Mao, Shanghai Second Polyechnic Universiy Krzyszof M. Osaszewski, Illinois Sae Universiy Youyu Zhang, Fudan Universiy ABSTRACT Liigaion, exper

More information

cooking trajectory boiling water B (t) microwave 0 2 4 6 8 101214161820 time t (mins)

cooking trajectory boiling water B (t) microwave 0 2 4 6 8 101214161820 time t (mins) Alligaor egg wih calculus We have a large alligaor egg jus ou of he fridge (1 ) which we need o hea o 9. Now here are wo accepable mehods for heaing alligaor eggs, one is o immerse hem in boiling waer

More information

Stochastic Optimal Control Problem for Life Insurance

Stochastic Optimal Control Problem for Life Insurance Sochasic Opimal Conrol Problem for Life Insurance s. Basukh 1, D. Nyamsuren 2 1 Deparmen of Economics and Economerics, Insiue of Finance and Economics, Ulaanbaaar, Mongolia 2 School of Mahemaics, Mongolian

More information

WATER MIST FIRE PROTECTION RELIABILITY ANALYSIS

WATER MIST FIRE PROTECTION RELIABILITY ANALYSIS WATER MIST FIRE PROTECTION RELIABILITY ANALYSIS Shuzhen Xu Research Risk and Reliabiliy Area FM Global Norwood, Massachuses 262, USA David Fuller Engineering Sandards FM Global Norwood, Massachuses 262,

More information

Appendix A: Area. 1 Find the radius of a circle that has circumference 12 inches.

Appendix A: Area. 1 Find the radius of a circle that has circumference 12 inches. Appendi A: Area worked-ou s o Odd-Numbered Eercises Do no read hese worked-ou s before aemping o do he eercises ourself. Oherwise ou ma mimic he echniques shown here wihou undersanding he ideas. Bes wa

More information

Miguel Jerez Sonia Sotoca José Casals. Universidad Complutense de Madrid

Miguel Jerez Sonia Sotoca José Casals. Universidad Complutense de Madrid E 4 : A MATLAB Toolbox for Time Series Modeling Miguel Jerez Sonia Sooca José Casals Universidad Compluense de Madrid Absrac: This paper describes E 4, a MATLAB Toolbox for ime series analysis which uses

More information

Full-wave rectification, bulk capacitor calculations Chris Basso January 2009

Full-wave rectification, bulk capacitor calculations Chris Basso January 2009 ull-wave recificaion, bulk capacior calculaions Chris Basso January 9 This shor paper shows how o calculae he bulk capacior value based on ripple specificaions and evaluae he rms curren ha crosses i. oal

More information

A Probability Density Function for Google s stocks

A Probability Density Function for Google s stocks A Probabiliy Densiy Funcion for Google s socks V.Dorobanu Physics Deparmen, Poliehnica Universiy of Timisoara, Romania Absrac. I is an approach o inroduce he Fokker Planck equaion as an ineresing naural

More information

How To Predict A Person'S Behavior

How To Predict A Person'S Behavior Informaion Theoreic Approaches for Predicive Models: Resuls and Analysis Monica Dinculescu Supervised by Doina Precup Absrac Learning he inernal represenaion of parially observable environmens has proven

More information

Inductance and Transient Circuits

Inductance and Transient Circuits Chaper H Inducance and Transien Circuis Blinn College - Physics 2426 - Terry Honan As a consequence of Faraday's law a changing curren hrough one coil induces an EMF in anoher coil; his is known as muual

More information

Chapter 7. Response of First-Order RL and RC Circuits

Chapter 7. Response of First-Order RL and RC Circuits Chaper 7. esponse of Firs-Order L and C Circuis 7.1. The Naural esponse of an L Circui 7.2. The Naural esponse of an C Circui 7.3. The ep esponse of L and C Circuis 7.4. A General oluion for ep and Naural

More information

Analogue and Digital Signal Processing. First Term Third Year CS Engineering By Dr Mukhtiar Ali Unar

Analogue and Digital Signal Processing. First Term Third Year CS Engineering By Dr Mukhtiar Ali Unar Analogue and Digial Signal Processing Firs Term Third Year CS Engineering By Dr Mukhiar Ali Unar Recommended Books Haykin S. and Van Veen B.; Signals and Sysems, John Wiley& Sons Inc. ISBN: 0-7-380-7 Ifeachor

More information

Differential Equations. Solving for Impulse Response. Linear systems are often described using differential equations.

Differential Equations. Solving for Impulse Response. Linear systems are often described using differential equations. Differenial Equaions Linear sysems are ofen described using differenial equaions. For example: d 2 y d 2 + 5dy + 6y f() d where f() is he inpu o he sysem and y() is he oupu. We know how o solve for y given

More information

Vector Autoregressions (VARs): Operational Perspectives

Vector Autoregressions (VARs): Operational Perspectives Vecor Auoregressions (VARs): Operaional Perspecives Primary Source: Sock, James H., and Mark W. Wason, Vecor Auoregressions, Journal of Economic Perspecives, Vol. 15 No. 4 (Fall 2001), 101-115. Macroeconomericians

More information

Automatic measurement and detection of GSM interferences

Automatic measurement and detection of GSM interferences Auomaic measuremen and deecion of GSM inerferences Poor speech qualiy and dropped calls in GSM neworks may be caused by inerferences as a resul of high raffic load. The radio nework analyzers from Rohde

More information

Distributed Online Localization in Sensor Networks Using a Moving Target

Distributed Online Localization in Sensor Networks Using a Moving Target Disribued Online Localizaion in Sensor Neworks Using a Moving Targe Aram Galsyan 1, Bhaskar Krishnamachari 2, Krisina Lerman 1, and Sundeep Paem 2 1 Informaion Sciences Insiue 2 Deparmen of Elecrical Engineering-Sysems

More information

Morningstar Investor Return

Morningstar Investor Return Morningsar Invesor Reurn Morningsar Mehodology Paper Augus 31, 2010 2010 Morningsar, Inc. All righs reserved. The informaion in his documen is he propery of Morningsar, Inc. Reproducion or ranscripion

More information

Adaptive Optics PSF reconstruction at ALFA

Adaptive Optics PSF reconstruction at ALFA Adapive Opics PSF reconsrucion a ALFA Sebasian Egner Max-Planck Insiue for Asronomy, Heidelberg Vicoria, 10. 12. May 2004 Adapive Opics PSF reconsrucion workshop Layou of he alk ALFA sysem relevan parameers

More information

= r t dt + σ S,t db S t (19.1) with interest rates given by a mean reverting Ornstein-Uhlenbeck or Vasicek process,

= r t dt + σ S,t db S t (19.1) with interest rates given by a mean reverting Ornstein-Uhlenbeck or Vasicek process, Chaper 19 The Black-Scholes-Vasicek Model The Black-Scholes-Vasicek model is given by a sandard ime-dependen Black-Scholes model for he sock price process S, wih ime-dependen bu deerminisic volailiy σ

More information

THE FIRM'S INVESTMENT DECISION UNDER CERTAINTY: CAPITAL BUDGETING AND RANKING OF NEW INVESTMENT PROJECTS

THE FIRM'S INVESTMENT DECISION UNDER CERTAINTY: CAPITAL BUDGETING AND RANKING OF NEW INVESTMENT PROJECTS VII. THE FIRM'S INVESTMENT DECISION UNDER CERTAINTY: CAPITAL BUDGETING AND RANKING OF NEW INVESTMENT PROJECTS The mos imporan decisions for a firm's managemen are is invesmen decisions. While i is surely

More information

Journal Of Business & Economics Research September 2005 Volume 3, Number 9

Journal Of Business & Economics Research September 2005 Volume 3, Number 9 Opion Pricing And Mone Carlo Simulaions George M. Jabbour, (Email: jabbour@gwu.edu), George Washingon Universiy Yi-Kang Liu, (yikang@gwu.edu), George Washingon Universiy ABSTRACT The advanage of Mone Carlo

More information

OCPID-DAE1 Optimal Control and Parameter Identification with Differential-Algebraic Equations of Index 1

OCPID-DAE1 Optimal Control and Parameter Identification with Differential-Algebraic Equations of Index 1 Tuorial OCPID-DAE1 Opimal Conrol and Parameer Idenificaion wih Differenial-Algebraic Equaions of Index 1 May 16, 213 Address of he Auhor: Prof. Dr. Mahias Gerds Insiu für Mahemaik und Rechneranwendung

More information

Volume Weighted Average Price Optimal Execution

Volume Weighted Average Price Optimal Execution Volume Weighed Average Price Opimal Execuion Enzo Bussei Sephen Boyd Sepember 28, 2015 Absrac We sudy he problem of opimal execuion of a rading order under Volume Weighed Average Price (VWAP) benchmark,

More information

11/6/2013. Chapter 14: Dynamic AD-AS. Introduction. Introduction. Keeping track of time. The model s elements

11/6/2013. Chapter 14: Dynamic AD-AS. Introduction. Introduction. Keeping track of time. The model s elements Inroducion Chaper 14: Dynamic D-S dynamic model of aggregae and aggregae supply gives us more insigh ino how he economy works in he shor run. I is a simplified version of a DSGE model, used in cuing-edge

More information

COMPARISON OF AIR TRAVEL DEMAND FORECASTING METHODS

COMPARISON OF AIR TRAVEL DEMAND FORECASTING METHODS COMPARISON OF AIR RAVE DEMAND FORECASING MEHODS Ružica Škurla Babić, M.Sc. Ivan Grgurević, B.Eng. Universiy of Zagreb Faculy of ranspor and raffic Sciences Vukelićeva 4, HR- Zagreb, Croaia skurla@fpz.hr,

More information

1. y 5y + 6y = 2e t Solution: Characteristic equation is r 2 5r +6 = 0, therefore r 1 = 2, r 2 = 3, and y 1 (t) = e 2t,

1. y 5y + 6y = 2e t Solution: Characteristic equation is r 2 5r +6 = 0, therefore r 1 = 2, r 2 = 3, and y 1 (t) = e 2t, Homework6 Soluions.7 In Problem hrough 4 use he mehod of variaion of parameers o find a paricular soluion of he given differenial equaion. Then check your answer by using he mehod of undeermined coeffiens..

More information

Capacitors and inductors

Capacitors and inductors Capaciors and inducors We coninue wih our analysis of linear circuis by inroducing wo new passive and linear elemens: he capacior and he inducor. All he mehods developed so far for he analysis of linear

More information

Economics Honors Exam 2008 Solutions Question 5

Economics Honors Exam 2008 Solutions Question 5 Economics Honors Exam 2008 Soluions Quesion 5 (a) (2 poins) Oupu can be decomposed as Y = C + I + G. And we can solve for i by subsiuing in equaions given in he quesion, Y = C + I + G = c 0 + c Y D + I

More information

Energy Spot Price Models and Spread Options Pricing

Energy Spot Price Models and Spread Options Pricing Energy Spo Price Models and Spread Opions Pricing Samuel Hikspoors and Sebasian Jaimungal a a Deparmen of Saisics and Mahemaical Finance Program, Universiy of orono, 100 S. George Sree, orono, Canada M5S

More information

Stability. Coefficients may change over time. Evolution of the economy Policy changes

Stability. Coefficients may change over time. Evolution of the economy Policy changes Sabiliy Coefficiens may change over ime Evoluion of he economy Policy changes Time Varying Parameers y = α + x β + Coefficiens depend on he ime period If he coefficiens vary randomly and are unpredicable,

More information

The Application of Multi Shifts and Break Windows in Employees Scheduling

The Application of Multi Shifts and Break Windows in Employees Scheduling The Applicaion of Muli Shifs and Brea Windows in Employees Scheduling Evy Herowai Indusrial Engineering Deparmen, Universiy of Surabaya, Indonesia Absrac. One mehod for increasing company s performance

More information

DETERMINISTIC INVENTORY MODEL FOR ITEMS WITH TIME VARYING DEMAND, WEIBULL DISTRIBUTION DETERIORATION AND SHORTAGES KUN-SHAN WU

DETERMINISTIC INVENTORY MODEL FOR ITEMS WITH TIME VARYING DEMAND, WEIBULL DISTRIBUTION DETERIORATION AND SHORTAGES KUN-SHAN WU Yugoslav Journal of Operaions Research 2 (22), Number, 6-7 DEERMINISIC INVENORY MODEL FOR IEMS WIH IME VARYING DEMAND, WEIBULL DISRIBUION DEERIORAION AND SHORAGES KUN-SHAN WU Deparmen of Bussines Adminisraion

More information

Improving Technical Trading Systems By Using A New MATLAB based Genetic Algorithm Procedure

Improving Technical Trading Systems By Using A New MATLAB based Genetic Algorithm Procedure 4h WSEAS In. Conf. on NON-LINEAR ANALYSIS, NON-LINEAR SYSTEMS and CHAOS, Sofia, Bulgaria, Ocober 27-29, 2005 (pp29-34) Improving Technical Trading Sysems By Using A New MATLAB based Geneic Algorihm Procedure

More information

Distributed and Secure Computation of Convex Programs over a Network of Connected Processors

Distributed and Secure Computation of Convex Programs over a Network of Connected Processors DCDIS CONFERENCE GUELPH, ONTARIO, CANADA, JULY 2005 1 Disribued and Secure Compuaion of Convex Programs over a Newor of Conneced Processors Michael J. Neely Universiy of Souhern California hp://www-rcf.usc.edu/

More information

Large Scale Online Learning.

Large Scale Online Learning. Large Scale Online Learning. Léon Boou NEC Labs America Princeon NJ 08540 leon@boou.org Yann Le Cun NEC Labs America Princeon NJ 08540 yann@lecun.com Absrac We consider siuaions where raining daa is abundan

More information

Optimal Investment and Consumption Decision of Family with Life Insurance

Optimal Investment and Consumption Decision of Family with Life Insurance Opimal Invesmen and Consumpion Decision of Family wih Life Insurance Minsuk Kwak 1 2 Yong Hyun Shin 3 U Jin Choi 4 6h World Congress of he Bachelier Finance Sociey Torono, Canada June 25, 2010 1 Speaker

More information

Transient Analysis of First Order RC and RL circuits

Transient Analysis of First Order RC and RL circuits Transien Analysis of Firs Order and iruis The irui shown on Figure 1 wih he swih open is haraerized by a pariular operaing ondiion. Sine he swih is open, no urren flows in he irui (i=0) and v=0. The volage

More information

Chapter 8: Regression with Lagged Explanatory Variables

Chapter 8: Regression with Lagged Explanatory Variables Chaper 8: Regression wih Lagged Explanaory Variables Time series daa: Y for =1,..,T End goal: Regression model relaing a dependen variable o explanaory variables. Wih ime series new issues arise: 1. One

More information

Measuring macroeconomic volatility Applications to export revenue data, 1970-2005

Measuring macroeconomic volatility Applications to export revenue data, 1970-2005 FONDATION POUR LES ETUDES ET RERS LE DEVELOPPEMENT INTERNATIONAL Measuring macroeconomic volailiy Applicaions o expor revenue daa, 1970-005 by Joël Cariolle Policy brief no. 47 March 01 The FERDI is a

More information

A Generalized Bivariate Ornstein-Uhlenbeck Model for Financial Assets

A Generalized Bivariate Ornstein-Uhlenbeck Model for Financial Assets A Generalized Bivariae Ornsein-Uhlenbeck Model for Financial Asses Romy Krämer, Mahias Richer Technische Universiä Chemniz, Fakulä für Mahemaik, 917 Chemniz, Germany Absrac In his paper, we sudy mahemaical

More information

The Generalized Extreme Value (GEV) Distribution, Implied Tail Index and Option Pricing

The Generalized Extreme Value (GEV) Distribution, Implied Tail Index and Option Pricing he Generalized Exreme Value (GEV) Disribuion, Implied ail Index and Opion Pricing Sheri Markose and Amadeo Alenorn his version: 6 December 200 Forhcoming Spring 20 in he Journal of Derivaives Absrac Crisis

More information

A Distributed Multiple-Target Identity Management Algorithm in Sensor Networks

A Distributed Multiple-Target Identity Management Algorithm in Sensor Networks A Disribued Muliple-Targe Ideniy Managemen Algorihm in Sensor Neworks Inseok Hwang, Kaushik Roy, Hamsa Balakrishnan, and Claire Tomlin Dep. of Aeronauics and Asronauics, Sanford Universiy, CA 94305 Elecrical

More information

Dynamic programming models and algorithms for the mutual fund cash balance problem

Dynamic programming models and algorithms for the mutual fund cash balance problem Submied o Managemen Science manuscrip Dynamic programming models and algorihms for he muual fund cash balance problem Juliana Nascimeno Deparmen of Operaions Research and Financial Engineering, Princeon

More information

Answer, Key Homework 2 David McIntyre 45123 Mar 25, 2004 1

Answer, Key Homework 2 David McIntyre 45123 Mar 25, 2004 1 Answer, Key Homework 2 Daid McInyre 4123 Mar 2, 2004 1 This prin-ou should hae 1 quesions. Muliple-choice quesions may coninue on he ne column or page find all choices before making your selecion. The

More information

A Re-examination of the Joint Mortality Functions

A Re-examination of the Joint Mortality Functions Norh merican cuarial Journal Volume 6, Number 1, p.166-170 (2002) Re-eaminaion of he Join Morali Funcions bsrac. Heekung Youn, rkad Shemakin, Edwin Herman Universi of S. Thomas, Sain Paul, MN, US Morali

More information

AP Calculus AB 2013 Scoring Guidelines

AP Calculus AB 2013 Scoring Guidelines AP Calculus AB 1 Scoring Guidelines The College Board The College Board is a mission-driven no-for-profi organizaion ha connecs sudens o college success and opporuniy. Founded in 19, he College Board was

More information

Why Did the Demand for Cash Decrease Recently in Korea?

Why Did the Demand for Cash Decrease Recently in Korea? Why Did he Demand for Cash Decrease Recenly in Korea? Byoung Hark Yoo Bank of Korea 26. 5 Absrac We explores why cash demand have decreased recenly in Korea. The raio of cash o consumpion fell o 4.7% in

More information

Skewness and Kurtosis Adjusted Black-Scholes Model: A Note on Hedging Performance

Skewness and Kurtosis Adjusted Black-Scholes Model: A Note on Hedging Performance Finance Leers, 003, (5), 6- Skewness and Kurosis Adjused Black-Scholes Model: A Noe on Hedging Performance Sami Vähämaa * Universiy of Vaasa, Finland Absrac his aricle invesigaes he dela hedging performance

More information

Description of the CBOE S&P 500 BuyWrite Index (BXM SM )

Description of the CBOE S&P 500 BuyWrite Index (BXM SM ) Descripion of he CBOE S&P 500 BuyWrie Index (BXM SM ) Inroducion. The CBOE S&P 500 BuyWrie Index (BXM) is a benchmark index designed o rack he performance of a hypoheical buy-wrie sraegy on he S&P 500

More information

Improvement of a TCP Incast Avoidance Method for Data Center Networks

Improvement of a TCP Incast Avoidance Method for Data Center Networks Improvemen of a Incas Avoidance Mehod for Daa Cener Neworks Kazuoshi Kajia, Shigeyuki Osada, Yukinobu Fukushima and Tokumi Yokohira The Graduae School of Naural Science and Technology, Okayama Universiy

More information

Module 4. Single-phase AC circuits. Version 2 EE IIT, Kharagpur

Module 4. Single-phase AC circuits. Version 2 EE IIT, Kharagpur Module 4 Single-phase A circuis ersion EE T, Kharagpur esson 5 Soluion of urren in A Series and Parallel ircuis ersion EE T, Kharagpur n he las lesson, wo poins were described:. How o solve for he impedance,

More information

TWO OPTIMAL CONTROL PROBLEMS IN CANCER CHEMOTHERAPY WITH DRUG RESISTANCE

TWO OPTIMAL CONTROL PROBLEMS IN CANCER CHEMOTHERAPY WITH DRUG RESISTANCE Annals of he Academy of Romanian Scieniss Series on Mahemaics and is Applicaions ISSN 266-6594 Volume 3, Number 2 / 211 TWO OPTIMAL CONTROL PROBLEMS IN CANCER CHEMOTHERAPY WITH DRUG RESISTANCE Werner Krabs

More information

Imitative Learning for Online Planning in Microgrids

Imitative Learning for Online Planning in Microgrids Imiaive Learning for Online Planning in Microgrids Samy Aiahar 1, Vincen François-Lave 1, Sefan Lodeweyckx 2, Damien Erns 1, and Raphael Foneneau 1 1 Deparmen of Elecrical Engineering and Compuer Science,

More information

Does Option Trading Have a Pervasive Impact on Underlying Stock Prices? *

Does Option Trading Have a Pervasive Impact on Underlying Stock Prices? * Does Opion Trading Have a Pervasive Impac on Underlying Sock Prices? * Neil D. Pearson Universiy of Illinois a Urbana-Champaign Allen M. Poeshman Universiy of Illinois a Urbana-Champaign Joshua Whie Universiy

More information

Differential Equations and Linear Superposition

Differential Equations and Linear Superposition Differenial Equaions and Linear Superposiion Basic Idea: Provide soluion in closed form Like Inegraion, no general soluions in closed form Order of equaion: highes derivaive in equaion e.g. dy d dy 2 y

More information

Imitative Learning for Online Planning in Microgrids

Imitative Learning for Online Planning in Microgrids Imiaive Learning for Online Planning in Microgrids Samy Aiahar 1(B), Vincen François-Lave 1, Sefan Lodeweyckx 2, Damien Erns 1, and Raphael Foneneau 1 1 Deparmen of Elecrical Engineering and Compuer Science,

More information

How To Price An Opion

How To Price An Opion HE PERFORMANE OF OPION PRIING MODEL ON HEDGING EXOI OPION Firs Draf: May 5 003 his Version Oc. 30 003 ommens are welcome Absrac his paper examines he empirical performance of various opion pricing models

More information

The performance of popular stochastic volatility option pricing models during the Subprime crisis

The performance of popular stochastic volatility option pricing models during the Subprime crisis The performance of popular sochasic volailiy opion pricing models during he Subprime crisis Thibau Moyaer 1 Mikael Peijean 2 Absrac We assess he performance of he Heson (1993), Baes (1996), and Heson and

More information

Asset Prices in Affine Real Business Cycle Models

Asset Prices in Affine Real Business Cycle Models WP/10/249 Asse Prices in Affine Real Business Cycle Models Ayek Malkhozov and Maral Shamloo 2010 Inernaional Moneary Fund WP/10/249 IMF Working Paper Asse Prices in Affine Real Business Cycle Models* Prepared

More information

MTH6121 Introduction to Mathematical Finance Lesson 5

MTH6121 Introduction to Mathematical Finance Lesson 5 26 MTH6121 Inroducion o Mahemaical Finance Lesson 5 Conens 2.3 Brownian moion wih drif........................... 27 2.4 Geomeric Brownian moion........................... 28 2.5 Convergence of random

More information

Time Series Analysis Using SAS R Part I The Augmented Dickey-Fuller (ADF) Test

Time Series Analysis Using SAS R Part I The Augmented Dickey-Fuller (ADF) Test ABSTRACT Time Series Analysis Using SAS R Par I The Augmened Dickey-Fuller (ADF) Tes By Ismail E. Mohamed The purpose of his series of aricles is o discuss SAS programming echniques specifically designed

More information

Random Walk in 1-D. 3 possible paths x vs n. -5 For our random walk, we assume the probabilities p,q do not depend on time (n) - stationary

Random Walk in 1-D. 3 possible paths x vs n. -5 For our random walk, we assume the probabilities p,q do not depend on time (n) - stationary Random Walk in -D Random walks appear in many cones: diffusion is a random walk process undersanding buffering, waiing imes, queuing more generally he heory of sochasic processes gambling choosing he bes

More information

Analysis of Pricing and Efficiency Control Strategy between Internet Retailer and Conventional Retailer

Analysis of Pricing and Efficiency Control Strategy between Internet Retailer and Conventional Retailer Recen Advances in Business Managemen and Markeing Analysis of Pricing and Efficiency Conrol Sraegy beween Inerne Reailer and Convenional Reailer HYUG RAE CHO 1, SUG MOO BAE and JOG HU PARK 3 Deparmen of

More information

SHB Gas Oil. Index Rules v1.3 Version as of 1 January 2013

SHB Gas Oil. Index Rules v1.3 Version as of 1 January 2013 SHB Gas Oil Index Rules v1.3 Version as of 1 January 2013 1. Index Descripions The SHB Gasoil index (he Index ) measures he reurn from changes in he price of fuures conracs, which are rolled on a regular

More information

PRESSURE BUILDUP. Figure 1: Schematic of an ideal buildup test

PRESSURE BUILDUP. Figure 1: Schematic of an ideal buildup test Tom Aage Jelmer NTNU Dearmen of Peroleum Engineering and Alied Geohysics PRESSURE BUILDUP I is difficul o kee he rae consan in a roducing well. This is no an issue in a buildu es since he well is closed.

More information

Does Option Trading Have a Pervasive Impact on Underlying Stock Prices? *

Does Option Trading Have a Pervasive Impact on Underlying Stock Prices? * Does Opion Trading Have a Pervasive Impac on Underlying Soc Prices? * Neil D. Pearson Universiy of Illinois a Urbana-Champaign Allen M. Poeshman Universiy of Illinois a Urbana-Champaign Joshua Whie Universiy

More information

Accelerated Gradient Methods for Stochastic Optimization and Online Learning

Accelerated Gradient Methods for Stochastic Optimization and Online Learning Acceleraed Gradien Mehods for Sochasic Opimizaion and Online Learning Chonghai Hu, James T. Kwok, Weike Pan Deparmen of Compuer Science and Engineering Hong Kong Universiy of Science and Technology Clear

More information

Real-time Particle Filters

Real-time Particle Filters Real-ime Paricle Filers Cody Kwok Dieer Fox Marina Meilă Dep. of Compuer Science & Engineering, Dep. of Saisics Universiy of Washingon Seale, WA 9895 ckwok,fox @cs.washingon.edu, mmp@sa.washingon.edu Absrac

More information

IR Receiver Modules for Remote Control Systems

IR Receiver Modules for Remote Control Systems TSOP382.., TSOP384.. IR Receiver Modules for MECHANICAL DATA Pinning: = OUT, 2 =, 3 = V S 926 FEATURES Very low supply curren Phoo deecor and preamplifier in one package Inernal filer for PCM frequency

More information

Premium Income of Indian Life Insurance Industry

Premium Income of Indian Life Insurance Industry Premium Income of Indian Life Insurance Indusry A Toal Facor Produciviy Approach Ram Praap Sinha* Subsequen o he passage of he Insurance Regulaory and Developmen Auhoriy (IRDA) Ac, 1999, he life insurance

More information

Time-Expanded Sampling (TES) For Ensemble-based Data Assimilation Applied To Conventional And Satellite Observations

Time-Expanded Sampling (TES) For Ensemble-based Data Assimilation Applied To Conventional And Satellite Observations 27 h WAF/23 rd NWP, 29 June 3 July 2015, Chicago IL. 1 Time-Expanded Sampling (TES) For Ensemble-based Daa Assimilaion Applied To Convenional And Saellie Observaions Allen Zhao 1, Qin Xu 2, Yi Jin 1, Jusin

More information

The Torsion of Thin, Open Sections

The Torsion of Thin, Open Sections EM 424: Torsion of hin secions 26 The Torsion of Thin, Open Secions The resuls we obained for he orsion of a hin recangle can also be used be used, wih some qualificaions, for oher hin open secions such

More information

Econometrica Supplementary Material

Econometrica Supplementary Material Economerica Supplemenary Maerial SUPPLEMENT TO INFERRING LABOR INCOME RISK AND PARTIAL INSURANCE FROM ECONOMIC CHOICES : APPENDIXES (Economerica, Vol. 82, No. 6, November 2014, 2085 2129) BY FATIH GUVENEN

More information

Signal Processing and Linear Systems I

Signal Processing and Linear Systems I Sanford Universiy Summer 214-215 Signal Processing and Linear Sysems I Lecure 5: Time Domain Analysis of Coninuous Time Sysems June 3, 215 EE12A:Signal Processing and Linear Sysems I; Summer 14-15, Gibbons

More information

Optimal Time to Sell in Real Estate Portfolio Management

Optimal Time to Sell in Real Estate Portfolio Management Opimal ime o Sell in Real Esae Porfolio Managemen Fabrice Barhélémy and Jean-Luc Prigen hema, Universiy of Cergy-Ponoise, Cergy-Ponoise, France E-mails: fabricebarhelemy@u-cergyfr; jean-lucprigen@u-cergyfr

More information

A PROPOSAL TO OBTAIN A LONG QUARTERLY CHILEAN GDP SERIES *

A PROPOSAL TO OBTAIN A LONG QUARTERLY CHILEAN GDP SERIES * CUADERNOS DE ECONOMÍA, VOL. 43 (NOVIEMBRE), PP. 285-299, 2006 A PROPOSAL TO OBTAIN A LONG QUARTERLY CHILEAN GDP SERIES * JUAN DE DIOS TENA Universidad de Concepción y Universidad Carlos III, España MIGUEL

More information

Chapter 8 Student Lecture Notes 8-1

Chapter 8 Student Lecture Notes 8-1 Chaper Suden Lecure Noes - Chaper Goals QM: Business Saisics Chaper Analyzing and Forecasing -Series Daa Afer compleing his chaper, you should be able o: Idenify he componens presen in a ime series Develop

More information

OPERATION MANUAL. Indoor unit for air to water heat pump system and options EKHBRD011ABV1 EKHBRD014ABV1 EKHBRD016ABV1

OPERATION MANUAL. Indoor unit for air to water heat pump system and options EKHBRD011ABV1 EKHBRD014ABV1 EKHBRD016ABV1 OPERAION MANUAL Indoor uni for air o waer hea pump sysem and opions EKHBRD011ABV1 EKHBRD014ABV1 EKHBRD016ABV1 EKHBRD011ABY1 EKHBRD014ABY1 EKHBRD016ABY1 EKHBRD011ACV1 EKHBRD014ACV1 EKHBRD016ACV1 EKHBRD011ACY1

More information

AP Calculus BC 2010 Scoring Guidelines

AP Calculus BC 2010 Scoring Guidelines AP Calculus BC Scoring Guidelines The College Board The College Board is a no-for-profi membership associaion whose mission is o connec sudens o college success and opporuniy. Founded in, he College Board

More information

Photo Modules for PCM Remote Control Systems

Photo Modules for PCM Remote Control Systems Phoo Modules for PCM Remoe Conrol Sysems Available ypes for differen carrier frequencies Type fo Type fo TSOP173 3 khz TSOP1733 33 khz TSOP1736 36 khz TSOP1737 36.7 khz TSOP1738 38 khz TSOP174 4 khz TSOP1756

More information

9. Capacitor and Resistor Circuits

9. Capacitor and Resistor Circuits ElecronicsLab9.nb 1 9. Capacior and Resisor Circuis Inroducion hus far we have consider resisors in various combinaions wih a power supply or baery which provide a consan volage source or direc curren

More information

Option Pricing Under Stochastic Interest Rates

Option Pricing Under Stochastic Interest Rates I.J. Engineering and Manufacuring, 0,3, 8-89 ublished Online June 0 in MECS (hp://www.mecs-press.ne) DOI: 0.585/ijem.0.03. Available online a hp://www.mecs-press.ne/ijem Opion ricing Under Sochasic Ineres

More information

Pricing Guaranteed Minimum Withdrawal Benefits under Stochastic Interest Rates

Pricing Guaranteed Minimum Withdrawal Benefits under Stochastic Interest Rates Pricing Guaraneed Minimum Wihdrawal Benefis under Sochasic Ineres Raes Jingjiang Peng 1, Kwai Sun Leung 2 and Yue Kuen Kwok 3 Deparmen of Mahemaics, Hong Kong Universiy of Science and echnology, Clear

More information

17 Laplace transform. Solving linear ODE with piecewise continuous right hand sides

17 Laplace transform. Solving linear ODE with piecewise continuous right hand sides 7 Laplace ransform. Solving linear ODE wih piecewise coninuous righ hand sides In his lecure I will show how o apply he Laplace ransform o he ODE Ly = f wih piecewise coninuous f. Definiion. A funcion

More information

TSG-RAN Working Group 1 (Radio Layer 1) meeting #3 Nynashamn, Sweden 22 nd 26 th March 1999

TSG-RAN Working Group 1 (Radio Layer 1) meeting #3 Nynashamn, Sweden 22 nd 26 th March 1999 TSG-RAN Working Group 1 (Radio Layer 1) meeing #3 Nynashamn, Sweden 22 nd 26 h March 1999 RAN TSGW1#3(99)196 Agenda Iem: 9.1 Source: Tile: Documen for: Moorola Macro-diversiy for he PRACH Discussion/Decision

More information

Modeling VIX Futures and Pricing VIX Options in the Jump Diusion Modeling

Modeling VIX Futures and Pricing VIX Options in the Jump Diusion Modeling Modeling VIX Fuures and Pricing VIX Opions in he Jump Diusion Modeling Faemeh Aramian Maseruppsas i maemaisk saisik Maser hesis in Mahemaical Saisics Maseruppsas 2014:2 Maemaisk saisik April 2014 www.mah.su.se

More information

Markit Excess Return Credit Indices Guide for price based indices

Markit Excess Return Credit Indices Guide for price based indices Marki Excess Reurn Credi Indices Guide for price based indices Sepember 2011 Marki Excess Reurn Credi Indices Guide for price based indices Conens Inroducion...3 Index Calculaion Mehodology...4 Semi-annual

More information

Switching Regulator IC series Capacitor Calculation for Buck converter IC

Switching Regulator IC series Capacitor Calculation for Buck converter IC Swiching Regulaor IC series Capacior Calculaion for Buck converer IC No.14027ECY02 This applicaion noe explains he calculaion of exernal capacior value for buck converer IC circui. Buck converer IIN IDD

More information

Model predictive control for a smart solar tank based on weather and consumption forecasts

Model predictive control for a smart solar tank based on weather and consumption forecasts Available online a www.sciencedirec.com Energy Procedia 30 (2012 ) 270 278 SHC 2012 Model predicive conrol for a smar solar an based on weaher and consumpion forecass Rasmus Halvgaard a*, Peder Bacher

More information

Situated vs. Global Aggregation Schemes for Autonomous Management Systems

Situated vs. Global Aggregation Schemes for Autonomous Management Systems 4h IFIP/IEEE Workshop on Disribued Auonomous Nework Managemen Sysems Siuaed vs. Global Aggregaion Schemes for Auonomous Managemen Sysems Rafik Makhloufi*, Guillaume Doyen*, Gregory Bonne and Dominique

More information

Chapter 2 Kinematics in One Dimension

Chapter 2 Kinematics in One Dimension Chaper Kinemaics in One Dimension Chaper DESCRIBING MOTION:KINEMATICS IN ONE DIMENSION PREVIEW Kinemaics is he sudy of how hings moe how far (disance and displacemen), how fas (speed and elociy), and how

More information

Hedging with Forwards and Futures

Hedging with Forwards and Futures Hedging wih orwards and uures Hedging in mos cases is sraighforward. You plan o buy 10,000 barrels of oil in six monhs and you wish o eliminae he price risk. If you ake he buy-side of a forward/fuures

More information

INTEREST RATE FUTURES AND THEIR OPTIONS: SOME PRICING APPROACHES

INTEREST RATE FUTURES AND THEIR OPTIONS: SOME PRICING APPROACHES INTEREST RATE FUTURES AND THEIR OPTIONS: SOME PRICING APPROACHES OPENGAMMA QUANTITATIVE RESEARCH Absrac. Exchange-raded ineres rae fuures and heir opions are described. The fuure opions include hose paying

More information

Task is a schedulable entity, i.e., a thread

Task is a schedulable entity, i.e., a thread Real-Time Scheduling Sysem Model Task is a schedulable eniy, i.e., a hread Time consrains of periodic ask T: - s: saring poin - e: processing ime of T - d: deadline of T - p: period of T Periodic ask T

More information

CLASSICAL TIME SERIES DECOMPOSITION

CLASSICAL TIME SERIES DECOMPOSITION Time Series Lecure Noes, MSc in Operaional Research Lecure CLASSICAL TIME SERIES DECOMPOSITION Inroducion We menioned in lecure ha afer we calculaed he rend, everyhing else ha remained (according o ha

More information

Stochastic Calculus and Option Pricing

Stochastic Calculus and Option Pricing Sochasic Calculus and Opion Pricing Leonid Kogan MIT, Sloan 15.450, Fall 2010 c Leonid Kogan ( MIT, Sloan ) Sochasic Calculus 15.450, Fall 2010 1 / 74 Ouline 1 Sochasic Inegral 2 Iô s Lemma 3 Black-Scholes

More information