Directed Regression. Benjamin Van Roy Stanford University Stanford, CA Abstract

Size: px
Start display at page:

Download "Directed Regression. Benjamin Van Roy Stanford University Stanford, CA Abstract"

Transcription

1 Diected Regession Yi-hao Kao Stanfod Univesity Stanfod, CA Benjamin Van Roy Stanfod Univesity Stanfod, CA Xiang Yan Stanfod Univesity Stanfod, CA Abstact When used to guide decisions, linea egession analysis typically involves estimation of egession coefficients via odinay least squaes and thei subsequent use to mae decisions. When thee ae multiple esponse vaiables and featues do not pefectly captue thei elationships, it is beneficial to account fo the decision objective when computing egession coefficients. Empiical optimization does so but sacifices pefomance when featues ae well-chosen o taining data ae insufficient. We popose diected egession, an efficient algoithm that combines meits of odinay least squaes and empiical optimization. We demonstate though a computational study that diected egession can geneate significant pefomance gains ove eithe altenative. We also develop a theoy that motivates the algoithm. Intoduction When used to guide decision-maing, linea egession analysis typically teats estimation of egession coefficients sepaately fom thei use to mae decisions. In paticula, estimation is caied out via odinay least squaes (OLS) without consideation of the decision objective. The egession coefficients ae then used to optimize decisions. When thee ae multiple esponse vaiables and featues do not pefectly captue thei elationships, it is beneficial to account fo the decision objective when computing egession coefficients. Impefections in featue selection ae common since it is difficult to identify the ight featues and the numbe of featues is typically esticted in ode to avoid ove-fitting. Empiical optimization (EO) is an altenative to OLS which selects coefficients that minimize empiical loss in the taining data. Though it accounts fo the decision objective when computing egession coefficients, EO sacifices pefomance when featues ae well-chosen o taining data is insufficient. In this pape, we popose a new algoithm diected egession (DR) which is a hybid between OLS and EO. DR selects coefficients that ae a convex combination of those that would be selected by OLS and those by EO. The weights of OLS and EO coefficients ae optimized via cossvalidation. We study DR fo the case of decision poblems with quadatic objective functions. The algoithm taes as input a taining set of data pais, each consisting of featue vectos and esponse vaiables, togethe with a quadatic loss function that depends on decision vaiables and esponse vaiables. Regession coefficients ae computed fo subsequent use in decision-maing. Each futue decision depends on newly sampled featue vectos and is made pio to obseving esponse vaiables with the goal of minimizing expected loss. We pesent computational esults demonstating that DR can substantially outpefom both OLS and EO. These esults ae fo synthetic poblems with egession models that include subsets of elevant

2 featues. In some cases, OLS and EO delive compaable pefomance while DR educes expected loss by about 0%. In none of the cases consideed does eithe OLS o EO outpefom DR. We also develop a theoy that motivates DR. This theoy is based on a model in which selected featues do not pefectly captue elationships among esponse vaiables. We pove that, fo this model, the optimal vecto of coefficients is a convex combination of those that would be geneated by OLS and EO. Linea Regession fo Decision-Maing Suppose we ae given a set of taining data pais O = {(x (), y () ),, (x (N), y (N) )}. Each nth data pai is compised of featue vectos x (n),..., x(n) K RM and a vecto y (n) R M of esponse vaiables. We would lie to compute egession coefficients R K so that given a data pai (x, y), the linea combination x of featue vectos estimates the expectation of y conditioned on x. We estict attention to cases whee M >, with special inteest in poblems whee M is lage, because it is in such situations that DR offes the lagest pefomance gains. We conside a setting whee the egession model is used to guide futue decisions. In paticula, afte computing egession coefficients, each time we obseve featue vectos x,..., x K we will have to select a decision u R L befoe obseving the esponse vecto y. The choice incus a loss l(u, y) = u G u + u G y, whee the matices G R L L and G R L M ae nown, and the fome is positive definite and symmetic. We aim to minimize expected loss, assuming that the conditional expectation of y given x is K = x. As such, given x and, we select a decision ( u (x) l u u, ) x = = G G x. The question is how best to compute the egession coefficients fo this pupose. To motivate the setting we have descibed, we offe a hypothetical application. Example. Conside an Intenet banne ad campaign that tagets M classes of customes. An aveage evenue of y m is eceived pe custome of class m that the campaign eaches. This quantity is andom and influenced by K obsevable factos x m,..., x Km. These factos may be coelated acoss customes classes; fo example, they could captue custome pefeences as they elate to ad content o how cuent economic conditions affect customes. Fo each mth class, the cost of eaching the u m th custome inceases with u m because ads ae fist tageted at customes that can be eached at lowe cost. This cost is quadatic, so that we pay γ m u m to each u m customes, whee γ m is a nown constant. The application we have descibed fits ou geneal poblem context. It is natual to pedict the esponse vecto y using a linea combination x of factos with the egession coefficients computed based on past obsevations O = {(x (), y () ),, (x (N), y (N) )}. The goal is to maximize expected evenue less advetising costs. This gives ise to a loss function that is quadatic in u and y: M l(u, y) = (γ m u m u m y m ). m= One might as why not constuct M sepaate linea egession models, one fo each esponse vaiable, each with a sepaate set of K coefficients. The eason is that this gives ise to MK coefficients; when M is lage and data is limited, this could lead to ove-fitting. Models of the sot we conside, whee egession coefficients ae shaed acoss multiple esponse vaiables, ae sometimes efeed to as geneal linea models and have seen a wide ange of applications 7, 8]. It is well-nown that the quality of esults is highly sensitive to the choice of featues, even moe so than fo models involving a single esponse vaiable 7]. =

3 3 Algoithms Odinay least squaes (OLS) is a conventional appoach to computing egession coefficients. This would poduce a coefficient vecto OLS R y(n) x (n). () K n= Note that OLS does not tae the decision objective into account when computing egession coefficients. Empiical optimization (EO), as studied fo example in, 6], offes an altenative that does so. This appoach minimizes empiical loss on the taining data: EO R K = l(u (x (n) ), y (n) ). () n= Note that EO does not explicitly aim to estimate the conditional expectation of the esponse vecto. Instead it focusses on decision loss that would be incued with the taining data. Both OLS and EO can be computed efficiently by minimizing convex quadatic functions. As we will see in ou computational and theoetical analyses, OLS and EO can be viewed as two extemes, each offeing oom fo impovement. In this pape, we popose an altenative algoithm diected egession (DR) which poduces a convex combination DR = ( λ) OLS + λ EO of coefficients computed by OLS and EO. The tem diected is chosen to indicate that DR is influenced by the decision objective though, unlie EO, it does not simply minimize empiical loss. The paamete λ 0, ] is computed via coss-validation, with an objective of minimizing aveage loss on validation data. Aveage loss is a convex quadatic function of λ, and theefoe can be easily minimized ove λ 0, ]. DR is designed to geneate decisions that ae moe obust to impefections in featue selection than OLS. As such, DR addesses issues simila to those that have motivated wo in data-diven obust optimization, as suveyed in 3]. Ou focus on maing good decisions despite modeling inaccuacies also complements ecent wo that studies how models deployed in pactice can geneate effective decisions despite thei failue to pass basic statistical tests 4]. 4 Computational Results In this section, we pesent esults fom applying OLS, EO, and DR to synthetic data. To geneate a data set, we fist sample paametes of a geneative model as follows:. Sample P matices C,..., C P R M Q, with each enty fom each matix dawn independently fom N (0, ).. Sample a vecto R P fom N (0, I). 3. Sample G a R L L and G b R L M, with each enty of each matix dawn fom N (0, ). Let G = G a G a and G = G a G b. Given geneative model paametes C,..., C P and, we sample each taining data pai (x (n), y (n) ) as follows:. Sample a vecto φ (n) R Q fom N (0, I) and a vecto w (n) R M fom N (0, σ wi).. Let y (n) = P i= ic i φ (n) + w (n). 3. Fo each =,,, K, let x (n) = C φ (n). The vecto φ (n) can be viewed as a sample fom an undelying infomation space. The matices C,..., C P extact featue vectos fom φ (n). Note that, though esponse vaiables depend on P featue vectos, only K P ae used in the egession model. Given geneative model paametes and a coefficient vecto R K, it is easy to evaluate the expected loss l() = E x,y l(u (x), y)]. It is also easy to evaluate the minimal expected loss l = 3

