An Analysis of Reliable Classifiers through ROC Isometrics

Size: px
Start display at page:

Download "An Analysis of Reliable Classifiers through ROC Isometrics"

Transcription

1 An Analysis of Reliable Classifiers through ROC Isometrics Stijn Vanderlooy Ida G. Srinkhuizen-Kuyer Evgueni N. Smirnov MICC-IKAT, Universiteit Maastricht, PO Box 616, 6200 MD Maastricht, The Netherlands. Abstract Reliable classifiers abstain from uncertain instance classifications. In this aer we extend our revious aroach to construct reliable classifiers which is based on isometrics in Receiver Oerator Characteristic (ROC) sace. We analyze the conditions to obtain a reliable classifier with higher erformance than reviously ossible. Our results show that the aroach is generally alicable to boost erformance on each class simultaneously. Moreover, the aroach is able to construct a classifier with at least a desired erformance er class. 1. Introduction Machine learning classifiers were alied to various classification roblems. Nevertheless, only few classifiers were emloyed in domains with high misclassification costs, e.g., medical diagnosis and legal ractice. In these domains it is desired to have classifiers that abstain from uncertain instance classifications such that a desired level of reliability is obtained. These classifiers are called reliable classifiers. Recently, we roosed an easy-to-visualize aroach to reliable instance classification (Vanderlooy et al., 2006). Classification erformance is visualized as an ROC curve and a reliable classifier is constructed by skiing the art of the curve that reresents instances difficult to classify. The transformation to the ROC curve of the reliable classifier was rovided. An analysis showed when and where this new curve dominates the original one. If the underlying data of both curves have aroximately equal class distributions, then dominance immediately results in erfor- Aearing in Proceedings of the ICML 2006 worksho on ROC Analysis in Machine Learning, Pittsburgh, USA, Coyright 2006 by the author(s)/owner(s). mance increase. However, in case of different class distributions and a erformance measure that is classdistribution deendent, dominance of an ROC curve does not always guarantee an increase in erformance. In this aer we analyze for which erformance metrics the aroach boosts erformance on each class simultaneously. We restrict to widely used metrics characterized by rotating linear isometrics (Fürnkranz & Flach, 2005). Furthermore, skew sensitive metrics are used to generalize the aroach to each ossible scenario of error costs and class distributions. This aer is organized as follows. Section 2 rovides terminology and notation. Section 3 gives a brief background on ROC curves. Sections 4 and 5 introduce skew sensitive evaluation and isometrics, resectively. Section 7 defines reliable classifiers and their visualization in ROC sace. In Section 8 we rovide our main contribution. Section 9 concludes the aer. 2. Terminology and Notation We consider classification roblems with two classes: ositive () and negative (n). A discrete classifier is a maing from instances to classes. Counts of true ositives, false ositives, true negatives and false negatives are denoted by TP, FP, TN, and FN, resectively. The number of ositive instances is P = TP + FN. Similarly, N = TN + FP is the number of negative instances. From these counts the following statistics are derived: TP tr = TP + FN FP fr = FP + TN TN tnr = TN + FP FN fnr = TP + FN True ositive rate is denoted by tr and true negative rate by tnr. False ositive rate and false negative rate are denoted by fr and fnr, resectively. Note that tnr = 1 fr and fnr = 1 tr. Most classifiers are rankers or scoring classifiers. They

2 outut two ositive values l(x ) and l(x n) that indicate the likelihood that an instance x is ositive and negative, resectively. The score of an instance combines these values as follows: l(x) = l(x ) l(x n) (1) and can be used to rank instances from most likely ositive to most likely negative (Lachiche & Flach, 2003). 3. ROC Curves The erformance of a discrete classifier can be reresented by a oint (fr, tr) in ROC sace. Otimal erformance is obtained in (0, 1). Points (0, 0) and (1, 1) reresent classifiers that always redict the negative and ositive class, resectively. The ascending diagonal connects these oints and reresents the strategy of random classification. A threshold on the score l(x) transforms a scoring classifier into a discrete one. Instances with a score higher than or equal to this threshold are classified as ositive. The remaining instances are classified as negative. An ROC curve shows what haens with the corresonding confusion matrix for each ossible threshold (Fawcett, 2003). The convex hull of the ROC curve (ROCCH) removes concavities. Theorem 1 For any oint (fr, tr) on an ROCCH a classifier can be constructed that has the erformance reresented by that oint. Provost and Fawcett (2001) rove this theorem. For simlicity of resentation, in the following we will assume that ROC curves are convex and all oints can be obtained by a threshold. 4. Skew Sensitive Evaluation The metrics tr, fr, tnr, and fnr evaluate erformance on a single class. This follows from the confusion matrix since values are used from a single column. In most cases a metric is desired that indicates erformance on both classes simultaneously. Unfortunately, such metric assumes that the class distribution of the alication domain is known and used in the test set. Accuracy is a well-known examle. Provost et al. (1998) showed that classifier selection with this metric has two severe shortcomings with regard to class and error costs distributions. To overcome these roblems, Flach (2003) considers class and error costs distributions as a arameter of erformance metrics. Evaluation with these metrics is called skew sensitive evaluation. The arameter is called the skew ratio and exresses the relative imortance of negative versus ositive class: c = c(, n) P (n) c(n, ) P () (2) Here, c(, n) and c(n, ) denote the costs of a false ositive and false negative, resectively 1. The robabilities of a ositive and negative instance are denoted by P () = P and P (n) = N class ratio is then P (n) P () = N P., resectively. The From Eq. 2 it is clear that we can cover all ossible scenarios of class and cost distributions by a single value of c used as arameter in the erformance metric. If c < 1 (c > 1), then the ositive (negative) class is most imortant. In the following we assume without restriction that c is the ratio of negative to ositive instances in the test set, i.e., c = N P. The reader should kee in mind that our results are also valid for c = c(,n) N c(n,) P. 5. ROC Isometrics Classifier erformance is evaluated on both classes. We define a ositive (negative) erformance metric as a metric that measures erformance on the ositive (negative) classifications. The skew sensitive metrics used in this aer are summarized in Table 1. An exlanation of these metrics follows. ROC isometrics are collections of oints in ROC sace with the same value for a erformance metric. Flach (2003) and Fürnkranz and Flach (2005) investigate isometrics to understand metrics. However, isometrics can be used for the task of classifier selection and to construct reliable classifiers (see Section 6). Table 1 also shows the isometrics for the erformance metrics. They are obtained by fixing the erformance metric and rewriting its equation to that of a line in ROC sace. Varying the value of the metric results in linear lines that rotate around a single oint in which the metric is undefined Precision Positive recision, rec c, is defined as the roortion of true ositives to the total number of ositive classifications. The isometrics are linear lines that rotate around the origin (0, 0). 1 Benefits of true ositives and true negatives are incororated by adding them to the corresonding errors. This oeration normalizes the cost matrix such that the two values on the main diagonal are zero.

3 Table 1. Performance metrics and corresonding isometrics defined in terms of fr, tr, c = N, α P R+, and ˆm = Metric Indicator Formula Isometric Pos. recision Neg. recision Pos. F -measure Neg. F -measure Pos. gm-estimate Neg. gm-estimate rec c rec c n F c,α F c,α n gm tr tr+c fr tr = recc 1 rec c fr c tnr tnr+ 1 c fnr (1+α 2 )tr α 2 +tr+c fr tr = (1+α 2 )tnr α 2 +tnr+ 1 c fnr tr = 1 recc n rec c n F c,α 1+α 2 F c,α tr = 1+α2 F c,α n Fn c,α tr+ ˆm tr+c fr+ ˆm(1+c) tr = gm 1 gm tnr+ ˆm tnr+ 1 1+c c fnr+ ˆm c tr = ˆm 1 gmc, n c fr recc n c c fr + rec c n α2 F c,α 1+α 2 F c,α c fr (1+α2 )(F c,α c fr + c fr + 1 n 1) c Fn c,α ˆm ˆm(gmc, (1+c) 1) 1 gm ˆm ˆm 1 gmc, n c + (1+c) c) ˆm(gmc, n m. Figure 1. Precision isometrics in ROC sace: solid lines are rec 1 -isometrics and dashed lines are rec 1 n-isometrics. Figure 2. F -measure isometrics in ROC sace: solid lines are F 1,1 -isometrics and dashed lines are Fn 1,1 -isometrics. The case of negative recision, rec c n, is similar. Corresonding isometrics rotate around oint (1, 1). Figure 1 shows rec c -isometrics and rec c n-isometrics for c = 1. In this and subsequent figures the value of the erformance metric is varied from 0.1 to F -measure Positive recision is maximized when all ositive classifications are correct. To know if rec c uses enough ositive instances to be considered as reliable, it is combined with tr. Note that rec c and tr are antagonistic, i.e., if rec c goes u, then tr usually goes down (and vice versa). Rijsbergen (1979) introduced the ositive F -measure for the trade-off between these metrics: F c,α = (1 + ( α2 ) rec c tr ) 1 + α 2 tr α 2 rec c = + tr α 2 (3) + tr + c fr where the arameter α indicates the imortance given to rec c relative to tr. If α < 1 (α > 1) then tr is less (more) imortant than rec c. If α = 1, then both terms are equally imortant. The isometrics of F c,α are linear lines rotating around ( α2 c, 0). Therefore, they can be seen as a shifted version of the ositive recision isometrics. The larger c and/or the smaller α, the smaller the difference with rec c -isometrics. Similar to F c,α the negative F -measure is a metric for the trade-off between rec c n and tnr. Isometrics are a shifted version of the rec c n-isometrics and rotate around (1, 1 + α 2 c). Figure 2 shows F c,α -isometrics and Fn c,α -isometrics for c = 1 and α = 1 in the relevant region (0, 1) (0, 1) of ROC sace Generalized m-estimate The m-estimate comutes a recision estimate assuming that m instances are a riori classified. One of the

4 main reasons why it is favored over recision is that it is less sensitive to noise and more effective in avoiding overfitting (Fürnkranz & Flach, 2005; Lavrac & Dzeroski, 1994, Chaters 8-10). This is esecially true if the metric is used for the minority class when the class distribution is very skewed. The ositive m-estimate assumes that m instances are a riori classified as ositive. These instances are distributed according to the class distribution in the training set: or equivalently: = TP + m P TP + FP + m gm c,m = tr + m tr + c fr + m P gm c,m (4) (5) Figure 3. Generalized m-estimate isometrics in ROC sace: solid lines are gm 1,0.1 -isometrics and dashed lines are -isometrics. gm 1,0.1 n To eliminate absolute numbers P and N we define ˆm = m and obtain the formula in Table 1. Fürnkranz and Flach (2005) call this metric the ositive gmestimate (generalized m-estimate) since ˆm defines the rotation oint of the isometrics (see below) 2. The isometrics of the gm -estimate rotate around ( ˆm, ˆm). If ˆm = 0, then we obtain rec c -isometrics. For ˆm the erformance metric converges to 1 1+c = P () and the corresonding isometric is the ascending diagonal. The case of the negative gm-estimate is similar. The rotation oint of the isometrics is (1 + ˆm, 1 + ˆm). Figure 3 shows gm -isometrics and -isometrics for c = 1 and ˆm = 0.1. For simlicity of resentation, in the following the isometric of a ositive (negative) erformance metric is simly called a ositive (negative) isometric. 6. Classifier Design through Isometrics In Vanderlooy et al. (2006) we used recision isometrics as a tool to design classifiers. We generalize this aroach to include all isometrics defined in Section 5. For secific skew ratio, a ositive isometric is build with a desired ositive erformance. By definition, the intersection oint (fr a, tr a ) with an ROCCH reresents a classifier with this erformance. Similarly, the intersection oint (fr b, tr b ) of a negative isometric and the ROCCH reresents a classifier with negative erformance defined by that isometric. If we 2 The gm-estimate of Fürnkranz and Flach (2005) is more general than ours since they also vary a = 1 in Eq. 5. (a) (b) (c) Figure 4. Location of intersection between a ositive and negative isometric: (a) Case 1, (b) Case 2, and (c) Case 3. assume that the ositive and negative isometrics intersect each other in the relevant region of ROC sace, then three cases can be distinguished to construct the desired classifier (see Figure 4). Case 1: the isometrics intersect on the ROCCH The discrete classifier corresonding to this oint has the erformance defined by both isometrics. Theorem 1 guarantees that we can construct it. Therefore, the isometrics rovide an aroach to construct a classifier with a desired erformance er class. Case 2: the isometrics intersect below the ROCCH This classifier can also be constructed. However, the classifiers corresonding to any oint on the ROCCH between (fr b, tr b ) and (fr a, tr a ) have better erformance. Case 3: the isometrics intersect above the ROCCH There is no classifier with the desired erformances. To increase erformance instances between (fr a, tr a ) and (fr b, tr b ) are not classified. In case

5 of more than one intersection oint for the ositive (negative) isometric and the ROCCH, the intersection oint with highest tr (lowest fr) is chosen such that fr a < fr b. Then, the number of unclassified instances is minimized. The resulting classifier is called a reliable classifier. 7. Reliable Instance Classification A scoring classifier is almost never otimal: there exists negative instances with higher score than some ositive instances. A reliable classifier abstains from these uncertain instance classifications. It simulates the behavior of a human exert in fields with high error costs. For examle, in medical diagnosis an exert does not state a ossibly incorrect diagnosis but she says I do not know and erforms more tests. Similar to Ferri and Hernández-Orallo (2004), we define a reliable classifier as a filtering mechanism with two thresholds a > b. An instance x is classified as ositive if l(x) a. If l(x) b, then x is classified as negative. Otherwise, the instance is left unclassified. Unclassified instances can be rejected, assed to a human, or to another classifier (Ferri et al., 2004). Pietraszek (2005) chooses a and b to minimize exected cost, also considering the abstention costs. Here, we focus on erformance on the classified instances. Counts of unclassified ositives and unclassified negatives are denoted by UP and UN, resectively. Unclassified ositive rate and unclassified negative rate are then defined as follows: UP ur = TP+FN +UP (6) UN unr = FP+TN +UN (7) We define thresholds a and b to corresond with oints (fr a, tr a ) and (fr b, tr b ), resectively. The ROC curve of the reliable classifier is obtained by skiing the art between (fr a, tr a ) and (fr b, tr b ). By definition we have: ur = tr b tr a (8) unr = fr b fr a (9) The transformation from the original ROC curve to that of the reliable classifier is given in Theorem 2. Theorem 2 If the art between oints (fr a, tr a ) and (fr b, tr b ) of an ROC curve is skied with 0 < ur < 1 and 0 < unr < 1, then oints (fr x, tr x ) on this curve between (0, 0) and (fr a, tr a ) are transformed into oints (fr x, tr x) such that: fr x = fr x 1 unr, tr x = tr x 1 ur (10) Figure 5. ROCCH 2 is obtained by not covering the art between (fr a, tr a ) and (fr b, tr b ) of ROCCH 1. The length of the horizontal (vertical) line below ROCCH 1 equals unr (ur). Points (fr x, tr x ) between (fr b, tr b ) and (1, 1) are transformed into oints (fr x, tr x) such that: fr x = 1 1 fr x 1 unr, tr x = 1 1 tr x 1 ur (11) The roof is in Vanderlooy et al. (2006). Note that the transformations of (fr a, tr a ) and (fr b, tr b ) are the same oint on the new ROC curve. Figure 5 shows an examle of a transformation. The intersection oints are obtained with recision isometrics for c = 1, rec c = 0.93, and rec c n = Theorem 3 If the original ROC curve is convex, then the ROC curve obtained by not considering the oints between (fr a, tr a ) and (fr b, tr b ) is also convex. We roved this theorem in Vanderlooy et al. (2006). There, we also analyzed when and where the original ROCCH is dominated by that of the reliable classifier. Note that the underlying data of both ROCCHs can have a different class distribution when ur unr. For skew insensitive metrics or when ur unr, dominance of a ROCCH will immediately result in erformance increase. In the next Section 8 we analyze when the skew sensitive erformance metrics in Table 1 can be boosted by abstention. 8. Effect on Performance We defined (fr a, tr a ) and (fr b, tr b ) as intersection oints of an ROCCH and ositive and negative isometric, resectively. The tye of isometrics defines the effect on the erformance of the reliable classifier corresonding to (fr a, tr a) as defined in Theorem 2.

6 8.1. Precision Theorem 4 rovides an easy and comutationally efficient aroach to construct a classifier with a desired recision er class. Theorem 4 If oints (fr a, tr a ) and (fr b, tr b ) are defined by an rec c -isometric and rec c n-isometric resectively, then the oint (fr a, tr a) has the recisions of both isometrics. The roof of this theorem and also of following theorems are included in the aendix. Since isometrics of skew sensitive erformance metrics are used, the aroach does not commit to costs and class distributions 3. Thus, when the alication domain changes a new reliable classifier can be constructed from the original ROC curve only. Theorem 4 together with the next Theorem 5 rovides an aroach to construct a classifier with desired accuracy. This aroach overcomes the roblems with accuracy exlained in Section 4. From the roof it follows that if the recisions are not equal, then the accuracy is bounded by the smallest and largest recision. Theorem 5 If oint (fr a, tr a) has rec c = rec c n, then the accuracy in this oint equals the recisions F -measure Theorem 6 shows that also the F -measure can be boosted on both classes if a art of an ROC curve is not covered. In this case, the resulting classifier has higher erformance than defined by both isometrics. Figure 6 gives an examle where ositive (negative) erformance is increased with aroximately 5% (10%). Theorem 6 If oints (fr a, tr a ) and (fr b, tr b ) are defined by an F c,α -isometric and Fn c,α -isometric resectively, then the oint (fr a, tr a) has higher erformance than defined by both isometrics Generalized m-estimate To analyze the effect of abstention on the gm-estimate, we can consider the number of a riori classified instances m to be fixed or the arameter ˆm to be fixed. Consider the case when m is not changed after transformation. In this case ur and unr can change the distribution of a riori instances over the classes. If ur < unr, then the distribution of these instances in 3 Remember that, although our roofs use the simlest case c = N c(,n) N, the results are also valid for c =. P c(n,) P Figure 6. Designing with F -measure isometrics: F 2,1 = 0.72 in (fr a, tr a ) and Fn 2,1 = 0.75 in (fr b, tr b ). The reliable classifier reresented by (fr a, tr 1.84,1 a ) has F = and Fn 1.84,1 = The abstention is reresented by ur = and unr = the ositive gm-estimate moves to the true ositives resulting in higher erformance. For the negative gmestimate, the distribution moves to the false negatives resulting in lower erformance. The case of ur > unr is the other way around. Therefore, an increase in erformance in both classes is only ossible iff ur = unr. For the case when ˆm is not changed after transformation, a similar reasoning results in imrovement of the ositive gm-estimate if ur unr and tr a fr a. The latter condition holds for all oints on the ROCCH. Similarly, imrovement in the negative gmestimate occurs if ur unr and tr b fr b. Thus, we find the following theorems for the gm-estimate. Theorem 7 If oint (fr a, tr a ) is defined by an gm -estimate isometric with m > 0 and if ur unr, then the oint (fr a, tr a) has at least the ositive erformance defined by that isometric. Theorem 8 If oint (fr b, tr b ) is defined by an -estimate isometric with m > 0 and if ur unr, then the oint (fr a, tr a) has at least the negative erformance defined by that isometric. Corollary 1 If oints (fr a, tr a ) and (fr b, tr b ) are defined by an gm -estimate isometric and - estimate isometric resectively with m > 0 and if ur = unr, then the oint (fr a, tr a) has at least the gm-estimates of both isometrics. We suggest to use the gm-estimate for the minority class only and to use a normal recision for the majority class. From Theorems 7 and 8, if the minority

7 We may conclude that the roosed aroach is able to boost erformance on each class simultaneously. Benefits of the aroach are numerous: it guarantees a classifier with an accetable erformance in domains with high error costs, it is efficient in terms of time and sace, classifier indeendent, and it incororates changing error costs and class distributions easily. Acknowledgments We thank the reviewers for useful comments and suggestions. This work was artially suorted by the Dutch Organization for Scientific Research (NWO), grant nr: Figure 7. Designing with recision and gm-estimate isometrics: rec 0.3 = 0.97 in (fr a, tr a ) and gm 0.3,0.1 n = 0.55 in (fr b, tr b ). The reliable classifier reresented by (fr a, tr a ) has rec0.3 = 0.97 and gm 0.34,0.18 n = The abstention is reresented by ur = and unr = class is the ositive (negative) class, then we need an abstention characterized by ur unr (ur unr). Figure 7 shows an examle with fixed m and the negative class as minority class. Therefore, we want that the -estimate isometric covers a large art in ROC sace and consequently the condition ur unr is easily satisfied. 9. Conclusions A reliable classifier abstains from uncertain instance classifications. Benefits are significant in alication domains with high error costs, e.g., medical diagnosis and legal ractice. A classifier is transformed into a reliable one by not covering a art of its ROC curve. This art is defined by two isometrics indicating erformance on a different class. In case of a classifier and corresonding reliable classifier, dominance of an ROC curve immediately reresents an increase in erformance if the underlying data of both curves have aroximately equal class distributions. Since this assumtion is too strong, we analyzed when erformance can be boosted by abstention. We showed how to construct a (reliable) classifier with a desired recision er class. We did the same for accuracy. For the F -measure a classifier is obtained with at least the desired erformance er class. To revent a ossible erformance decrease with the gmestimate, we roose to use it for the minority class and to use a normal recision for the majority class. References Fawcett, T. (2003). ROC grahs: Notes and ractical considerations for researchers (Technical Reort HPL ). HP Laboratories. Ferri, C., Flach, P., & Hernández-Orallo, J. (2004). Delegating classifiers. Proceedings of the 1st International Worksho on ROC Analysis in Artificial Intelligence (ROCAI-2004) ( ). Ferri, C., & Hernández-Orallo, J. (2004). Cautious classifiers. Proceedings of the 1st International Worksho on ROC Analysis in Artificial Intelligence (ROCAI-2004) ( ). Flach, P. (2003). The geometry of ROC sace: Understanding machine learning metrics through ROC isometrics. Proceedings of the 20th International Conference on Machine Learning (ICML-2003) ( ). Fürnkranz, J., & Flach, P. (2005). Roc n rule learning towards a better understanding of covering algorithms. Machine Learning, 58, Lachiche, N., & Flach, P. (2003). Imroving accuracy and cost of two-class and multi-class robabilistic classifiers using ROC curves. Proceedings of the 20th International Conference on Machine Learning (ICML-2003) ( ). Lavrac, N., & Dzeroski, S. (1994). Inductive logic rogramming: Techniques and alications. Ellis Horwood, New York. Pietraszek, T. (2005). Otimizing abstaining classifiers using ROC analysis. Proceedings of the 22th International Conference on Machine Learning (ICML- 2005) ( ).

8 Provost, F., & Fawcett, T. (2001). Robust classification for imrecise environments. Machine Learning, 42, Provost, F., Fawcett, T., & Kohavi, R. (1998). The case against accuracy estimation for comaring induction algorithms. Proceedings of the 15th International Conference on Machine Learning (ICML- 1998) ( ). Rijsbergen, C. V. (1979). Information retrieval. Deartment of Comuter Science, University of Glasgow. 2nd edition. Vanderlooy, S., Srinkhuizen-Kuyer, I., & Smirnov, E. (2006). Reliable classifiers in ROC sace. Proceedings of the 15th Annual Machine Learning Conference of Belgium and the Netherlands (BENELEARN-2006) ( ). A. Proofs Proof of Theorem 4 The ositive recisions in (fr a, tr a ) and (fr a, tr a) are defined as follows: rec c (fr a, tr a ) = ( rec c fr a, tr a) = tr a tr a + c fr a (12) tr a tr a + c fr a (13) with c = c 1 unr 1 ur. Substitution of Eq. 10 in Eq. 13 results in Eq 12. In a similar way, Eq. 11 is used to show that the negative recisions in (fr b, tr b ) and (fr b, tr b ) are the same. The theorem follows since (fr b, tr b ) = (fr a, tr a). Proof of Theorem 5 Since the ositive recision and negative recision in (fr a, tr a) are equal, we can write: tr a = a ( tr a + c fr ) a (14) ( tnr a = a tnr a + 1 ) c fnr a (15) with a = rec c = rec c n. It follows that: tr a + c tnr a = a ( tr a + c fr a + c tnr a + fnr ) a or equivalently: tr a + c tnr a a = tr a + c fr a + c tnr a + fnr a and this is the accuracy with skew ratio c. (16) (17) Proof of Theorem 6 The ositive F -measures in (fr a, tr a ) and (fr a, tr a) are defined as follows: F c,α (fr a, tr a ) = ( F c,α fr a, tr a) = ( ) 1 + α 2 tr a α 2 (18) + tr a + c fr ( ) a 1 + α 2 tr a α 2 + tr a + c fr (19) a Using Eq. 10 and c = c 1 unr 1 ur, the right-hand side of Eq. 19 becomes: ( ) 1 + α 2 tr a α 2 (20) (1 ur) + tr a + c fr a ( ) It follows that F c,α fr a, tr a > F c,α (fr a, tr a ) since 0 < ur < 1. The case of the negative F -measure is similar. Proof of Theorem 7 The ositive gm-estimates in (fr a, tr a ) and (fr a, tr a) are defined as follows: gm gm c, ˆm with ˆm = tr+ ˆm tr+c fr+ ˆm(1+c) (21) (fr a, tr a ) = ( fr a, tr a) = tr + ˆm tr +c fr + ˆm (1+c ) (22) m, and c = c 1 unr 1 ur. Case 1: m is not changed after transformation In this case we can write ˆm m = P (1 ur)+n(1 unr). Substitution of Eq. 10 in Eq. 22 results in the following right-hand side: Clearly, gm c, ˆm 1 ur P (1 ur)+n(1 unr) tr + m (23) tr + c fr + ˆm(1 + c) ( ) fr a, tr a gm (fr a, tr a ) iff: 1 ur P (1 ur) + N(1 unr) 1 P + N This holds iff ur unr. (24) Case 2: ˆm is not changed after transformation Substitution of Eq. 10 in Eq. 22 with fixed ˆm results in the following right-hand side: tr + ˆm(1 ur) tr + c fr + ˆm(1 ur + c(1 unr)) (25) Straightforward ( ) comutation results in gm c, ˆm fr a, tr a gm (fr a, tr a ) iff: ˆm(unr ur) + (tr a unr fr a ur) 0 (26) This holds if ur unr and tr a fr a. Proof of Theorem 8 The roof is similar to that of Theorem 7.

Effect Sizes Based on Means

Effect Sizes Based on Means CHAPTER 4 Effect Sizes Based on Means Introduction Raw (unstardized) mean difference D Stardized mean difference, d g Resonse ratios INTRODUCTION When the studies reort means stard deviations, the referred

More information

Price Elasticity of Demand MATH 104 and MATH 184 Mark Mac Lean (with assistance from Patrick Chan) 2011W

Price Elasticity of Demand MATH 104 and MATH 184 Mark Mac Lean (with assistance from Patrick Chan) 2011W Price Elasticity of Demand MATH 104 and MATH 184 Mark Mac Lean (with assistance from Patrick Chan) 2011W The rice elasticity of demand (which is often shortened to demand elasticity) is defined to be the

More information

1 Gambler s Ruin Problem

1 Gambler s Ruin Problem Coyright c 2009 by Karl Sigman 1 Gambler s Ruin Problem Let N 2 be an integer and let 1 i N 1. Consider a gambler who starts with an initial fortune of $i and then on each successive gamble either wins

More information

The Online Freeze-tag Problem

The Online Freeze-tag Problem The Online Freeze-tag Problem Mikael Hammar, Bengt J. Nilsson, and Mia Persson Atus Technologies AB, IDEON, SE-3 70 Lund, Sweden mikael.hammar@atus.com School of Technology and Society, Malmö University,

More information

Monitoring Frequency of Change By Li Qin

Monitoring Frequency of Change By Li Qin Monitoring Frequency of Change By Li Qin Abstract Control charts are widely used in rocess monitoring roblems. This aer gives a brief review of control charts for monitoring a roortion and some initial

More information

A MOST PROBABLE POINT-BASED METHOD FOR RELIABILITY ANALYSIS, SENSITIVITY ANALYSIS AND DESIGN OPTIMIZATION

A MOST PROBABLE POINT-BASED METHOD FOR RELIABILITY ANALYSIS, SENSITIVITY ANALYSIS AND DESIGN OPTIMIZATION 9 th ASCE Secialty Conference on Probabilistic Mechanics and Structural Reliability PMC2004 Abstract A MOST PROBABLE POINT-BASED METHOD FOR RELIABILITY ANALYSIS, SENSITIVITY ANALYSIS AND DESIGN OPTIMIZATION

More information

Large-Scale IP Traceback in High-Speed Internet: Practical Techniques and Theoretical Foundation

Large-Scale IP Traceback in High-Speed Internet: Practical Techniques and Theoretical Foundation Large-Scale IP Traceback in High-Seed Internet: Practical Techniques and Theoretical Foundation Jun Li Minho Sung Jun (Jim) Xu College of Comuting Georgia Institute of Technology {junli,mhsung,jx}@cc.gatech.edu

More information

A Simple Model of Pricing, Markups and Market. Power Under Demand Fluctuations

A Simple Model of Pricing, Markups and Market. Power Under Demand Fluctuations A Simle Model of Pricing, Markus and Market Power Under Demand Fluctuations Stanley S. Reynolds Deartment of Economics; University of Arizona; Tucson, AZ 85721 Bart J. Wilson Economic Science Laboratory;

More information

Multiperiod Portfolio Optimization with General Transaction Costs

Multiperiod Portfolio Optimization with General Transaction Costs Multieriod Portfolio Otimization with General Transaction Costs Victor DeMiguel Deartment of Management Science and Oerations, London Business School, London NW1 4SA, UK, avmiguel@london.edu Xiaoling Mei

More information

An Introduction to Risk Parity Hossein Kazemi

An Introduction to Risk Parity Hossein Kazemi An Introduction to Risk Parity Hossein Kazemi In the aftermath of the financial crisis, investors and asset allocators have started the usual ritual of rethinking the way they aroached asset allocation

More information

An important observation in supply chain management, known as the bullwhip effect,

An important observation in supply chain management, known as the bullwhip effect, Quantifying the Bullwhi Effect in a Simle Suly Chain: The Imact of Forecasting, Lead Times, and Information Frank Chen Zvi Drezner Jennifer K. Ryan David Simchi-Levi Decision Sciences Deartment, National

More information

Softmax Model as Generalization upon Logistic Discrimination Suffers from Overfitting

Softmax Model as Generalization upon Logistic Discrimination Suffers from Overfitting Journal of Data Science 12(2014),563-574 Softmax Model as Generalization uon Logistic Discrimination Suffers from Overfitting F. Mohammadi Basatini 1 and Rahim Chiniardaz 2 1 Deartment of Statistics, Shoushtar

More information

Point Location. Preprocess a planar, polygonal subdivision for point location queries. p = (18, 11)

Point Location. Preprocess a planar, polygonal subdivision for point location queries. p = (18, 11) Point Location Prerocess a lanar, olygonal subdivision for oint location ueries. = (18, 11) Inut is a subdivision S of comlexity n, say, number of edges. uild a data structure on S so that for a uery oint

More information

The risk of using the Q heterogeneity estimator for software engineering experiments

The risk of using the Q heterogeneity estimator for software engineering experiments Dieste, O., Fernández, E., García-Martínez, R., Juristo, N. 11. The risk of using the Q heterogeneity estimator for software engineering exeriments. The risk of using the Q heterogeneity estimator for

More information

DAY-AHEAD ELECTRICITY PRICE FORECASTING BASED ON TIME SERIES MODELS: A COMPARISON

DAY-AHEAD ELECTRICITY PRICE FORECASTING BASED ON TIME SERIES MODELS: A COMPARISON DAY-AHEAD ELECTRICITY PRICE FORECASTING BASED ON TIME SERIES MODELS: A COMPARISON Rosario Esínola, Javier Contreras, Francisco J. Nogales and Antonio J. Conejo E.T.S. de Ingenieros Industriales, Universidad

More information

A Modified Measure of Covert Network Performance

A Modified Measure of Covert Network Performance A Modified Measure of Covert Network Performance LYNNE L DOTY Marist College Deartment of Mathematics Poughkeesie, NY UNITED STATES lynnedoty@maristedu Abstract: In a covert network the need for secrecy

More information

Joint Production and Financing Decisions: Modeling and Analysis

Joint Production and Financing Decisions: Modeling and Analysis Joint Production and Financing Decisions: Modeling and Analysis Xiaodong Xu John R. Birge Deartment of Industrial Engineering and Management Sciences, Northwestern University, Evanston, Illinois 60208,

More information

FREQUENCIES OF SUCCESSIVE PAIRS OF PRIME RESIDUES

FREQUENCIES OF SUCCESSIVE PAIRS OF PRIME RESIDUES FREQUENCIES OF SUCCESSIVE PAIRS OF PRIME RESIDUES AVNER ASH, LAURA BELTIS, ROBERT GROSS, AND WARREN SINNOTT Abstract. We consider statistical roerties of the sequence of ordered airs obtained by taking

More information

Static and Dynamic Properties of Small-world Connection Topologies Based on Transit-stub Networks

Static and Dynamic Properties of Small-world Connection Topologies Based on Transit-stub Networks Static and Dynamic Proerties of Small-world Connection Toologies Based on Transit-stub Networks Carlos Aguirre Fernando Corbacho Ramón Huerta Comuter Engineering Deartment, Universidad Autónoma de Madrid,

More information

Jena Research Papers in Business and Economics

Jena Research Papers in Business and Economics Jena Research Paers in Business and Economics A newsvendor model with service and loss constraints Werner Jammernegg und Peter Kischka 21/2008 Jenaer Schriften zur Wirtschaftswissenschaft Working and Discussion

More information

X How to Schedule a Cascade in an Arbitrary Graph

X How to Schedule a Cascade in an Arbitrary Graph X How to Schedule a Cascade in an Arbitrary Grah Flavio Chierichetti, Cornell University Jon Kleinberg, Cornell University Alessandro Panconesi, Saienza University When individuals in a social network

More information

ENFORCING SAFETY PROPERTIES IN WEB APPLICATIONS USING PETRI NETS

ENFORCING SAFETY PROPERTIES IN WEB APPLICATIONS USING PETRI NETS ENFORCING SAFETY PROPERTIES IN WEB APPLICATIONS USING PETRI NETS Liviu Grigore Comuter Science Deartment University of Illinois at Chicago Chicago, IL, 60607 lgrigore@cs.uic.edu Ugo Buy Comuter Science

More information

Machine Learning with Operational Costs

Machine Learning with Operational Costs Journal of Machine Learning Research 14 (2013) 1989-2028 Submitted 12/11; Revised 8/12; Published 7/13 Machine Learning with Oerational Costs Theja Tulabandhula Deartment of Electrical Engineering and

More information

Local Connectivity Tests to Identify Wormholes in Wireless Networks

Local Connectivity Tests to Identify Wormholes in Wireless Networks Local Connectivity Tests to Identify Wormholes in Wireless Networks Xiaomeng Ban Comuter Science Stony Brook University xban@cs.sunysb.edu Rik Sarkar Comuter Science Freie Universität Berlin sarkar@inf.fu-berlin.de

More information

CRITICAL AVIATION INFRASTRUCTURES VULNERABILITY ASSESSMENT TO TERRORIST THREATS

CRITICAL AVIATION INFRASTRUCTURES VULNERABILITY ASSESSMENT TO TERRORIST THREATS Review of the Air Force Academy No (23) 203 CRITICAL AVIATION INFRASTRUCTURES VULNERABILITY ASSESSMENT TO TERRORIST THREATS Cătălin CIOACĂ Henri Coandă Air Force Academy, Braşov, Romania Abstract: The

More information

Time-Cost Trade-Offs in Resource-Constraint Project Scheduling Problems with Overlapping Modes

Time-Cost Trade-Offs in Resource-Constraint Project Scheduling Problems with Overlapping Modes Time-Cost Trade-Offs in Resource-Constraint Proect Scheduling Problems with Overlaing Modes François Berthaut Robert Pellerin Nathalie Perrier Adnène Hai February 2011 CIRRELT-2011-10 Bureaux de Montréal

More information

Forensic Science International

Forensic Science International Forensic Science International 214 (2012) 33 43 Contents lists available at ScienceDirect Forensic Science International jou r nal h o me age: w ww.els evier.co m/lo c ate/fo r sc iin t A robust detection

More information

A Multivariate Statistical Analysis of Stock Trends. Abstract

A Multivariate Statistical Analysis of Stock Trends. Abstract A Multivariate Statistical Analysis of Stock Trends Aril Kerby Alma College Alma, MI James Lawrence Miami University Oxford, OH Abstract Is there a method to redict the stock market? What factors determine

More information

An Associative Memory Readout in ESN for Neural Action Potential Detection

An Associative Memory Readout in ESN for Neural Action Potential Detection g An Associative Memory Readout in ESN for Neural Action Potential Detection Nicolas J. Dedual, Mustafa C. Ozturk, Justin C. Sanchez and José C. Princie Abstract This aer describes how Echo State Networks

More information

F inding the optimal, or value-maximizing, capital

F inding the optimal, or value-maximizing, capital Estimating Risk-Adjusted Costs of Financial Distress by Heitor Almeida, University of Illinois at Urbana-Chamaign, and Thomas Philion, New York University 1 F inding the otimal, or value-maximizing, caital

More information

Web Application Scalability: A Model-Based Approach

Web Application Scalability: A Model-Based Approach Coyright 24, Software Engineering Research and Performance Engineering Services. All rights reserved. Web Alication Scalability: A Model-Based Aroach Lloyd G. Williams, Ph.D. Software Engineering Research

More information

Comparing Dissimilarity Measures for Symbolic Data Analysis

Comparing Dissimilarity Measures for Symbolic Data Analysis Comaring Dissimilarity Measures for Symbolic Data Analysis Donato MALERBA, Floriana ESPOSITO, Vincenzo GIOVIALE and Valentina TAMMA Diartimento di Informatica, University of Bari Via Orabona 4 76 Bari,

More information

Minimizing the Communication Cost for Continuous Skyline Maintenance

Minimizing the Communication Cost for Continuous Skyline Maintenance Minimizing the Communication Cost for Continuous Skyline Maintenance Zhenjie Zhang, Reynold Cheng, Dimitris Paadias, Anthony K.H. Tung School of Comuting National University of Singaore {zhenjie,atung}@com.nus.edu.sg

More information

Large firms and heterogeneity: the structure of trade and industry under oligopoly

Large firms and heterogeneity: the structure of trade and industry under oligopoly Large firms and heterogeneity: the structure of trade and industry under oligooly Eddy Bekkers University of Linz Joseh Francois University of Linz & CEPR (London) ABSTRACT: We develo a model of trade

More information

Risk in Revenue Management and Dynamic Pricing

Risk in Revenue Management and Dynamic Pricing OPERATIONS RESEARCH Vol. 56, No. 2, March Aril 2008,. 326 343 issn 0030-364X eissn 1526-5463 08 5602 0326 informs doi 10.1287/ore.1070.0438 2008 INFORMS Risk in Revenue Management and Dynamic Pricing Yuri

More information

An inventory control system for spare parts at a refinery: An empirical comparison of different reorder point methods

An inventory control system for spare parts at a refinery: An empirical comparison of different reorder point methods An inventory control system for sare arts at a refinery: An emirical comarison of different reorder oint methods Eric Porras a*, Rommert Dekker b a Instituto Tecnológico y de Estudios Sueriores de Monterrey,

More information

SQUARE GRID POINTS COVERAGED BY CONNECTED SOURCES WITH COVERAGE RADIUS OF ONE ON A TWO-DIMENSIONAL GRID

SQUARE GRID POINTS COVERAGED BY CONNECTED SOURCES WITH COVERAGE RADIUS OF ONE ON A TWO-DIMENSIONAL GRID International Journal of Comuter Science & Information Technology (IJCSIT) Vol 6, No 4, August 014 SQUARE GRID POINTS COVERAGED BY CONNECTED SOURCES WITH COVERAGE RADIUS OF ONE ON A TWO-DIMENSIONAL GRID

More information

The Magnus-Derek Game

The Magnus-Derek Game The Magnus-Derek Game Z. Nedev S. Muthukrishnan Abstract We introduce a new combinatorial game between two layers: Magnus and Derek. Initially, a token is laced at osition 0 on a round table with n ositions.

More information

Stochastic Derivation of an Integral Equation for Probability Generating Functions

Stochastic Derivation of an Integral Equation for Probability Generating Functions Journal of Informatics and Mathematical Sciences Volume 5 (2013), Number 3,. 157 163 RGN Publications htt://www.rgnublications.com Stochastic Derivation of an Integral Equation for Probability Generating

More information

Service Network Design with Asset Management: Formulations and Comparative Analyzes

Service Network Design with Asset Management: Formulations and Comparative Analyzes Service Network Design with Asset Management: Formulations and Comarative Analyzes Jardar Andersen Teodor Gabriel Crainic Marielle Christiansen October 2007 CIRRELT-2007-40 Service Network Design with

More information

On Multicast Capacity and Delay in Cognitive Radio Mobile Ad-hoc Networks

On Multicast Capacity and Delay in Cognitive Radio Mobile Ad-hoc Networks On Multicast Caacity and Delay in Cognitive Radio Mobile Ad-hoc Networks Jinbei Zhang, Yixuan Li, Zhuotao Liu, Fan Wu, Feng Yang, Xinbing Wang Det of Electronic Engineering Det of Comuter Science and Engineering

More information

Two-resource stochastic capacity planning employing a Bayesian methodology

Two-resource stochastic capacity planning employing a Bayesian methodology Journal of the Oerational Research Society (23) 54, 1198 128 r 23 Oerational Research Society Ltd. All rights reserved. 16-5682/3 $25. www.algrave-journals.com/jors Two-resource stochastic caacity lanning

More information

PARAMETER CHOICE IN BANACH SPACE REGULARIZATION UNDER VARIATIONAL INEQUALITIES

PARAMETER CHOICE IN BANACH SPACE REGULARIZATION UNDER VARIATIONAL INEQUALITIES PARAMETER CHOICE IN BANACH SPACE REGULARIZATION UNDER VARIATIONAL INEQUALITIES BERND HOFMANN AND PETER MATHÉ Abstract. The authors study arameter choice strategies for Tikhonov regularization of nonlinear

More information

Risk and Return. Sample chapter. e r t u i o p a s d f CHAPTER CONTENTS LEARNING OBJECTIVES. Chapter 7

Risk and Return. Sample chapter. e r t u i o p a s d f CHAPTER CONTENTS LEARNING OBJECTIVES. Chapter 7 Chater 7 Risk and Return LEARNING OBJECTIVES After studying this chater you should be able to: e r t u i o a s d f understand how return and risk are defined and measured understand the concet of risk

More information

Automatic Search for Correlated Alarms

Automatic Search for Correlated Alarms Automatic Search for Correlated Alarms Klaus-Dieter Tuchs, Peter Tondl, Markus Radimirsch, Klaus Jobmann Institut für Allgemeine Nachrichtentechnik, Universität Hannover Aelstraße 9a, 0167 Hanover, Germany

More information

Concurrent Program Synthesis Based on Supervisory Control

Concurrent Program Synthesis Based on Supervisory Control 010 American Control Conference Marriott Waterfront, Baltimore, MD, USA June 30-July 0, 010 ThB07.5 Concurrent Program Synthesis Based on Suervisory Control Marian V. Iordache and Panos J. Antsaklis Abstract

More information

The fast Fourier transform method for the valuation of European style options in-the-money (ITM), at-the-money (ATM) and out-of-the-money (OTM)

The fast Fourier transform method for the valuation of European style options in-the-money (ITM), at-the-money (ATM) and out-of-the-money (OTM) Comutational and Alied Mathematics Journal 15; 1(1: 1-6 Published online January, 15 (htt://www.aascit.org/ournal/cam he fast Fourier transform method for the valuation of Euroean style otions in-the-money

More information

Load Balancing Mechanism in Agent-based Grid

Load Balancing Mechanism in Agent-based Grid Communications on Advanced Comutational Science with Alications 2016 No. 1 (2016) 57-62 Available online at www.isacs.com/cacsa Volume 2016, Issue 1, Year 2016 Article ID cacsa-00042, 6 Pages doi:10.5899/2016/cacsa-00042

More information

A Virtual Machine Dynamic Migration Scheduling Model Based on MBFD Algorithm

A Virtual Machine Dynamic Migration Scheduling Model Based on MBFD Algorithm International Journal of Comuter Theory and Engineering, Vol. 7, No. 4, August 2015 A Virtual Machine Dynamic Migration Scheduling Model Based on MBFD Algorithm Xin Lu and Zhuanzhuan Zhang Abstract This

More information

High Quality Offset Printing An Evolutionary Approach

High Quality Offset Printing An Evolutionary Approach High Quality Offset Printing An Evolutionary Aroach Ralf Joost Institute of Alied Microelectronics and omuter Engineering University of Rostock Rostock, 18051, Germany +49 381 498 7272 ralf.joost@uni-rostock.de

More information

Beyond the F Test: Effect Size Confidence Intervals and Tests of Close Fit in the Analysis of Variance and Contrast Analysis

Beyond the F Test: Effect Size Confidence Intervals and Tests of Close Fit in the Analysis of Variance and Contrast Analysis Psychological Methods 004, Vol. 9, No., 164 18 Coyright 004 by the American Psychological Association 108-989X/04/$1.00 DOI: 10.1037/108-989X.9..164 Beyond the F Test: Effect Size Confidence Intervals

More information

On the predictive content of the PPI on CPI inflation: the case of Mexico

On the predictive content of the PPI on CPI inflation: the case of Mexico On the redictive content of the PPI on inflation: the case of Mexico José Sidaoui, Carlos Caistrán, Daniel Chiquiar and Manuel Ramos-Francia 1 1. Introduction It would be natural to exect that shocks to

More information

c 2009 Je rey A. Miron 3. Examples: Linear Demand Curves and Monopoly

c 2009 Je rey A. Miron 3. Examples: Linear Demand Curves and Monopoly Lecture 0: Monooly. c 009 Je rey A. Miron Outline. Introduction. Maximizing Pro ts. Examles: Linear Demand Curves and Monooly. The Ine ciency of Monooly. The Deadweight Loss of Monooly. Price Discrimination.

More information

Asymmetric Information, Transaction Cost, and. Externalities in Competitive Insurance Markets *

Asymmetric Information, Transaction Cost, and. Externalities in Competitive Insurance Markets * Asymmetric Information, Transaction Cost, and Externalities in Cometitive Insurance Markets * Jerry W. iu Deartment of Finance, University of Notre Dame, Notre Dame, IN 46556-5646 wliu@nd.edu Mark J. Browne

More information

On the (in)effectiveness of Probabilistic Marking for IP Traceback under DDoS Attacks

On the (in)effectiveness of Probabilistic Marking for IP Traceback under DDoS Attacks On the (in)effectiveness of Probabilistic Maring for IP Tracebac under DDoS Attacs Vamsi Paruchuri, Aran Durresi 2, and Ra Jain 3 University of Central Aransas, 2 Louisiana State University, 3 Washington

More information

Normally Distributed Data. A mean with a normal value Test of Hypothesis Sign Test Paired observations within a single patient group

Normally Distributed Data. A mean with a normal value Test of Hypothesis Sign Test Paired observations within a single patient group ANALYSIS OF CONTINUOUS VARIABLES / 31 CHAPTER SIX ANALYSIS OF CONTINUOUS VARIABLES: COMPARING MEANS In the last chater, we addressed the analysis of discrete variables. Much of the statistical analysis

More information

Pressure Drop in Air Piping Systems Series of Technical White Papers from Ohio Medical Corporation

Pressure Drop in Air Piping Systems Series of Technical White Papers from Ohio Medical Corporation Pressure Dro in Air Piing Systems Series of Technical White Paers from Ohio Medical Cororation Ohio Medical Cororation Lakeside Drive Gurnee, IL 600 Phone: (800) 448-0770 Fax: (847) 855-604 info@ohiomedical.com

More information

The Economics of the Cloud: Price Competition and Congestion

The Economics of the Cloud: Price Competition and Congestion Submitted to Oerations Research manuscrit The Economics of the Cloud: Price Cometition and Congestion Jonatha Anselmi Basque Center for Alied Mathematics, jonatha.anselmi@gmail.com Danilo Ardagna Di. di

More information

Managing specific risk in property portfolios

Managing specific risk in property portfolios Managing secific risk in roerty ortfolios Andrew Baum, PhD University of Reading, UK Peter Struemell OPC, London, UK Contact author: Andrew Baum Deartment of Real Estate and Planning University of Reading

More information

Introduction to NP-Completeness Written and copyright c by Jie Wang 1

Introduction to NP-Completeness Written and copyright c by Jie Wang 1 91.502 Foundations of Comuter Science 1 Introduction to Written and coyright c by Jie Wang 1 We use time-bounded (deterministic and nondeterministic) Turing machines to study comutational comlexity of

More information

6.042/18.062J Mathematics for Computer Science December 12, 2006 Tom Leighton and Ronitt Rubinfeld. Random Walks

6.042/18.062J Mathematics for Computer Science December 12, 2006 Tom Leighton and Ronitt Rubinfeld. Random Walks 6.042/8.062J Mathematics for Comuter Science December 2, 2006 Tom Leighton and Ronitt Rubinfeld Lecture Notes Random Walks Gambler s Ruin Today we re going to talk about one-dimensional random walks. In

More information

United Arab Emirates University College of Sciences Department of Mathematical Sciences HOMEWORK 1 SOLUTION. Section 10.1 Vectors in the Plane

United Arab Emirates University College of Sciences Department of Mathematical Sciences HOMEWORK 1 SOLUTION. Section 10.1 Vectors in the Plane United Arab Emirates University College of Sciences Deartment of Mathematical Sciences HOMEWORK 1 SOLUTION Section 10.1 Vectors in the Plane Calculus II for Engineering MATH 110 SECTION 0 CRN 510 :00 :00

More information

IMPROVING NAIVE BAYESIAN SPAM FILTERING

IMPROVING NAIVE BAYESIAN SPAM FILTERING Master Thesis IMPROVING NAIVE BAYESIAN SPAM FILTERING Jon Kågström Mid Sweden University Deartment for Information Technology and Media Sring 005 Abstract Sam or unsolicited e-mail has become a major roblem

More information

POISSON PROCESSES. Chapter 2. 2.1 Introduction. 2.1.1 Arrival processes

POISSON PROCESSES. Chapter 2. 2.1 Introduction. 2.1.1 Arrival processes Chater 2 POISSON PROCESSES 2.1 Introduction A Poisson rocess is a simle and widely used stochastic rocess for modeling the times at which arrivals enter a system. It is in many ways the continuous-time

More information

Title: Stochastic models of resource allocation for services

Title: Stochastic models of resource allocation for services Title: Stochastic models of resource allocation for services Author: Ralh Badinelli,Professor, Virginia Tech, Deartment of BIT (235), Virginia Tech, Blacksburg VA 2461, USA, ralhb@vt.edu Phone : (54) 231-7688,

More information

C-Bus Voltage Calculation

C-Bus Voltage Calculation D E S I G N E R N O T E S C-Bus Voltage Calculation Designer note number: 3-12-1256 Designer: Darren Snodgrass Contact Person: Darren Snodgrass Aroved: Date: Synosis: The guidelines used by installers

More information

Buffer Capacity Allocation: A method to QoS support on MPLS networks**

Buffer Capacity Allocation: A method to QoS support on MPLS networks** Buffer Caacity Allocation: A method to QoS suort on MPLS networks** M. K. Huerta * J. J. Padilla X. Hesselbach ϒ R. Fabregat O. Ravelo Abstract This aer describes an otimized model to suort QoS by mean

More information

Re-Dispatch Approach for Congestion Relief in Deregulated Power Systems

Re-Dispatch Approach for Congestion Relief in Deregulated Power Systems Re-Disatch Aroach for Congestion Relief in Deregulated ower Systems Ch. Naga Raja Kumari #1, M. Anitha 2 #1, 2 Assistant rofessor, Det. of Electrical Engineering RVR & JC College of Engineering, Guntur-522019,

More information

Alpha Channel Estimation in High Resolution Images and Image Sequences

Alpha Channel Estimation in High Resolution Images and Image Sequences In IEEE Comuter Society Conference on Comuter Vision and Pattern Recognition (CVPR 2001), Volume I, ages 1063 68, auai Hawaii, 11th 13th Dec 2001 Alha Channel Estimation in High Resolution Images and Image

More information

Storage Basics Architecting the Storage Supplemental Handout

Storage Basics Architecting the Storage Supplemental Handout Storage Basics Architecting the Storage Sulemental Handout INTRODUCTION With digital data growing at an exonential rate it has become a requirement for the modern business to store data and analyze it

More information

Computational Finance The Martingale Measure and Pricing of Derivatives

Computational Finance The Martingale Measure and Pricing of Derivatives 1 The Martingale Measure 1 Comutational Finance The Martingale Measure and Pricing of Derivatives 1 The Martingale Measure The Martingale measure or the Risk Neutral robabilities are a fundamental concet

More information

The Economics of the Cloud: Price Competition and Congestion

The Economics of the Cloud: Price Competition and Congestion Submitted to Oerations Research manuscrit (Please, rovide the manuscrit number!) Authors are encouraged to submit new aers to INFORMS journals by means of a style file temlate, which includes the journal

More information

Synopsys RURAL ELECTRICATION PLANNING SOFTWARE (LAPER) Rainer Fronius Marc Gratton Electricité de France Research and Development FRANCE

Synopsys RURAL ELECTRICATION PLANNING SOFTWARE (LAPER) Rainer Fronius Marc Gratton Electricité de France Research and Development FRANCE RURAL ELECTRICATION PLANNING SOFTWARE (LAPER) Rainer Fronius Marc Gratton Electricité de France Research and Develoment FRANCE Synosys There is no doubt left about the benefit of electrication and subsequently

More information

Pinhole Optics. OBJECTIVES To study the formation of an image without use of a lens.

Pinhole Optics. OBJECTIVES To study the formation of an image without use of a lens. Pinhole Otics Science, at bottom, is really anti-intellectual. It always distrusts ure reason and demands the roduction of the objective fact. H. L. Mencken (1880-1956) OBJECTIVES To study the formation

More information

CABRS CELLULAR AUTOMATON BASED MRI BRAIN SEGMENTATION

CABRS CELLULAR AUTOMATON BASED MRI BRAIN SEGMENTATION XI Conference "Medical Informatics & Technologies" - 2006 Rafał Henryk KARTASZYŃSKI *, Paweł MIKOŁAJCZAK ** MRI brain segmentation, CT tissue segmentation, Cellular Automaton, image rocessing, medical

More information

Robust portfolio choice with CVaR and VaR under distribution and mean return ambiguity

Robust portfolio choice with CVaR and VaR under distribution and mean return ambiguity TOP DOI 10.1007/s11750-013-0303-y ORIGINAL PAPER Robust ortfolio choice with CVaR and VaR under distribution and mean return ambiguity A. Burak Paç Mustafa Ç. Pınar Received: 8 July 013 / Acceted: 16 October

More information

IEEM 101: Inventory control

IEEM 101: Inventory control IEEM 101: Inventory control Outline of this series of lectures: 1. Definition of inventory. Examles of where inventory can imrove things in a system 3. Deterministic Inventory Models 3.1. Continuous review:

More information

Service Network Design with Asset Management: Formulations and Comparative Analyzes

Service Network Design with Asset Management: Formulations and Comparative Analyzes Service Network Design with Asset Management: Formulations and Comarative Analyzes Jardar Andersen Teodor Gabriel Crainic Marielle Christiansen October 2007 CIRRELT-2007-40 Service Network Design with

More information

Characterizing and Modeling Network Traffic Variability

Characterizing and Modeling Network Traffic Variability Characterizing and Modeling etwork Traffic Variability Sarat Pothuri, David W. Petr, Sohel Khan Information and Telecommunication Technology Center Electrical Engineering and Comuter Science Deartment,

More information

Stability Improvements of Robot Control by Periodic Variation of the Gain Parameters

Stability Improvements of Robot Control by Periodic Variation of the Gain Parameters Proceedings of the th World Congress in Mechanism and Machine Science ril ~4, 4, ianin, China China Machinery Press, edited by ian Huang. 86-8 Stability Imrovements of Robot Control by Periodic Variation

More information

IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 29, NO. 4, APRIL 2011 757. Load-Balancing Spectrum Decision for Cognitive Radio Networks

IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 29, NO. 4, APRIL 2011 757. Load-Balancing Spectrum Decision for Cognitive Radio Networks IEEE JOURNAL ON SELECTED AREAS IN COMMUNICATIONS, VOL. 29, NO. 4, APRIL 20 757 Load-Balancing Sectrum Decision for Cognitive Radio Networks Li-Chun Wang, Fellow, IEEE, Chung-Wei Wang, Student Member, IEEE,

More information

Provable Ownership of File in De-duplication Cloud Storage

Provable Ownership of File in De-duplication Cloud Storage 1 Provable Ownershi of File in De-dulication Cloud Storage Chao Yang, Jian Ren and Jianfeng Ma School of CS, Xidian University Xi an, Shaanxi, 710071. Email: {chaoyang, jfma}@mail.xidian.edu.cn Deartment

More information

COST CALCULATION IN COMPLEX TRANSPORT SYSTEMS

COST CALCULATION IN COMPLEX TRANSPORT SYSTEMS OST ALULATION IN OMLEX TRANSORT SYSTEMS Zoltán BOKOR 1 Introduction Determining the real oeration and service costs is essential if transort systems are to be lanned and controlled effectively. ost information

More information

On Software Piracy when Piracy is Costly

On Software Piracy when Piracy is Costly Deartment of Economics Working aer No. 0309 htt://nt.fas.nus.edu.sg/ecs/ub/w/w0309.df n Software iracy when iracy is Costly Sougata oddar August 003 Abstract: The ervasiveness of the illegal coying of

More information

Finding a Needle in a Haystack: Pinpointing Significant BGP Routing Changes in an IP Network

Finding a Needle in a Haystack: Pinpointing Significant BGP Routing Changes in an IP Network Finding a Needle in a Haystack: Pinointing Significant BGP Routing Changes in an IP Network Jian Wu, Zhuoqing Morley Mao University of Michigan Jennifer Rexford Princeton University Jia Wang AT&T Labs

More information

TRANSMISSION Control Protocol (TCP) has been widely. On Parameter Tuning of Data Transfer Protocol GridFTP for Wide-Area Networks

TRANSMISSION Control Protocol (TCP) has been widely. On Parameter Tuning of Data Transfer Protocol GridFTP for Wide-Area Networks On Parameter Tuning of Data Transfer Protocol GridFTP for Wide-Area etworks Takeshi Ito, Hiroyuki Ohsaki, and Makoto Imase Abstract In wide-area Grid comuting, geograhically distributed comutational resources

More information

Principles of Hydrology. Hydrograph components include rising limb, recession limb, peak, direct runoff, and baseflow.

Principles of Hydrology. Hydrograph components include rising limb, recession limb, peak, direct runoff, and baseflow. Princiles of Hydrology Unit Hydrograh Runoff hydrograh usually consists of a fairly regular lower ortion that changes slowly throughout the year and a raidly fluctuating comonent that reresents the immediate

More information

HALF-WAVE & FULL-WAVE RECTIFICATION

HALF-WAVE & FULL-WAVE RECTIFICATION HALF-WAE & FULL-WAE RECTIFICATION Objectives: HALF-WAE & FULL-WAE RECTIFICATION To recognize a half-wave rectified sinusoidal voltage. To understand the term mean value as alied to a rectified waveform.

More information

Project Management and. Scheduling CHAPTER CONTENTS

Project Management and. Scheduling CHAPTER CONTENTS 6 Proect Management and Scheduling HAPTER ONTENTS 6.1 Introduction 6.2 Planning the Proect 6.3 Executing the Proect 6.7.1 Monitor 6.7.2 ontrol 6.7.3 losing 6.4 Proect Scheduling 6.5 ritical Path Method

More information

Penalty Interest Rates, Universal Default, and the Common Pool Problem of Credit Card Debt

Penalty Interest Rates, Universal Default, and the Common Pool Problem of Credit Card Debt Penalty Interest Rates, Universal Default, and the Common Pool Problem of Credit Card Debt Lawrence M. Ausubel and Amanda E. Dawsey * February 2009 Preliminary and Incomlete Introduction It is now reasonably

More information

The Relationship Between Precision-Recall and ROC Curves

The Relationship Between Precision-Recall and ROC Curves Jesse Davis jdavis@cs.wisc.edu Mark Goadrich richm@cs.wisc.edu Department of Computer Sciences and Department of Biostatistics and Medical Informatics, University of Wisconsin-Madison, 2 West Dayton Street,

More information

Design of A Knowledge Based Trouble Call System with Colored Petri Net Models

Design of A Knowledge Based Trouble Call System with Colored Petri Net Models 2005 IEEE/PES Transmission and Distribution Conference & Exhibition: Asia and Pacific Dalian, China Design of A Knowledge Based Trouble Call System with Colored Petri Net Models Hui-Jen Chuang, Chia-Hung

More information

Expert Systems with Applications

Expert Systems with Applications Exert Systems with Alications 38 (2011) 11984 11997 Contents lists available at ScienceDirect Exert Systems with Alications journal homeage: www.elsevier.com/locate/eswa Review On the alication of genetic

More information

Piracy and Network Externality An Analysis for the Monopolized Software Industry

Piracy and Network Externality An Analysis for the Monopolized Software Industry Piracy and Network Externality An Analysis for the Monoolized Software Industry Ming Chung Chang Deartment of Economics and Graduate Institute of Industrial Economics mcchang@mgt.ncu.edu.tw Chiu Fen Lin

More information

The impact of metadata implementation on webpage visibility in search engine results (Part II) q

The impact of metadata implementation on webpage visibility in search engine results (Part II) q Information Processing and Management 41 (2005) 691 715 www.elsevier.com/locate/inforoman The imact of metadata imlementation on webage visibility in search engine results (Part II) q Jin Zhang *, Alexandra

More information

Failure Behavior Analysis for Reliable Distributed Embedded Systems

Failure Behavior Analysis for Reliable Distributed Embedded Systems Failure Behavior Analysis for Reliable Distributed Embedded Systems Mario Tra, Bernd Schürmann, Torsten Tetteroo {tra schuerma tetteroo}@informatik.uni-kl.de Deartment of Comuter Science, University of

More information

Factoring Variations in Natural Images with Deep Gaussian Mixture Models

Factoring Variations in Natural Images with Deep Gaussian Mixture Models Factoring Variations in Natural Images with Dee Gaussian Mixture Models Aäron van den Oord, Benjamin Schrauwen Electronics and Information Systems deartment (ELIS), Ghent University {aaron.vandenoord,

More information

Probabilistic models for mechanical properties of prestressing strands

Probabilistic models for mechanical properties of prestressing strands Probabilistic models for mechanical roerties of restressing strands Luciano Jacinto a, Manuel Pia b, Luís Neves c, Luís Oliveira Santos b a Instituto Suerior de Engenharia de Lisboa, Rua Conselheiro Emídio

More information

Evaluating a Web-Based Information System for Managing Master of Science Summer Projects

Evaluating a Web-Based Information System for Managing Master of Science Summer Projects Evaluating a Web-Based Information System for Managing Master of Science Summer Projects Till Rebenich University of Southamton tr08r@ecs.soton.ac.uk Andrew M. Gravell University of Southamton amg@ecs.soton.ac.uk

More information