4 Excess Loss OLS EO DR Excess Loss OLS EO DR N (a) K (b) Figue : (a) Excess losses deliveed by OLS, EO, and DR, fo diffeent numbes N of taining samples. (b) Excess losses deliveed by OLS, EO, and DR, using diffeent numbes K of the 60 featues. min E x,y l(u (x), y)]. We will assess each algoithm in tems of the excess loss l() l deliveed by the coefficient vecto that the algoithm computes. Excess loss is nonnegative, and this allows us to mae compaisons in pecentage tems. We caied out two sets of expeiments to compae the pefomance of OLS, EO, and DR. In the fist set, we let M = 5, L = 5, P = 60, Q = 0, σ w = 5, and K = 50. Fo each N {0, 5, 0, 30, 50}, we an 00 tials, each with an independently sampled geneative model and taining data set. In each tial, each algoithm computes a coefficient vecto given the taining data and loss function. With DR, λ is selected via leave-one-out coss-validation when N 0, and via 5-fold coss-validation when N > 0. Figue (a) plots excess losses aveaged ove tials. Note that the excess loss incued by DR is neve lage than that of OLS o EO. Futhe, when N = 0, the excess loss of OLS and EO ae both aound 0% lage than that of DR. Fo small N, OLS is as effective as DR, while, EO becomes as effective as DR as N gows lage. In the second set of expeiments, we use the same paamete values as in the fist set, except we fix N = 0 and conside use of K {45, 50, 55, 58, 60} featue vectos. Again, we an 00 tials fo each K, applying the thee algoithms as in the fist set of expeiments. Figue (b) plots excess losses aveaged ove tials. Note that when K = 55, DR delives excess loss aound 0% less than EO and OLS. When K = P = 60, thee ae no missing featues and OLS matches the pefomance of DR. Figue plots the values of λ selected by coss-validation, each aveaged ove the 00 tials, as a function of N and K. As the numbe of taining samples N gows, so does λ, indicating that DR is weighted moe heavily towad EO. As the numbe of featue vectos K gows, λ diminishes, indicating that DR is weighted moe heavily towad OLS. 5 Theoetical Analysis In this section, we fomulate a geneative model fo the taining data and futue obsevations. Fo this model, optimal coefficients ae convex combinations of OLS and EO. As such, ou model and analysis motivate the use of DR. 5. Model In this section, we descibe a geneative model that samples the taining data set, as well as missing featues, and a epesentative futue obsevation. We then fomulate an optimization poblem whee the objective is to minimize expected loss on the futue obsevation conditioned on the taining data and missing featues. It may seem stange to condition on missing featues since in pactice they ae unavailable when computing egession coefficients. Howeve, we will late establish that optimal 4

5 λ 0.4 λ N (a) K (b) Figue : (a) The aveage values of selected λ, fo diffeent numbes N of taining samples. (b) The aveage values of selected λ, using diffeent numbes K of the 60 featues. coefficients ae convex combinations of OLS and EO, each of which can be computed without obseving missing featues. Since diected egession seaches ove these convex combinations, it should appoximate what would be geneated by a hypothetical algoithm that obseves missing featues. We will assume that each featue, whethe obseved o missing, is a linea function of an infomation vecto dawn fom R Q. Specifically, the N taining data samples depend on infomation vectos φ (),..., φ (N) R Q. A linea function mapping an infomation vecto to a featue vecto can be epesented by a matix in R M Q, and to descibe ou geneative model, it is useful to define an inne poduct fo such matices. In paticula, we define the inne poduct between matices A and B by A, B = (Aφ (n) ) (Bφ (n) ). N n= Ou geneative model taes seveal paametes as input. Fist, thee ae the numbe of samples N, the numbe of esponse vaiables M, and the numbe of featue vectos K. Second, a paamete µ Q specifies the expected dimension of the infomation vecto. Finally, thee ae standad deviations σ, σ ɛ, and σ w, of obseved featue coefficients, missing featue coefficients, and noise, espectively. Given paametes N, M, K, µ Q, σ, σ ɛ, and σ w, the geneative model poduces data as follows:. Sample Q fom the geometic distibution with mean µ Q.. Sample φ (),..., φ (N) R Q fom N (0, I Q ). 3. Sample C,..., C K and D,, D J R M Q with each enty i.i.d. fom N (0, ), whee K + J = MQ. 4. Apply the Gam-Schmidt algoithm with espect to the inne poduct defined above to geneate an othonomal basis C,..., C K, D,..., D J fom the sequence C,..., C K, D,..., D J. 5. Sample R K fom N (0, σ I K ) and R J fom N (0, σ ɛ I J ). 6. Fo n =,, N, sample w (n) R M fom N (0, σwi M ), and let x (n) = C φ (n) C K φ (n)], (3) z (n) = D φ (n) DJ φ (n)], (4) y (n) = = x (n) + J j= j z (n) j + w (n). (5) 5

6 7. Sample φ unifomly fom {φ (),, φ (N) } and w R M fom N (0, σ wi M ). Geneate x, z, and ỹ by the same functions in (3), (4), and (5). The samples z (),..., z (N), z epesent missing featues. The Gam-Schmidt pocedue ensues two popeties. Fist, since C, D j = 0, missing featues ae uncoelated with obseved featues. If this wee not the case, obseved featues would povide infomation about missing featues. Second, since D,..., D J ae othonomal, the distibution of missing featues is invaiant to otations in the J-dimensional subspace fom which they ae dawn. In othe wods, all diections in that space ae equally liely. We define an augmented taining set O = {(x (), z (), y () ),, (x (N), z (N), y (N) )} and conside selecting egession coefficients ˆ R K that solve min El(u ( x), ỹ) O]. R K Note that the pobability distibution hee is implicitly defined by ou geneative model, and as such, ˆ may depend on N, M, K, µ Q, σ, σ ɛ, σ w, and O. 5. Optimal Solutions Ou pimay inteest is in cases whee pio nowledge about the coefficients is wea and does not significantly influence ˆ. As such, we will fom hee on estict attention to the case whee σ is asymptotically lage. Hence, ˆ will no longe depend on σ. It is helpful to conside two special cases. One is whee σ ɛ = 0 and the othe is whee σ ɛ is asymptotically lage. We will efe to ˆ in these exteme cases as ˆ 0 and ˆ. The following theoem establishes that these extemes ae deliveed by OLS and EO. Theoem. Fo all N, M, K, µ Q, σ w, and O, ˆ 0 R K y(n) n= = x (n) and ˆ R K l(u (x (n) ), y (n) ). n= Note that σ ɛ epesents the degee of bias in a egession model that assumes thee ae no missing featues. Hence, the above theoem indicates that OLS is optimal when thee is no bias while EO is optimal as the bias becomes asymptotically lage. It is also woth noting that the coefficient vectos ˆ 0 and ˆ can be computed without obseving the missing featues, though ˆ is defined by an expectation that is conditioned on thei ealizations. Futhe, computation of ˆ 0 and ˆ does not equie nowledge of Q o σ w. Ou next theoem establishes that the coefficient vecto ˆ is always a convex combination of ˆ 0 and ˆ. Theoem. Fo all N, M, K, µ Q, σ w, σ ɛ, and O, whee λ =. + σ w Nσɛ ˆ = ( λ)ˆ 0 + λˆ, Ou two theoems togethe imply that, with an appopiately selected λ 0, ], ( λ) OLS + λ EO = ˆ. This suggests that diected egession, which optimizes λ via coss-validation to geneate a coefficient vecto DR = ( λ) OLS + λ EO, should appoximate ˆ well without obseving the missing featues o equiing nowledge of Q, σ ɛ, o σ w. 6

7 5.3 Intepetation To develop intuition fo ou esults, we conside an idealized situation whee the coefficients and ae povided to us by an oacle. Then the optimal coefficient vecto would be O R K El(u ( x), ỹ) O,, ]. It can be shown that OLS is a biased estimato of O, while EO is an unbiased one. Howeve, the vaiance of OLS is smalle than that of EO. The optimal tadeoff is indeed captued by the value of λ povided in Theoem. In paticula, as the numbe of taining samples N inceases, vaiance diminishes and λ appoaches, placing inceasing weight on EO. On the othe hand, as the numbe of obseved featues K inceases, model bias deceases and λ appoaches 0, placing inceasing weight on OLS. Ou expeimental esults demonstate that the value of λ selected by coss-validation exhibits the same behavio. 6 Extensions Though we only teated linea models and quadatic objective functions, ou wo suggests that thee can be significant gains in boade poblem settings fom a tighte coupling between machine leaning and decision-maing. In paticula, machine leaning algoithms should facto decision objectives into the leaning pocess. It will be inteesting to exploe how to do this with othe classes of models and objectives. One might ague that featue mis-specification is not a citical issue in light of effective methods fo subset selection. In paticula, athe than selecting a few featues and facing the consequences of model bias, one might select an enomous set of featues and apply a method lie the lasso 0] to identify a small subset. Ou view is that even this enomous set will esult in model biases that might be amelioated by genealizations of DR. Thee is also the concen that data equiements gow with the size of the lage featue set, albeit slowly. Undestanding how to synthesize DR with subset selection methods is an inteesting diection fo futue eseach. Anothe issue that should be exploed is the effectiveness of coss-validation in optimizing λ. In paticula, it would be helpful to undestand how the estimate elates to the ideal value of λ identified by Theoem. Moe geneal wo on the selection of convex combinations of models (e.g.,, 5]) may lend insights to ou setting. Let us close by mentioning that the ideas behind DR ought to play a ole in einfocement leaning (RL) as pesented in 9]. RL algoithms lean fom expeience to pedict a sum of futue ewads as a function of a state, typically by fitting a linea combination of featues of the state. This socalled appoximate value function is then used to guide sequential decision-maing. The poblem we addessed in this pape can be viewed as a single-peiod vesion of RL, in the sense that each decision incus an immediate cost but beas no futhe consequences. It would be inteesting to extend ou idea to the multi-peiod case. Acnowledgments We than James Robins fo helpful comments and suggestions. The fist autho is suppoted by a Stanfod Gaduate Fellowship. This eseach was suppoted in pat by the National Science Foundation though gant CMMI Appendix ] ] Poof of Theoem. Fo each n, let x (n) = x (n) x (n), z (n) = K z (n) z (n). J Let X = x () x ] (N), Z = z () z ] (N), Y = y () y ] (N), = E O], = E O]. Fo any matix V, let V denote (V V ) V. Recall that C, D j = 0,, j implies that each column of X is othogonal to 7

8 each column of Z. Because,, O ae jointly Gaussian, as σ, we have ] J (, ) σw n= y(n) x (n) j z (n) j + J = j= σɛ j j= ] σ w Y σ w X ] ] σ w Z (X X) X Y (, ) 0 0 σ ɛ I J = (Z Z + σ w σ I) Z Y ɛ ]. Let a (n) = G G x (n), b (n) = G G z (n), A = a () a ] (N), B = b () b ] (N). We have ˆ El(u ( x), ỹ) O] N Eỹl(u ( x), ỹ) x = x (n), O] n= u (x (n) ) G u (x (n) ) + u (x (n) ) G Eỹ x = x (n), O] n= n= 4 a (n) a (n) a (n) (a (n) + b (n) ) = + A B = X Y + A B(Z Z + σ w I) Z Y. (6) Taing σ ɛ 0 and σ ɛ yields ˆ 0 = X Y, (7) ˆ = X Y + A BZ Y. (8) The fist pat of the theoem then follows because ˆ 0 = X Y Y X We now pove the second pat. Note that agmin l(u (x (n) ), y (n) ) n= A A N n= h = σ ɛ y(n) n= = x (n). u (x (n) ) G u (x (n) ) + u (x (n) ) G y (n) n= h (n) y (n) = (A A) H Y, whee h (n) = G G G x (n) and H = h () h ] (N). Each th column of H G G G C φ (). G G G C φ (N) is in span{col X, col Z} because G G G C R M Q = span{c,, C K, D,, D J }. Since the esidual Y = Y XX Y ZZ Y upon pojecting Y onto span {col X, col Z} is othogonal to the subspace, we have h Y = 0, and hence H Y = 0. This implies H Y = H XX Y + H ZZ Y. Futhe, since a (n) a (n) = h (n) x (n), a (n) b (n) = h (n) z (n), n, we have ˆ = X Y + A BZ Y = (A A) ( A AX Y + A BZ Y ) = (A A) ( H XX Y + H ZZ Y ) = (A A) H Y. Poof of Theoem. Because D i, D j = {i = j}, we have Z Z = NI. Plugging this into (6) and compaing the esultant expession with (7) and (8) yield the desied esult. 8

9 Refeences ] J.-Y. Audibet. Aggegated estimatos and empiical complexity fo least squae egession. Annales de l Institut Heni Poincae Pobability and Statistics, 40(6): , 004. ] P. L. Batlett and S. Mendelson. Empiical minimization. Pobability Theoy and Related Fields, 35(3):3 334, ] D. Betsimas and A. Thiele. Robust and data-diven optimization: Moden decision-maing unde uncetainty. In Tutoials on Opeations Reseach. INFORMS, ] O. Besbes, R. Philips, and A. Zeevi. Testing the validity of a demand model: An opeations pespective ] F. Bunea, A. B. Tsybaov, and M. H. Wegamp. Aggegation fo Gaussian egession. The Annals of Statistics, 35(4): , ] D. Haussle. Decision theoetic genealizations of the PAC model fo neual net and othe leaning applications. Infomation and Computation, 00:78 50, 99. 7] K. Kim and N. Timm. Univaiate and Multivaiate Geneal Linea Models: Theoy and Applications with SAS. Chapman & Hall/CRC, ] K. E. Mulle and P. W. Stewat. Linea Model Theoy: Univaiate, Multivaiate, and Mixed Models. Wiley, ] R. S. Sutton and A. G. Bato. Reinfocement Leaning: An Intoduction. MIT Pess, Cambidge, MA, ] R. Tibshiani. Regession shinage and selection via the lasso. Jounal of Royal Statistical Society,

Pearson s Chi-Square Test Modifications for Comparison of Unweighted and Weighted Histograms and Two Weighted Histograms

Pearson s Chi-Square Test Modifications for Comparison of Unweighted and Weighted Histograms and Two Weighted Histograms Peason s Chi-Squae Test Modifications fo Compaison of Unweighted and Weighted Histogams and Two Weighted Histogams Univesity of Akueyi, Bogi, v/noduslód, IS-6 Akueyi, Iceland E-mail: nikolai@unak.is Two

More information

The Substring Search Problem

The Substring Search Problem The Substing Seach Poblem One algoithm which is used in a vaiety of applications is the family of substing seach algoithms. These algoithms allow a use to detemine if, given two chaacte stings, one is

More information

Unobserved Correlation in Ascending Auctions: Example And Extensions

Unobserved Correlation in Ascending Auctions: Example And Extensions Unobseved Coelation in Ascending Auctions: Example And Extensions Daniel Quint Univesity of Wisconsin Novembe 2009 Intoduction In pivate-value ascending auctions, the winning bidde s willingness to pay

More information

Psychometric Methods: Theory into Practice Larry R. Price

Psychometric Methods: Theory into Practice Larry R. Price ERRATA Psychometic Methods: Theoy into Pactice Lay R. Pice Eos wee made in Equations 3.5a and 3.5b, Figue 3., equations and text on pages 76 80, and Table 9.1. Vesions of the elevant pages that include

More information

Temporal-Difference Learning

Temporal-Difference Learning .997 Decision-Making in Lage-Scale Systems Mach 17 MIT, Sping 004 Handout #17 Lectue Note 13 1 Tempoal-Diffeence Leaning We now conside the poblem of computing an appopiate paamete, so that, given an appoximation

More information

A Multivariate Normal Law for Turing s Formulae

A Multivariate Normal Law for Turing s Formulae A Multivaiate Nomal Law fo Tuing s Fomulae Zhiyi Zhang Depatment of Mathematics and Statistics Univesity of Noth Caolina at Chalotte Chalotte, NC 28223 Abstact This pape establishes a sufficient condition

More information

LET a random variable x follows the two - parameter

LET a random variable x follows the two - parameter INTERNATIONAL JOURNAL OF MATHEMATICS AND SCIENTIFIC COMPUTING ISSN: 2231-5330, VOL. 5, NO. 1, 2015 19 Shinkage Bayesian Appoach in Item - Failue Gamma Data In Pesence of Pio Point Guess Value Gyan Pakash

More information

4/18/2005. Statistical Learning Theory

4/18/2005. Statistical Learning Theory Statistical Leaning Theoy Statistical Leaning Theoy A model of supevised leaning consists of: a Envionment - Supplying a vecto x with a fixed but unknown pdf F x (x b Teache. It povides a desied esponse

More information

Central Coverage Bayes Prediction Intervals for the Generalized Pareto Distribution

Central Coverage Bayes Prediction Intervals for the Generalized Pareto Distribution Statistics Reseach Lettes Vol. Iss., Novembe Cental Coveage Bayes Pediction Intevals fo the Genealized Paeto Distibution Gyan Pakash Depatment of Community Medicine S. N. Medical College, Aga, U. P., India

More information

Macro Theory B. The Permanent Income Hypothesis

Macro Theory B. The Permanent Income Hypothesis Maco Theoy B The Pemanent Income Hypothesis Ofe Setty The Eitan Beglas School of Economics - Tel Aviv Univesity May 15, 2015 1 1 Motivation 1.1 An econometic check We want to build an empiical model with

More information

Estimation of the Correlation Coefficient for a Bivariate Normal Distribution with Missing Data

Estimation of the Correlation Coefficient for a Bivariate Normal Distribution with Missing Data Kasetsat J. (Nat. Sci. 45 : 736-74 ( Estimation of the Coelation Coefficient fo a Bivaiate Nomal Distibution with Missing Data Juthaphon Sinsomboonthong* ABSTRACT This study poposes an estimato of the

More information

Information Retrieval Advanced IR models. Luca Bondi

Information Retrieval Advanced IR models. Luca Bondi Advanced IR models Luca Bondi Advanced IR models 2 (LSI) Pobabilistic Latent Semantic Analysis (plsa) Vecto Space Model 3 Stating point: Vecto Space Model Documents and queies epesented as vectos in the

More information

6 PROBABILITY GENERATING FUNCTIONS

6 PROBABILITY GENERATING FUNCTIONS 6 PROBABILITY GENERATING FUNCTIONS Cetain deivations pesented in this couse have been somewhat heavy on algeba. Fo example, detemining the expectation of the Binomial distibution (page 5.1 tuned out to

More information

CSCE 478/878 Lecture 4: Experimental Design and Analysis. Stephen Scott. 3 Building a tree on the training set Introduction. Outline.

CSCE 478/878 Lecture 4: Experimental Design and Analysis. Stephen Scott. 3 Building a tree on the training set Introduction. Outline. In Homewok, you ae (supposedly) Choosing a data set 2 Extacting a test set of size > 3 3 Building a tee on the taining set 4 Testing on the test set 5 Repoting the accuacy (Adapted fom Ethem Alpaydin and

More information

New problems in universal algebraic geometry illustrated by boolean equations

New problems in universal algebraic geometry illustrated by boolean equations New poblems in univesal algebaic geomety illustated by boolean equations axiv:1611.00152v2 [math.ra] 25 Nov 2016 Atem N. Shevlyakov Novembe 28, 2016 Abstact We discuss new poblems in univesal algebaic

More information

MULTILAYER PERCEPTRONS

MULTILAYER PERCEPTRONS Last updated: Nov 26, 2012 MULTILAYER PERCEPTRONS Outline 2 Combining Linea Classifies Leaning Paametes Outline 3 Combining Linea Classifies Leaning Paametes Implementing Logical Relations 4 AND and OR

More information

Bayesian Analysis of Topp-Leone Distribution under Different Loss Functions and Different Priors

Bayesian Analysis of Topp-Leone Distribution under Different Loss Functions and Different Priors J. tat. Appl. Po. Lett. 3, No. 3, 9-8 (6) 9 http://dx.doi.og/.8576/jsapl/33 Bayesian Analysis of Topp-Leone Distibution unde Diffeent Loss Functions and Diffeent Pios Hummaa ultan * and. P. Ahmad Depatment

More information

Bounds on the performance of back-to-front airplane boarding policies

Bounds on the performance of back-to-front airplane boarding policies Bounds on the pefomance of bac-to-font aiplane boading policies Eitan Bachmat Michael Elin Abstact We povide bounds on the pefomance of bac-to-font aiplane boading policies. In paticula, we show that no

More information

6 Matrix Concentration Bounds

6 Matrix Concentration Bounds 6 Matix Concentation Bounds Concentation bounds ae inequalities that bound pobabilities of deviations by a andom vaiable fom some value, often its mean. Infomally, they show the pobability that a andom

More information

CALCULUS II Vectors. Paul Dawkins

CALCULUS II Vectors. Paul Dawkins CALCULUS II Vectos Paul Dawkins Table of Contents Peface... ii Vectos... 3 Intoduction... 3 Vectos The Basics... 4 Vecto Aithmetic... 8 Dot Poduct... 13 Coss Poduct... 21 2007 Paul Dawkins i http://tutoial.math.lama.edu/tems.aspx

More information

Surveillance Points in High Dimensional Spaces

Surveillance Points in High Dimensional Spaces Société de Calcul Mathématique SA Tools fo decision help since 995 Suveillance Points in High Dimensional Spaces by Benad Beauzamy Januay 06 Abstact Let us conside any compute softwae, elying upon a lage

More information

Likelihood vs. Information in Aligning Biopolymer Sequences. UCSD Technical Report CS Timothy L. Bailey

Likelihood vs. Information in Aligning Biopolymer Sequences. UCSD Technical Report CS Timothy L. Bailey Likelihood vs. Infomation in Aligning Biopolyme Sequences UCSD Technical Repot CS93-318 Timothy L. Bailey Depatment of Compute Science and Engineeing Univesity of Califonia, San Diego 1 Febuay, 1993 ABSTRACT:

More information

PROBLEM SET #1 SOLUTIONS by Robert A. DiStasio Jr.

PROBLEM SET #1 SOLUTIONS by Robert A. DiStasio Jr. POBLM S # SOLUIONS by obet A. DiStasio J. Q. he Bon-Oppenheime appoximation is the standad way of appoximating the gound state of a molecula system. Wite down the conditions that detemine the tonic and

More information

A NEW VARIABLE STIFFNESS SPRING USING A PRESTRESSED MECHANISM

A NEW VARIABLE STIFFNESS SPRING USING A PRESTRESSED MECHANISM Poceedings of the ASME 2010 Intenational Design Engineeing Technical Confeences & Computes and Infomation in Engineeing Confeence IDETC/CIE 2010 August 15-18, 2010, Monteal, Quebec, Canada DETC2010-28496

More information

Determining solar characteristics using planetary data

Determining solar characteristics using planetary data Detemining sola chaacteistics using planetay data Intoduction The Sun is a G-type main sequence sta at the cente of the Sola System aound which the planets, including ou Eath, obit. In this investigation

More information

3.1 Random variables

3.1 Random variables 3 Chapte III Random Vaiables 3 Random vaiables A sample space S may be difficult to descibe if the elements of S ae not numbes discuss how we can use a ule by which an element s of S may be associated

More information

2. The Munich chain ladder method

2. The Munich chain ladder method ntoduction ootstapping has become vey popula in stochastic claims eseving because of the simplicity and flexibility of the appoach One of the main easons fo this is the ease with which it can be implemented

More information

working pages for Paul Richards class notes; do not copy or circulate without permission from PGR 2004/11/3 10:50

working pages for Paul Richards class notes; do not copy or circulate without permission from PGR 2004/11/3 10:50 woking pages fo Paul Richads class notes; do not copy o ciculate without pemission fom PGR 2004/11/3 10:50 CHAPTER7 Solid angle, 3D integals, Gauss s Theoem, and a Delta Function We define the solid angle,

More information

arxiv: v1 [math.co] 1 Apr 2011

arxiv: v1 [math.co] 1 Apr 2011 Weight enumeation of codes fom finite spaces Relinde Juius Octobe 23, 2018 axiv:1104.0172v1 [math.co] 1 Ap 2011 Abstact We study the genealized and extended weight enumeato of the - ay Simplex code and

More information

Value Prediction with FA. Chapter 8: Generalization and Function Approximation. Adapt Supervised Learning Algorithms. Backups as Training Examples [ ]

Value Prediction with FA. Chapter 8: Generalization and Function Approximation. Adapt Supervised Learning Algorithms. Backups as Training Examples [ ] Chapte 8: Genealization and Function Appoximation Objectives of this chapte:! Look at how expeience with a limited pat of the state set be used to poduce good behavio ove a much lage pat.! Oveview of function

More information

Chem 453/544 Fall /08/03. Exam #1 Solutions

Chem 453/544 Fall /08/03. Exam #1 Solutions Chem 453/544 Fall 3 /8/3 Exam # Solutions. ( points) Use the genealized compessibility diagam povided on the last page to estimate ove what ange of pessues A at oom tempeatue confoms to the ideal gas law

More information

Chapter 5 Linear Equations: Basic Theory and Practice

Chapter 5 Linear Equations: Basic Theory and Practice Chapte 5 inea Equations: Basic Theoy and actice In this chapte and the next, we ae inteested in the linea algebaic equation AX = b, (5-1) whee A is an m n matix, X is an n 1 vecto to be solved fo, and

More information

State tracking control for Takagi-Sugeno models

State tracking control for Takagi-Sugeno models State tacing contol fo Taagi-Sugeno models Souad Bezzaoucha, Benoît Max,3,DidieMaquin,3 and José Ragot,3 Abstact This wo addesses the model efeence tacing contol poblem It aims to highlight the encouteed

More information

Chapter 8: Generalization and Function Approximation

Chapter 8: Generalization and Function Approximation Chapte 8: Genealization and Function Appoximation Objectives of this chapte: Look at how expeience with a limited pat of the state set be used to poduce good behavio ove a much lage pat. Oveview of function

More information

Relating Branching Program Size and. Formula Size over the Full Binary Basis. FB Informatik, LS II, Univ. Dortmund, Dortmund, Germany

Relating Branching Program Size and. Formula Size over the Full Binary Basis. FB Informatik, LS II, Univ. Dortmund, Dortmund, Germany Relating Banching Pogam Size and omula Size ove the ull Binay Basis Matin Saueho y Ingo Wegene y Ralph Wechne z y B Infomatik, LS II, Univ. Dotmund, 44 Dotmund, Gemany z ankfut, Gemany sauehof/wegene@ls.cs.uni-dotmund.de

More information

Weighted least-squares estimators of parametric functions of the regression coefficients under a general linear model

Weighted least-squares estimators of parametric functions of the regression coefficients under a general linear model Ann Inst Stat Math (2010) 62:929 941 DOI 10.1007/s10463-008-0199-8 Weighted least-squaes estimatos of paametic functions of the egession coefficients unde a geneal linea model Yongge Tian Received: 9 Januay

More information

Lifting Private Information Retrieval from Two to any Number of Messages

Lifting Private Information Retrieval from Two to any Number of Messages Lifting Pivate Infomation Retieval fom Two to any umbe of Messages Rafael G.L. D Oliveia, Salim El Rouayheb ECE, Rutges Univesity, Piscataway, J Emails: d746@scaletmail.utges.edu, salim.elouayheb@utges.edu

More information

Geometry of the homogeneous and isotropic spaces

Geometry of the homogeneous and isotropic spaces Geomety of the homogeneous and isotopic spaces H. Sonoda Septembe 2000; last evised Octobe 2009 Abstact We summaize the aspects of the geomety of the homogeneous and isotopic spaces which ae most elevant

More information

Identification of the degradation of railway ballast under a concrete sleeper

Identification of the degradation of railway ballast under a concrete sleeper Identification of the degadation of ailway ballast unde a concete sleepe Qin Hu 1) and Heung Fai Lam ) 1), ) Depatment of Civil and Achitectual Engineeing, City Univesity of Hong Kong, Hong Kong SAR, China.

More information

Hypothesis Test and Confidence Interval for the Negative Binomial Distribution via Coincidence: A Case for Rare Events

Hypothesis Test and Confidence Interval for the Negative Binomial Distribution via Coincidence: A Case for Rare Events Intenational Jounal of Contempoay Mathematical Sciences Vol. 12, 2017, no. 5, 243-253 HIKARI Ltd, www.m-hikai.com https://doi.og/10.12988/ijcms.2017.7728 Hypothesis Test and Confidence Inteval fo the Negative

More information

7.2. Coulomb s Law. The Electric Force

7.2. Coulomb s Law. The Electric Force Coulomb s aw Recall that chaged objects attact some objects and epel othes at a distance, without making any contact with those objects Electic foce,, o the foce acting between two chaged objects, is somewhat

More information

Do Managers Do Good With Other People s Money? Online Appendix

Do Managers Do Good With Other People s Money? Online Appendix Do Manages Do Good With Othe People s Money? Online Appendix Ing-Haw Cheng Haison Hong Kelly Shue Abstact This is the Online Appendix fo Cheng, Hong and Shue 2013) containing details of the model. Datmouth

More information

ON INDEPENDENT SETS IN PURELY ATOMIC PROBABILITY SPACES WITH GEOMETRIC DISTRIBUTION. 1. Introduction. 1 r r. r k for every set E A, E \ {0},

ON INDEPENDENT SETS IN PURELY ATOMIC PROBABILITY SPACES WITH GEOMETRIC DISTRIBUTION. 1. Introduction. 1 r r. r k for every set E A, E \ {0}, ON INDEPENDENT SETS IN PURELY ATOMIC PROBABILITY SPACES WITH GEOMETRIC DISTRIBUTION E. J. IONASCU and A. A. STANCU Abstact. We ae inteested in constucting concete independent events in puely atomic pobability

More information

TESTING THE VALIDITY OF THE EXPONENTIAL MODEL BASED ON TYPE II CENSORED DATA USING TRANSFORMED SAMPLE DATA

TESTING THE VALIDITY OF THE EXPONENTIAL MODEL BASED ON TYPE II CENSORED DATA USING TRANSFORMED SAMPLE DATA STATISTICA, anno LXXVI, n. 3, 2016 TESTING THE VALIDITY OF THE EXPONENTIAL MODEL BASED ON TYPE II CENSORED DATA USING TRANSFORMED SAMPLE DATA Hadi Alizadeh Noughabi 1 Depatment of Statistics, Univesity

More information

Safety variations in steel designed using Eurocode 3

Safety variations in steel designed using Eurocode 3 JCSS Wokshop on eliability Based Code Calibation Safety vaiations in steel designed using Euocode 3 Mike Byfield Canfield Univesity Swindon, SN6 8LA, UK David Nethecot Impeial College London SW7 2BU, UK

More information

Gradient-based Neural Network for Online Solution of Lyapunov Matrix Equation with Li Activation Function

Gradient-based Neural Network for Online Solution of Lyapunov Matrix Equation with Li Activation Function Intenational Confeence on Infomation echnology and Management Innovation (ICIMI 05) Gadient-based Neual Netwok fo Online Solution of Lyapunov Matix Equation with Li Activation unction Shiheng Wang, Shidong

More information

Hydroelastic Analysis of a 1900 TEU Container Ship Using Finite Element and Boundary Element Methods

Hydroelastic Analysis of a 1900 TEU Container Ship Using Finite Element and Boundary Element Methods TEAM 2007, Sept. 10-13, 2007,Yokohama, Japan Hydoelastic Analysis of a 1900 TEU Containe Ship Using Finite Element and Bounday Element Methods Ahmet Egin 1)*, Levent Kaydıhan 2) and Bahadı Uğulu 3) 1)

More information

Stanford University CS259Q: Quantum Computing Handout 8 Luca Trevisan October 18, 2012

Stanford University CS259Q: Quantum Computing Handout 8 Luca Trevisan October 18, 2012 Stanfod Univesity CS59Q: Quantum Computing Handout 8 Luca Tevisan Octobe 8, 0 Lectue 8 In which we use the quantum Fouie tansfom to solve the peiod-finding poblem. The Peiod Finding Poblem Let f : {0,...,

More information

Performance Loss Bounds for Approximate Value Iteration with State Aggregation

Performance Loss Bounds for Approximate Value Iteration with State Aggregation MATHEMATICS OF OPERATIONS RESEARCH Vol. 31, No. 2, May 2006, pp. 234 244 issn 0364-765X eissn 1526-5471 06 3102 0234 infoms doi 10.1287/moo.1060.0188 2006 INFORMS Pefomance Loss Bounds fo Appoximate Value

More information

ASTR415: Problem Set #6

ASTR415: Problem Set #6 ASTR45: Poblem Set #6 Cuan D. Muhlbege Univesity of Mayland (Dated: May 7, 27) Using existing implementations of the leapfog and Runge-Kutta methods fo solving coupled odinay diffeential equations, seveal

More information

Web-based Supplementary Materials for. Controlling False Discoveries in Multidimensional Directional Decisions, with

Web-based Supplementary Materials for. Controlling False Discoveries in Multidimensional Directional Decisions, with Web-based Supplementay Mateials fo Contolling False Discoveies in Multidimensional Diectional Decisions, with Applications to Gene Expession Data on Odeed Categoies Wenge Guo Biostatistics Banch, National

More information

Lead field theory and the spatial sensitivity of scalp EEG Thomas Ferree and Matthew Clay July 12, 2000

Lead field theory and the spatial sensitivity of scalp EEG Thomas Ferree and Matthew Clay July 12, 2000 Lead field theoy and the spatial sensitivity of scalp EEG Thomas Feee and Matthew Clay July 12, 2000 Intoduction Neuonal population activity in the human cotex geneates electic fields which ae measuable

More information

n 1 Cov(X,Y)= ( X i- X )( Y i-y ). N-1 i=1 * If variable X and variable Y tend to increase together, then c(x,y) > 0

n 1 Cov(X,Y)= ( X i- X )( Y i-y ). N-1 i=1 * If variable X and variable Y tend to increase together, then c(x,y) > 0 Covaiance and Peason Coelation Vatanian, SW 540 Both covaiance and coelation indicate the elationship between two (o moe) vaiables. Neithe the covaiance o coelation give the slope between the X and Y vaiable,

More information

A Machine Learned Model of a Hybrid Aircraft

A Machine Learned Model of a Hybrid Aircraft 1 A Machine Leaned Model of a Hybid Aicaft Bandon Jones, Kevin Jenkins CS229 Machine Leaning, Fall 2016, Stanfod Univesity I. INTRODUCTION Aicaft development pogams ely on aicaft dynamic models fo flight

More information

Conservative Averaging Method and its Application for One Heat Conduction Problem

Conservative Averaging Method and its Application for One Heat Conduction Problem Poceedings of the 4th WSEAS Int. Conf. on HEAT TRANSFER THERMAL ENGINEERING and ENVIRONMENT Elounda Geece August - 6 (pp6-) Consevative Aveaging Method and its Application fo One Heat Conduction Poblem

More information

Hammerstein Model Identification Based On Instrumental Variable and Least Square Methods

Hammerstein Model Identification Based On Instrumental Variable and Least Square Methods Intenational Jounal of Emeging Tends & Technology in Compute Science (IJETTCS) Volume 2, Issue, Januay Febuay 23 ISSN 2278-6856 Hammestein Model Identification Based On Instumental Vaiable and Least Squae

More information

Absorption Rate into a Small Sphere for a Diffusing Particle Confined in a Large Sphere

Absorption Rate into a Small Sphere for a Diffusing Particle Confined in a Large Sphere Applied Mathematics, 06, 7, 709-70 Published Online Apil 06 in SciRes. http://www.scip.og/jounal/am http://dx.doi.og/0.46/am.06.77065 Absoption Rate into a Small Sphee fo a Diffusing Paticle Confined in

More information

Localization of Eigenvalues in Small Specified Regions of Complex Plane by State Feedback Matrix

Localization of Eigenvalues in Small Specified Regions of Complex Plane by State Feedback Matrix Jounal of Sciences, Islamic Republic of Ian (): - () Univesity of Tehan, ISSN - http://sciencesutaci Localization of Eigenvalues in Small Specified Regions of Complex Plane by State Feedback Matix H Ahsani

More information

MEASURING CHINESE RISK AVERSION

MEASURING CHINESE RISK AVERSION MEASURING CHINESE RISK AVERSION --Based on Insuance Data Li Diao (Cental Univesity of Finance and Economics) Hua Chen (Cental Univesity of Finance and Economics) Jingzhen Liu (Cental Univesity of Finance

More information

COLLAPSING WALLS THEOREM

COLLAPSING WALLS THEOREM COLLAPSING WALLS THEOREM IGOR PAK AND ROM PINCHASI Abstact. Let P R 3 be a pyamid with the base a convex polygon Q. We show that when othe faces ae collapsed (otated aound the edges onto the plane spanned

More information

APPLICATION OF MAC IN THE FREQUENCY DOMAIN

APPLICATION OF MAC IN THE FREQUENCY DOMAIN PPLICION OF MC IN HE FREQUENCY DOMIN D. Fotsch and D. J. Ewins Dynamics Section, Mechanical Engineeing Depatment Impeial College of Science, echnology and Medicine London SW7 2B, United Kingdom BSRC he

More information

An Application of Fuzzy Linear System of Equations in Economic Sciences

An Application of Fuzzy Linear System of Equations in Economic Sciences Austalian Jounal of Basic and Applied Sciences, 5(7): 7-14, 2011 ISSN 1991-8178 An Application of Fuzzy Linea System of Equations in Economic Sciences 1 S.H. Nassei, 2 M. Abdi and 3 B. Khabii 1 Depatment

More information

Fractional Zero Forcing via Three-color Forcing Games

Fractional Zero Forcing via Three-color Forcing Games Factional Zeo Focing via Thee-colo Focing Games Leslie Hogben Kevin F. Palmowski David E. Robeson Michael Young May 13, 2015 Abstact An -fold analogue of the positive semidefinite zeo focing pocess that

More information

Modeling of High Temperature Superconducting Tapes, Arrays and AC Cables Using COMSOL

Modeling of High Temperature Superconducting Tapes, Arrays and AC Cables Using COMSOL Except fom the Poceedings of the COMSOL Confeence 2010 Pais Modeling of High Tempeatue Supeconducting Tapes, Aays and AC Cables Using COMSOL Oleg Chevtchenko * Technical Univesity of Delft, The Nethelands

More information

Research Design - - Topic 17 Multiple Regression & Multiple Correlation: Two Predictors 2009 R.C. Gardner, Ph.D.

Research Design - - Topic 17 Multiple Regression & Multiple Correlation: Two Predictors 2009 R.C. Gardner, Ph.D. Reseach Design - - Topic 7 Multiple Regession & Multiple Coelation: Two Pedictos 009 R.C. Gadne, Ph.D. Geneal Rationale and Basic Aithmetic fo two pedictos Patial and semipatial coelation Regession coefficients

More information

A Comment on Increasing Returns and Spatial. Unemployment Disparities

A Comment on Increasing Returns and Spatial. Unemployment Disparities The Society fo conomic Studies The nivesity of Kitakyushu Woking Pape Seies No.06-5 (accepted in Mach, 07) A Comment on Inceasing Retuns and Spatial nemployment Dispaities Jumpei Tanaka ** The nivesity

More information

10/04/18. P [P(x)] 1 negl(n).

10/04/18. P [P(x)] 1 negl(n). Mastemath, Sping 208 Into to Lattice lgs & Cypto Lectue 0 0/04/8 Lectues: D. Dadush, L. Ducas Scibe: K. de Boe Intoduction In this lectue, we will teat two main pats. Duing the fist pat we continue the

More information

arxiv: v2 [physics.data-an] 15 Jul 2015

arxiv: v2 [physics.data-an] 15 Jul 2015 Limitation of the Least Squae Method in the Evaluation of Dimension of Factal Bownian Motions BINGQIANG QIAO,, SIMING LIU, OUDUN ZENG, XIANG LI, and BENZONG DAI Depatment of Physics, Yunnan Univesity,

More information

Alternative Tests for the Poisson Distribution

Alternative Tests for the Poisson Distribution Chiang Mai J Sci 015; 4() : 774-78 http://epgsciencecmuacth/ejounal/ Contibuted Pape Altenative Tests fo the Poisson Distibution Manad Khamkong*[a] and Pachitjianut Siipanich [b] [a] Depatment of Statistics,

More information

A FURTHER SUBSPACE METHOD OPTIMIZATION FOR TRACKING REAL VALUED SINUSOIDS IN NOISE

A FURTHER SUBSPACE METHOD OPTIMIZATION FOR TRACKING REAL VALUED SINUSOIDS IN NOISE Électonique et tansmission de l infomation A FURHER SUBSPACE MEHOD OPIMIZAION FOR RACKING REAL VALUED SINUSOIDS IN NOISE ŞEFAN SLAVNICU, SILVIU CIOCHINĂ Key wods: Subspace tacking, Fequency estimation,

More information

FUSE Fusion Utility Sequence Estimator

FUSE Fusion Utility Sequence Estimator FUSE Fusion Utility Sequence Estimato Belu V. Dasaathy Dynetics, Inc. P. O. Box 5500 Huntsville, AL 3584-5500 belu.d@dynetics.com Sean D. Townsend Dynetics, Inc. P. O. Box 5500 Huntsville, AL 3584-5500

More information

1 Explicit Explore or Exploit (E 3 ) Algorithm

1 Explicit Explore or Exploit (E 3 ) Algorithm 2.997 Decision-Making in Lage-Scale Systems Mach 3 MIT, Sping 2004 Handout #2 Lectue Note 9 Explicit Exploe o Exploit (E 3 ) Algoithm Last lectue, we studied the Q-leaning algoithm: [ ] Q t+ (x t, a t

More information

Using Laplace Transform to Evaluate Improper Integrals Chii-Huei Yu

Using Laplace Transform to Evaluate Improper Integrals Chii-Huei Yu Available at https://edupediapublicationsog/jounals Volume 3 Issue 4 Febuay 216 Using Laplace Tansfom to Evaluate Impope Integals Chii-Huei Yu Depatment of Infomation Technology, Nan Jeon Univesity of

More information

Duality between Statical and Kinematical Engineering Systems

Duality between Statical and Kinematical Engineering Systems Pape 00, Civil-Comp Ltd., Stiling, Scotland Poceedings of the Sixth Intenational Confeence on Computational Stuctues Technology, B.H.V. Topping and Z. Bittna (Editos), Civil-Comp Pess, Stiling, Scotland.

More information

Analytical time-optimal trajectories for an omni-directional vehicle

Analytical time-optimal trajectories for an omni-directional vehicle Analytical time-optimal tajectoies fo an omni-diectional vehicle Weifu Wang and Devin J. Balkcom Abstact We pesent the fist analytical solution method fo finding a time-optimal tajectoy between any given

More information

Fresnel Diffraction. monchromatic light source

Fresnel Diffraction. monchromatic light source Fesnel Diffaction Equipment Helium-Neon lase (632.8 nm) on 2 axis tanslation stage, Concave lens (focal length 3.80 cm) mounted on slide holde, iis mounted on slide holde, m optical bench, micoscope slide

More information

Control Chart Analysis of E k /M/1 Queueing Model

Control Chart Analysis of E k /M/1 Queueing Model Intenational OPEN ACCESS Jounal Of Moden Engineeing Reseach (IJMER Contol Chat Analysis of E /M/1 Queueing Model T.Poongodi 1, D. (Ms. S. Muthulashmi 1, (Assistant Pofesso, Faculty of Engineeing, Pofesso,

More information

EM Boundary Value Problems

EM Boundary Value Problems EM Bounday Value Poblems 10/ 9 11/ By Ilekta chistidi & Lee, Seung-Hyun A. Geneal Desciption : Maxwell Equations & Loentz Foce We want to find the equations of motion of chaged paticles. The way to do

More information

Hua Xu 3 and Hiroaki Mukaidani 33. The University of Tsukuba, Otsuka. Hiroshima City University, 3-4-1, Ozuka-Higashi

Hua Xu 3 and Hiroaki Mukaidani 33. The University of Tsukuba, Otsuka. Hiroshima City University, 3-4-1, Ozuka-Higashi he inea Quadatic Dynamic Game fo Discete-ime Descipto Systems Hua Xu 3 and Hioai Muaidani 33 3 Gaduate School of Systems Management he Univesity of suuba, 3-9- Otsua Bunyo-u, oyo -0, Japan xuhua@gssm.otsua.tsuuba.ac.jp

More information

Forecasting Agricultural Commodity Prices Using Multivariate Bayesian Machine Learning. Andres M. Ticlavilca, Dillon M. Feuz, and Mac McKee

Forecasting Agricultural Commodity Prices Using Multivariate Bayesian Machine Learning. Andres M. Ticlavilca, Dillon M. Feuz, and Mac McKee Foecasting Agicultual Commodity Pices Using Multivaiate Bayesian Machine Leaning Regession by Andes M. Ticlavilca, Dillon M. Feuz, and Mac McKee Suggested citation fomat: Ticlavilca, A. M., Dillon M. Feuz

More information

DonnishJournals

DonnishJournals DonnishJounals 041-1189 Donnish Jounal of Educational Reseach and Reviews. Vol 1(1) pp. 01-017 Novembe, 014. http:///dje Copyight 014 Donnish Jounals Oiginal Reseach Pape Vecto Analysis Using MAXIMA Savaş

More information

A new approach in classical electrodynamics to protect principle of causality

A new approach in classical electrodynamics to protect principle of causality A new appoach in classical electodynamics to potect pinciple of causality Biswaanjan Dikshit * Lase and Plasma Technology Division Bhabha Atomic Reseach Cente, Mumbai-400085 INDIA * Coesponding autho E-mail:

More information

Math 2263 Solutions for Spring 2003 Final Exam

Math 2263 Solutions for Spring 2003 Final Exam Math 6 Solutions fo Sping Final Exam ) A staightfowad appoach to finding the tangent plane to a suface at a point ( x, y, z ) would be to expess the cuve as an explicit function z = f ( x, y ), calculate

More information

This is a very simple sampling mode, and this article propose an algorithm about how to recover x from y in this condition.

This is a very simple sampling mode, and this article propose an algorithm about how to recover x from y in this condition. 3d Intenational Confeence on Multimedia echnology(icm 03) A Simple Compessive Sampling Mode and the Recovey of Natue Images Based on Pixel Value Substitution Wenping Shao, Lin Ni Abstact: Compessive Sampling

More information

Regularization. Stephen Scott and Vinod Variyam. Introduction. Outline. Machine. Learning. Problems. Measuring. Performance.

Regularization. Stephen Scott and Vinod Variyam. Introduction. Outline. Machine. Learning. Problems. Measuring. Performance. leaning can geneally be distilled to an optimization poblem Choose a classifie (function, hypothesis) fom a set of functions that minimizes an objective function Clealy we want pat of this function to

More information

THE IMPACT OF NONNORMALITY ON THE ASYMPTOTIC CONFIDENCE INTERVAL FOR AN EFFECT SIZE MEASURE IN MULTIPLE REGRESSION

THE IMPACT OF NONNORMALITY ON THE ASYMPTOTIC CONFIDENCE INTERVAL FOR AN EFFECT SIZE MEASURE IN MULTIPLE REGRESSION THE IMPACT OF NONNORMALITY ON THE ASYMPTOTIC CONFIDENCE INTERVAL FOR AN EFFECT SIZE MEASURE IN MULTIPLE REGRESSION By LOU ANN MAZULA COOPER A DISSERTATION PRESENTED TO THE GRADUATE SCHOOL OF THE UNIVERSITY

More information

Encapsulation theory: radial encapsulation. Edmund Kirwan *

Encapsulation theory: radial encapsulation. Edmund Kirwan * Encapsulation theoy: adial encapsulation. Edmund Kiwan * www.edmundkiwan.com Abstact This pape intoduces the concept of adial encapsulation, wheeby dependencies ae constained to act fom subsets towads

More information

Internet Appendix for A Bayesian Approach to Real Options: The Case of Distinguishing Between Temporary and Permanent Shocks

Internet Appendix for A Bayesian Approach to Real Options: The Case of Distinguishing Between Temporary and Permanent Shocks Intenet Appendix fo A Bayesian Appoach to Real Options: The Case of Distinguishing Between Tempoay and Pemanent Shocks Steven R. Genadie Gaduate School of Business, Stanfod Univesity Andey Malenko Gaduate

More information

arxiv: v2 [astro-ph] 16 May 2008

arxiv: v2 [astro-ph] 16 May 2008 New Anomalies in Cosmic Micowave Backgound Anisotopy: Violation of the Isotopic Gaussian Hypothesis in Low-l Modes Shi Chun, Su and M.-C., Chu Depatment of Physics and Institute of Theoetical Physics,

More information

Empirical Prediction of Fitting Densities in Industrial Workrooms for Ray Tracing. 1 Introduction. 2 Ray Tracing using DRAYCUB

Empirical Prediction of Fitting Densities in Industrial Workrooms for Ray Tracing. 1 Introduction. 2 Ray Tracing using DRAYCUB Empiical Pediction of Fitting Densities in Industial Wokooms fo Ray Tacing Katina Scheebnyj, Muay Hodgson Univesity of Bitish Columbia, SOEH-MECH, Acoustics and Noise Reseach Goup, 226 East Mall, Vancouve,

More information

ANA BERRIZBEITIA, LUIS A. MEDINA, ALEXANDER C. MOLL, VICTOR H. MOLL, AND LAINE NOBLE

ANA BERRIZBEITIA, LUIS A. MEDINA, ALEXANDER C. MOLL, VICTOR H. MOLL, AND LAINE NOBLE THE p-adic VALUATION OF STIRLING NUMBERS ANA BERRIZBEITIA, LUIS A. MEDINA, ALEXANDER C. MOLL, VICTOR H. MOLL, AND LAINE NOBLE Abstact. Let p > 2 be a pime. The p-adic valuation of Stiling numbes of the

More information

Mitscherlich s Law: Sum of two exponential Processes; Conclusions 2009, 1 st July

Mitscherlich s Law: Sum of two exponential Processes; Conclusions 2009, 1 st July Mitschelich s Law: Sum of two exponential Pocesses; Conclusions 29, st July Hans Schneebege Institute of Statistics, Univesity of Elangen-Nünbeg, Gemany Summay It will be shown, that Mitschelich s fomula,

More information

Multiple Experts with Binary Features

Multiple Experts with Binary Features Multiple Expets with Binay Featues Ye Jin & Lingen Zhang Decembe 9, 2010 1 Intoduction Ou intuition fo the poect comes fom the pape Supevised Leaning fom Multiple Expets: Whom to tust when eveyone lies

More information

Multiple Criteria Secretary Problem: A New Approach

Multiple Criteria Secretary Problem: A New Approach J. Stat. Appl. Po. 3, o., 9-38 (04 9 Jounal of Statistics Applications & Pobability An Intenational Jounal http://dx.doi.og/0.785/jsap/0303 Multiple Citeia Secetay Poblem: A ew Appoach Alaka Padhye, and

More information

Encapsulation theory: the transformation equations of absolute information hiding.

Encapsulation theory: the transformation equations of absolute information hiding. 1 Encapsulation theoy: the tansfomation equations of absolute infomation hiding. Edmund Kiwan * www.edmundkiwan.com Abstact This pape descibes how the potential coupling of a set vaies as the set is tansfomed,

More information

arxiv: v1 [physics.pop-ph] 3 Jun 2013

arxiv: v1 [physics.pop-ph] 3 Jun 2013 A note on the electostatic enegy of two point chages axiv:1306.0401v1 [physics.pop-ph] 3 Jun 013 A C Tot Instituto de Física Univesidade Fedeal do io de Janeio Caixa Postal 68.58; CEP 1941-97 io de Janeio,

More information

Recent Advances in Chemical Engineering, Biochemistry and Computational Chemistry

Recent Advances in Chemical Engineering, Biochemistry and Computational Chemistry Themal Conductivity of Oganic Liquids: a New Equation DI NICOLA GIOVANNI*, CIARROCCHI ELEONORA, PIERANTOZZI ARIANO, STRYJEK ROAN 1 DIIS, Univesità Politecnica delle ache, 60131 Ancona, ITALY *coesponding

More information

A New Method of Estimation of Size-Biased Generalized Logarithmic Series Distribution

A New Method of Estimation of Size-Biased Generalized Logarithmic Series Distribution The Open Statistics and Pobability Jounal, 9,, - A New Method of Estimation of Size-Bied Genealized Logaithmic Seies Distibution Open Access Khushid Ahmad Mi * Depatment of Statistics, Govt Degee College

More information

CENTER FOR MULTIMODAL SOLUTIONS FOR CONGESTION MITIGATION (CMS)

CENTER FOR MULTIMODAL SOLUTIONS FOR CONGESTION MITIGATION (CMS) Final Repot to the CENTER FOR MULTIMODAL SOLUTIONS FOR CONGESTION MITIGATION (CMS) CMS Poect Numbe: _8-4_ Title: Chaacteizing the Tadeoffs and Costs Associated with Tanspotation Congestion in Supply Chains

More information

Research Article On Alzer and Qiu s Conjecture for Complete Elliptic Integral and Inverse Hyperbolic Tangent Function

Research Article On Alzer and Qiu s Conjecture for Complete Elliptic Integral and Inverse Hyperbolic Tangent Function Abstact and Applied Analysis Volume 011, Aticle ID 697547, 7 pages doi:10.1155/011/697547 Reseach Aticle On Alze and Qiu s Conjectue fo Complete Elliptic Integal and Invese Hypebolic Tangent Function Yu-Ming

More information