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.

Combining Logistic Regression with Kriging for Mapping the Risk of Occurrence of Unexploded Ordnance (UXO)

Combining Logistic Regression with Kriging for Mapping the Risk of Occurrence of Unexploded Ordnance (UXO) Combining Logistic Regression with Kriging for Maing the Risk of Occurrence of Unexloded Ordnance (UXO) H. Saito (), P. Goovaerts (), S. A. McKenna (2) Environmental and Water Resources Engineering, Deartment

More information

Feedback-error control

Feedback-error control Chater 4 Feedback-error control 4.1 Introduction This chater exlains the feedback-error (FBE) control scheme originally described by Kawato [, 87, 8]. FBE is a widely used neural network based controller

More information

ROC n Rule Learning - Towards a Better Understanding of Covering Algorithms

ROC n Rule Learning - Towards a Better Understanding of Covering Algorithms ROC n Rule Learning - Towards a Better Understanding of Covering Algorithms Johannes Fürnkranz (juffi@oefai.at) Austrian Research Institute for Artificial Intelligence, Schottengasse 3, A-1010 Wien, Austria

More information

Probability Estimates for Multi-class Classification by Pairwise Coupling

Probability Estimates for Multi-class Classification by Pairwise Coupling Probability Estimates for Multi-class Classification by Pairwise Couling Ting-Fan Wu Chih-Jen Lin Deartment of Comuter Science National Taiwan University Taiei 06, Taiwan Ruby C. Weng Deartment of Statistics

More information

Optimizing Abstaining Classifiers using ROC Analysis. Tadek Pietraszek / 'tʌ dek pɪe 'trʌ ʃek / ICML 2005 August 9, 2005

Optimizing Abstaining Classifiers using ROC Analysis. Tadek Pietraszek / 'tʌ dek pɪe 'trʌ ʃek / ICML 2005 August 9, 2005 IBM Zurich Research Laboratory, GSAL Optimizing Abstaining Classifiers using ROC Analysis Tadek Pietraszek / 'tʌ dek pɪe 'trʌ ʃek / pie@zurich.ibm.com ICML 2005 August 9, 2005 To classify, or not to classify:

More information

Supplementary Materials for Robust Estimation of the False Discovery Rate

Supplementary Materials for Robust Estimation of the False Discovery Rate Sulementary Materials for Robust Estimation of the False Discovery Rate Stan Pounds and Cheng Cheng This sulemental contains roofs regarding theoretical roerties of the roosed method (Section S1), rovides

More information

AI*IA 2003 Fusion of Multiple Pattern Classifiers PART III

AI*IA 2003 Fusion of Multiple Pattern Classifiers PART III AI*IA 23 Fusion of Multile Pattern Classifiers PART III AI*IA 23 Tutorial on Fusion of Multile Pattern Classifiers by F. Roli 49 Methods for fusing multile classifiers Methods for fusing multile classifiers

More information

4. Score normalization technical details We now discuss the technical details of the score normalization method.

4. Score normalization technical details We now discuss the technical details of the score normalization method. SMT SCORING SYSTEM This document describes the scoring system for the Stanford Math Tournament We begin by giving an overview of the changes to scoring and a non-technical descrition of the scoring rules

More information

MODELING THE RELIABILITY OF C4ISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL

MODELING THE RELIABILITY OF C4ISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL Technical Sciences and Alied Mathematics MODELING THE RELIABILITY OF CISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL Cezar VASILESCU Regional Deartment of Defense Resources Management

More information

Lower Confidence Bound for Process-Yield Index S pk with Autocorrelated Process Data

Lower Confidence Bound for Process-Yield Index S pk with Autocorrelated Process Data Quality Technology & Quantitative Management Vol. 1, No.,. 51-65, 15 QTQM IAQM 15 Lower onfidence Bound for Process-Yield Index with Autocorrelated Process Data Fu-Kwun Wang * and Yeneneh Tamirat Deartment

More information

Estimation of the large covariance matrix with two-step monotone missing data

Estimation of the large covariance matrix with two-step monotone missing data Estimation of the large covariance matrix with two-ste monotone missing data Masashi Hyodo, Nobumichi Shutoh 2, Takashi Seo, and Tatjana Pavlenko 3 Deartment of Mathematical Information Science, Tokyo

More information

Asymptotically Optimal Simulation Allocation under Dependent Sampling

Asymptotically Optimal Simulation Allocation under Dependent Sampling Asymtotically Otimal Simulation Allocation under Deendent Samling Xiaoing Xiong The Robert H. Smith School of Business, University of Maryland, College Park, MD 20742-1815, USA, xiaoingx@yahoo.com Sandee

More information

Plotting the Wilson distribution

Plotting the Wilson distribution , Survey of English Usage, University College London Setember 018 1 1. Introduction We have discussed the Wilson score interval at length elsewhere (Wallis 013a, b). Given an observed Binomial roortion

More information

On Wald-Type Optimal Stopping for Brownian Motion

On Wald-Type Optimal Stopping for Brownian Motion J Al Probab Vol 34, No 1, 1997, (66-73) Prerint Ser No 1, 1994, Math Inst Aarhus On Wald-Tye Otimal Stoing for Brownian Motion S RAVRSN and PSKIR The solution is resented to all otimal stoing roblems of

More information

Using the Divergence Information Criterion for the Determination of the Order of an Autoregressive Process

Using the Divergence Information Criterion for the Determination of the Order of an Autoregressive Process Using the Divergence Information Criterion for the Determination of the Order of an Autoregressive Process P. Mantalos a1, K. Mattheou b, A. Karagrigoriou b a.deartment of Statistics University of Lund

More information

Solved Problems. (a) (b) (c) Figure P4.1 Simple Classification Problems First we draw a line between each set of dark and light data points.

Solved Problems. (a) (b) (c) Figure P4.1 Simple Classification Problems First we draw a line between each set of dark and light data points. Solved Problems Solved Problems P Solve the three simle classification roblems shown in Figure P by drawing a decision boundary Find weight and bias values that result in single-neuron ercetrons with the

More information

Distributed Rule-Based Inference in the Presence of Redundant Information

Distributed Rule-Based Inference in the Presence of Redundant Information istribution Statement : roved for ublic release; distribution is unlimited. istributed Rule-ased Inference in the Presence of Redundant Information June 8, 004 William J. Farrell III Lockheed Martin dvanced

More information

Approximating min-max k-clustering

Approximating min-max k-clustering Aroximating min-max k-clustering Asaf Levin July 24, 2007 Abstract We consider the roblems of set artitioning into k clusters with minimum total cost and minimum of the maximum cost of a cluster. The cost

More information

Convex Optimization methods for Computing Channel Capacity

Convex Optimization methods for Computing Channel Capacity Convex Otimization methods for Comuting Channel Caacity Abhishek Sinha Laboratory for Information and Decision Systems (LIDS), MIT sinhaa@mit.edu May 15, 2014 We consider a classical comutational roblem

More information

John Weatherwax. Analysis of Parallel Depth First Search Algorithms

John Weatherwax. Analysis of Parallel Depth First Search Algorithms Sulementary Discussions and Solutions to Selected Problems in: Introduction to Parallel Comuting by Viin Kumar, Ananth Grama, Anshul Guta, & George Karyis John Weatherwax Chater 8 Analysis of Parallel

More information

Preconditioning techniques for Newton s method for the incompressible Navier Stokes equations

Preconditioning techniques for Newton s method for the incompressible Navier Stokes equations Preconditioning techniques for Newton s method for the incomressible Navier Stokes equations H. C. ELMAN 1, D. LOGHIN 2 and A. J. WATHEN 3 1 Deartment of Comuter Science, University of Maryland, College

More information

Shadow Computing: An Energy-Aware Fault Tolerant Computing Model

Shadow Computing: An Energy-Aware Fault Tolerant Computing Model Shadow Comuting: An Energy-Aware Fault Tolerant Comuting Model Bryan Mills, Taieb Znati, Rami Melhem Deartment of Comuter Science University of Pittsburgh (bmills, znati, melhem)@cs.itt.edu Index Terms

More information

Notes on Instrumental Variables Methods

Notes on Instrumental Variables Methods Notes on Instrumental Variables Methods Michele Pellizzari IGIER-Bocconi, IZA and frdb 1 The Instrumental Variable Estimator Instrumental variable estimation is the classical solution to the roblem of

More information

Characterizing the Behavior of a Probabilistic CMOS Switch Through Analytical Models and Its Verification Through Simulations

Characterizing the Behavior of a Probabilistic CMOS Switch Through Analytical Models and Its Verification Through Simulations Characterizing the Behavior of a Probabilistic CMOS Switch Through Analytical Models and Its Verification Through Simulations PINAR KORKMAZ, BILGE E. S. AKGUL and KRISHNA V. PALEM Georgia Institute of

More information

A Comparison between Biased and Unbiased Estimators in Ordinary Least Squares Regression

A Comparison between Biased and Unbiased Estimators in Ordinary Least Squares Regression Journal of Modern Alied Statistical Methods Volume Issue Article 7 --03 A Comarison between Biased and Unbiased Estimators in Ordinary Least Squares Regression Ghadban Khalaf King Khalid University, Saudi

More information

Brownian Motion and Random Prime Factorization

Brownian Motion and Random Prime Factorization Brownian Motion and Random Prime Factorization Kendrick Tang June 4, 202 Contents Introduction 2 2 Brownian Motion 2 2. Develoing Brownian Motion.................... 2 2.. Measure Saces and Borel Sigma-Algebras.........

More information

q-ary Symmetric Channel for Large q

q-ary Symmetric Channel for Large q List-Message Passing Achieves Caacity on the q-ary Symmetric Channel for Large q Fan Zhang and Henry D Pfister Deartment of Electrical and Comuter Engineering, Texas A&M University {fanzhang,hfister}@tamuedu

More information

Universal Finite Memory Coding of Binary Sequences

Universal Finite Memory Coding of Binary Sequences Deartment of Electrical Engineering Systems Universal Finite Memory Coding of Binary Sequences Thesis submitted towards the degree of Master of Science in Electrical and Electronic Engineering in Tel-Aviv

More information

The non-stochastic multi-armed bandit problem

The non-stochastic multi-armed bandit problem Submitted for journal ublication. The non-stochastic multi-armed bandit roblem Peter Auer Institute for Theoretical Comuter Science Graz University of Technology A-8010 Graz (Austria) auer@igi.tu-graz.ac.at

More information

arxiv:cond-mat/ v2 25 Sep 2002

arxiv:cond-mat/ v2 25 Sep 2002 Energy fluctuations at the multicritical oint in two-dimensional sin glasses arxiv:cond-mat/0207694 v2 25 Se 2002 1. Introduction Hidetoshi Nishimori, Cyril Falvo and Yukiyasu Ozeki Deartment of Physics,

More information

A Qualitative Event-based Approach to Multiple Fault Diagnosis in Continuous Systems using Structural Model Decomposition

A Qualitative Event-based Approach to Multiple Fault Diagnosis in Continuous Systems using Structural Model Decomposition A Qualitative Event-based Aroach to Multile Fault Diagnosis in Continuous Systems using Structural Model Decomosition Matthew J. Daigle a,,, Anibal Bregon b,, Xenofon Koutsoukos c, Gautam Biswas c, Belarmino

More information

RANDOM WALKS AND PERCOLATION: AN ANALYSIS OF CURRENT RESEARCH ON MODELING NATURAL PROCESSES

RANDOM WALKS AND PERCOLATION: AN ANALYSIS OF CURRENT RESEARCH ON MODELING NATURAL PROCESSES RANDOM WALKS AND PERCOLATION: AN ANALYSIS OF CURRENT RESEARCH ON MODELING NATURAL PROCESSES AARON ZWIEBACH Abstract. In this aer we will analyze research that has been recently done in the field of discrete

More information

COMMUNICATION BETWEEN SHAREHOLDERS 1

COMMUNICATION BETWEEN SHAREHOLDERS 1 COMMUNICATION BTWN SHARHOLDRS 1 A B. O A : A D Lemma B.1. U to µ Z r 2 σ2 Z + σ2 X 2r ω 2 an additive constant that does not deend on a or θ, the agents ayoffs can be written as: 2r rθa ω2 + θ µ Y rcov

More information

Information collection on a graph

Information collection on a graph Information collection on a grah Ilya O. Ryzhov Warren Powell February 10, 2010 Abstract We derive a knowledge gradient olicy for an otimal learning roblem on a grah, in which we use sequential measurements

More information

An Improved Calibration Method for a Chopped Pyrgeometer

An Improved Calibration Method for a Chopped Pyrgeometer 96 JOURNAL OF ATMOSPHERIC AND OCEANIC TECHNOLOGY VOLUME 17 An Imroved Calibration Method for a Choed Pyrgeometer FRIEDRICH FERGG OtoLab, Ingenieurbüro, Munich, Germany PETER WENDLING Deutsches Forschungszentrum

More information

arxiv: v1 [cond-mat.stat-mech] 1 Dec 2017

arxiv: v1 [cond-mat.stat-mech] 1 Dec 2017 Suscetibility Proagation by Using Diagonal Consistency Muneki Yasuda Graduate School of Science Engineering, Yamagata University Kazuyuki Tanaka Graduate School of Information Sciences, Tohoku University

More information

ON THE GRID REFINEMENT RATIO FOR ONE-DIMENSIONAL ADVECTIVE PROBLEMS WITH NONUNIFORM GRIDS

ON THE GRID REFINEMENT RATIO FOR ONE-DIMENSIONAL ADVECTIVE PROBLEMS WITH NONUNIFORM GRIDS Proceedings of COBEM 2005 Coyright 2005 by ABCM 18th International Congress of Mechanical Engineering November 6-11, 2005, Ouro Preto, MG ON THE GRID REFINEMENT RATIO FOR ONE-DIMENSIONAL ADVECTIVE PROBLEMS

More information

MODEL-BASED MULTIPLE FAULT DETECTION AND ISOLATION FOR NONLINEAR SYSTEMS

MODEL-BASED MULTIPLE FAULT DETECTION AND ISOLATION FOR NONLINEAR SYSTEMS MODEL-BASED MULIPLE FAUL DEECION AND ISOLAION FOR NONLINEAR SYSEMS Ivan Castillo, and homas F. Edgar he University of exas at Austin Austin, X 78712 David Hill Chemstations Houston, X 77009 Abstract A

More information

Uncorrelated Multilinear Principal Component Analysis for Unsupervised Multilinear Subspace Learning

Uncorrelated Multilinear Principal Component Analysis for Unsupervised Multilinear Subspace Learning TNN-2009-P-1186.R2 1 Uncorrelated Multilinear Princial Comonent Analysis for Unsuervised Multilinear Subsace Learning Haiing Lu, K. N. Plataniotis and A. N. Venetsanooulos The Edward S. Rogers Sr. Deartment

More information

State Estimation with ARMarkov Models

State Estimation with ARMarkov Models Deartment of Mechanical and Aerosace Engineering Technical Reort No. 3046, October 1998. Princeton University, Princeton, NJ. State Estimation with ARMarkov Models Ryoung K. Lim 1 Columbia University,

More information

Positive decomposition of transfer functions with multiple poles

Positive decomposition of transfer functions with multiple poles Positive decomosition of transfer functions with multile oles Béla Nagy 1, Máté Matolcsi 2, and Márta Szilvási 1 Deartment of Analysis, Technical University of Budaest (BME), H-1111, Budaest, Egry J. u.

More information

Analysis of some entrance probabilities for killed birth-death processes

Analysis of some entrance probabilities for killed birth-death processes Analysis of some entrance robabilities for killed birth-death rocesses Master s Thesis O.J.G. van der Velde Suervisor: Dr. F.M. Sieksma July 5, 207 Mathematical Institute, Leiden University Contents Introduction

More information

On Fractional Predictive PID Controller Design Method Emmanuel Edet*. Reza Katebi.**

On Fractional Predictive PID Controller Design Method Emmanuel Edet*. Reza Katebi.** On Fractional Predictive PID Controller Design Method Emmanuel Edet*. Reza Katebi.** * echnology and Innovation Centre, Level 4, Deartment of Electronic and Electrical Engineering, University of Strathclyde,

More information

Improved Bounds on Bell Numbers and on Moments of Sums of Random Variables

Improved Bounds on Bell Numbers and on Moments of Sums of Random Variables Imroved Bounds on Bell Numbers and on Moments of Sums of Random Variables Daniel Berend Tamir Tassa Abstract We rovide bounds for moments of sums of sequences of indeendent random variables. Concentrating

More information

Linear diophantine equations for discrete tomography

Linear diophantine equations for discrete tomography Journal of X-Ray Science and Technology 10 001 59 66 59 IOS Press Linear diohantine euations for discrete tomograhy Yangbo Ye a,gewang b and Jiehua Zhu a a Deartment of Mathematics, The University of Iowa,

More information

ON THE DEVELOPMENT OF PARAMETER-ROBUST PRECONDITIONERS AND COMMUTATOR ARGUMENTS FOR SOLVING STOKES CONTROL PROBLEMS

ON THE DEVELOPMENT OF PARAMETER-ROBUST PRECONDITIONERS AND COMMUTATOR ARGUMENTS FOR SOLVING STOKES CONTROL PROBLEMS Electronic Transactions on Numerical Analysis. Volume 44,. 53 72, 25. Coyright c 25,. ISSN 68 963. ETNA ON THE DEVELOPMENT OF PARAMETER-ROBUST PRECONDITIONERS AND COMMUTATOR ARGUMENTS FOR SOLVING STOKES

More information

Evaluating Circuit Reliability Under Probabilistic Gate-Level Fault Models

Evaluating Circuit Reliability Under Probabilistic Gate-Level Fault Models Evaluating Circuit Reliability Under Probabilistic Gate-Level Fault Models Ketan N. Patel, Igor L. Markov and John P. Hayes University of Michigan, Ann Arbor 48109-2122 {knatel,imarkov,jhayes}@eecs.umich.edu

More information

Optimal Design of Truss Structures Using a Neutrosophic Number Optimization Model under an Indeterminate Environment

Optimal Design of Truss Structures Using a Neutrosophic Number Optimization Model under an Indeterminate Environment Neutrosohic Sets and Systems Vol 14 016 93 University of New Mexico Otimal Design of Truss Structures Using a Neutrosohic Number Otimization Model under an Indeterminate Environment Wenzhong Jiang & Jun

More information

STA 250: Statistics. Notes 7. Bayesian Approach to Statistics. Book chapters: 7.2

STA 250: Statistics. Notes 7. Bayesian Approach to Statistics. Book chapters: 7.2 STA 25: Statistics Notes 7. Bayesian Aroach to Statistics Book chaters: 7.2 1 From calibrating a rocedure to quantifying uncertainty We saw that the central idea of classical testing is to rovide a rigorous

More information

For q 0; 1; : : : ; `? 1, we have m 0; 1; : : : ; q? 1. The set fh j(x) : j 0; 1; ; : : : ; `? 1g forms a basis for the tness functions dened on the i

For q 0; 1; : : : ; `? 1, we have m 0; 1; : : : ; q? 1. The set fh j(x) : j 0; 1; ; : : : ; `? 1g forms a basis for the tness functions dened on the i Comuting with Haar Functions Sami Khuri Deartment of Mathematics and Comuter Science San Jose State University One Washington Square San Jose, CA 9519-0103, USA khuri@juiter.sjsu.edu Fax: (40)94-500 Keywords:

More information

IMPROVED BOUNDS IN THE SCALED ENFLO TYPE INEQUALITY FOR BANACH SPACES

IMPROVED BOUNDS IN THE SCALED ENFLO TYPE INEQUALITY FOR BANACH SPACES IMPROVED BOUNDS IN THE SCALED ENFLO TYPE INEQUALITY FOR BANACH SPACES OHAD GILADI AND ASSAF NAOR Abstract. It is shown that if (, ) is a Banach sace with Rademacher tye 1 then for every n N there exists

More information

Research of power plant parameter based on the Principal Component Analysis method

Research of power plant parameter based on the Principal Component Analysis method Research of ower lant arameter based on the Princial Comonent Analysis method Yang Yang *a, Di Zhang b a b School of Engineering, Bohai University, Liaoning Jinzhou, 3; Liaoning Datang international Jinzhou

More information

Information collection on a graph

Information collection on a graph Information collection on a grah Ilya O. Ryzhov Warren Powell October 25, 2009 Abstract We derive a knowledge gradient olicy for an otimal learning roblem on a grah, in which we use sequential measurements

More information

VIBRATION ANALYSIS OF BEAMS WITH MULTIPLE CONSTRAINED LAYER DAMPING PATCHES

VIBRATION ANALYSIS OF BEAMS WITH MULTIPLE CONSTRAINED LAYER DAMPING PATCHES Journal of Sound and Vibration (998) 22(5), 78 85 VIBRATION ANALYSIS OF BEAMS WITH MULTIPLE CONSTRAINED LAYER DAMPING PATCHES Acoustics and Dynamics Laboratory, Deartment of Mechanical Engineering, The

More information

The Binomial Approach for Probability of Detection

The Binomial Approach for Probability of Detection Vol. No. (Mar 5) - The e-journal of Nondestructive Testing - ISSN 45-494 www.ndt.net/?id=7498 The Binomial Aroach for of Detection Carlos Correia Gruo Endalloy C.A. - Caracas - Venezuela www.endalloy.net

More information

How to Estimate Expected Shortfall When Probabilities Are Known with Interval or Fuzzy Uncertainty

How to Estimate Expected Shortfall When Probabilities Are Known with Interval or Fuzzy Uncertainty How to Estimate Exected Shortfall When Probabilities Are Known with Interval or Fuzzy Uncertainty Christian Servin Information Technology Deartment El Paso Community College El Paso, TX 7995, USA cservin@gmail.com

More information

Lilian Markenzon 1, Nair Maria Maia de Abreu 2* and Luciana Lee 3

Lilian Markenzon 1, Nair Maria Maia de Abreu 2* and Luciana Lee 3 Pesquisa Oeracional (2013) 33(1): 123-132 2013 Brazilian Oerations Research Society Printed version ISSN 0101-7438 / Online version ISSN 1678-5142 www.scielo.br/oe SOME RESULTS ABOUT THE CONNECTIVITY OF

More information

CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules

CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules. Introduction: The is widely used in industry to monitor the number of fraction nonconforming units. A nonconforming unit is

More information

1-way quantum finite automata: strengths, weaknesses and generalizations

1-way quantum finite automata: strengths, weaknesses and generalizations 1-way quantum finite automata: strengths, weaknesses and generalizations arxiv:quant-h/9802062v3 30 Se 1998 Andris Ambainis UC Berkeley Abstract Rūsiņš Freivalds University of Latvia We study 1-way quantum

More information

where x i is the ith coordinate of x R N. 1. Show that the following upper bound holds for the growth function of H:

where x i is the ith coordinate of x R N. 1. Show that the following upper bound holds for the growth function of H: Mehryar Mohri Foundations of Machine Learning Courant Institute of Mathematical Sciences Homework assignment 2 October 25, 2017 Due: November 08, 2017 A. Growth function Growth function of stum functions.

More information

An Ant Colony Optimization Approach to the Probabilistic Traveling Salesman Problem

An Ant Colony Optimization Approach to the Probabilistic Traveling Salesman Problem An Ant Colony Otimization Aroach to the Probabilistic Traveling Salesman Problem Leonora Bianchi 1, Luca Maria Gambardella 1, and Marco Dorigo 2 1 IDSIA, Strada Cantonale Galleria 2, CH-6928 Manno, Switzerland

More information

Modeling and Estimation of Full-Chip Leakage Current Considering Within-Die Correlation

Modeling and Estimation of Full-Chip Leakage Current Considering Within-Die Correlation 6.3 Modeling and Estimation of Full-Chi Leaage Current Considering Within-Die Correlation Khaled R. eloue, Navid Azizi, Farid N. Najm Deartment of ECE, University of Toronto,Toronto, Ontario, Canada {haled,nazizi,najm}@eecg.utoronto.ca

More information

A continuous review inventory model with the controllable production rate of the manufacturer

A continuous review inventory model with the controllable production rate of the manufacturer Intl. Trans. in O. Res. 12 (2005) 247 258 INTERNATIONAL TRANSACTIONS IN OERATIONAL RESEARCH A continuous review inventory model with the controllable roduction rate of the manufacturer I. K. Moon and B.

More information

One step ahead prediction using Fuzzy Boolean Neural Networks 1

One step ahead prediction using Fuzzy Boolean Neural Networks 1 One ste ahead rediction using Fuzzy Boolean eural etworks 1 José A. B. Tomé IESC-ID, IST Rua Alves Redol, 9 1000 Lisboa jose.tome@inesc-id.t João Paulo Carvalho IESC-ID, IST Rua Alves Redol, 9 1000 Lisboa

More information

STABILITY ANALYSIS AND CONTROL OF STOCHASTIC DYNAMIC SYSTEMS USING POLYNOMIAL CHAOS. A Dissertation JAMES ROBERT FISHER

STABILITY ANALYSIS AND CONTROL OF STOCHASTIC DYNAMIC SYSTEMS USING POLYNOMIAL CHAOS. A Dissertation JAMES ROBERT FISHER STABILITY ANALYSIS AND CONTROL OF STOCHASTIC DYNAMIC SYSTEMS USING POLYNOMIAL CHAOS A Dissertation by JAMES ROBERT FISHER Submitted to the Office of Graduate Studies of Texas A&M University in artial fulfillment

More information

A Closed-Form Solution to the Minimum V 2

A Closed-Form Solution to the Minimum V 2 Celestial Mechanics and Dynamical Astronomy manuscrit No. (will be inserted by the editor) Martín Avendaño Daniele Mortari A Closed-Form Solution to the Minimum V tot Lambert s Problem Received: Month

More information

An Investigation on the Numerical Ill-conditioning of Hybrid State Estimators

An Investigation on the Numerical Ill-conditioning of Hybrid State Estimators An Investigation on the Numerical Ill-conditioning of Hybrid State Estimators S. K. Mallik, Student Member, IEEE, S. Chakrabarti, Senior Member, IEEE, S. N. Singh, Senior Member, IEEE Deartment of Electrical

More information

Applied Mathematics and Computation

Applied Mathematics and Computation Alied Mathematics and Comutation 217 (2010) 1887 1895 Contents lists available at ScienceDirect Alied Mathematics and Comutation journal homeage: www.elsevier.com/locate/amc Derivative free two-oint methods

More information

Department of Electrical and Computer Systems Engineering

Department of Electrical and Computer Systems Engineering Deartment of Electrical and Comuter Systems Engineering Technical Reort MECSE-- A monomial $\nu$-sv method for Regression A. Shilton, D.Lai and M. Palaniswami A Monomial ν-sv Method For Regression A. Shilton,

More information

A SIMPLE PLASTICITY MODEL FOR PREDICTING TRANSVERSE COMPOSITE RESPONSE AND FAILURE

A SIMPLE PLASTICITY MODEL FOR PREDICTING TRANSVERSE COMPOSITE RESPONSE AND FAILURE THE 19 TH INTERNATIONAL CONFERENCE ON COMPOSITE MATERIALS A SIMPLE PLASTICITY MODEL FOR PREDICTING TRANSVERSE COMPOSITE RESPONSE AND FAILURE K.W. Gan*, M.R. Wisnom, S.R. Hallett, G. Allegri Advanced Comosites

More information

Estimation of component redundancy in optimal age maintenance

Estimation of component redundancy in optimal age maintenance EURO MAINTENANCE 2012, Belgrade 14-16 May 2012 Proceedings of the 21 st International Congress on Maintenance and Asset Management Estimation of comonent redundancy in otimal age maintenance Jorge ioa

More information

Factors Effect on the Saturation Parameter S and there Influences on the Gain Behavior of Ytterbium Doped Fiber Amplifier

Factors Effect on the Saturation Parameter S and there Influences on the Gain Behavior of Ytterbium Doped Fiber Amplifier Australian Journal of Basic and Alied Sciences, 5(12): 2010-2020, 2011 ISSN 1991-8178 Factors Effect on the Saturation Parameter S and there Influences on the Gain Behavior of Ytterbium Doed Fiber Amlifier

More information

A Note on Guaranteed Sparse Recovery via l 1 -Minimization

A Note on Guaranteed Sparse Recovery via l 1 -Minimization A Note on Guaranteed Sarse Recovery via l -Minimization Simon Foucart, Université Pierre et Marie Curie Abstract It is roved that every s-sarse vector x C N can be recovered from the measurement vector

More information

Evaluation & Credibility Issues

Evaluation & Credibility Issues Evaluation & Credibility Issues What measure should we use? accuracy might not be enough. How reliable are the predicted results? How much should we believe in what was learned? Error on the training data

More information

integral invariant relations is not limited to one or two such

integral invariant relations is not limited to one or two such The Astronomical Journal, 126:3138 3142, 2003 December # 2003. The American Astronomical Society. All rights reserved. Printed in U.S.A. EFFICIENT ORBIT INTEGRATION BY SCALING AND ROTATION FOR CONSISTENCY

More information

Research of PMU Optimal Placement in Power Systems

Research of PMU Optimal Placement in Power Systems Proceedings of the 5th WSEAS/IASME Int. Conf. on SYSTEMS THEORY and SCIENTIFIC COMPUTATION, Malta, Setember 15-17, 2005 (38-43) Research of PMU Otimal Placement in Power Systems TIAN-TIAN CAI, QIAN AI

More information

Elliptic Curves and Cryptography

Elliptic Curves and Cryptography Ellitic Curves and Crytograhy Background in Ellitic Curves We'll now turn to the fascinating theory of ellitic curves. For simlicity, we'll restrict our discussion to ellitic curves over Z, where is a

More information

Outline. Markov Chains and Markov Models. Outline. Markov Chains. Markov Chains Definitions Huizhen Yu

Outline. Markov Chains and Markov Models. Outline. Markov Chains. Markov Chains Definitions Huizhen Yu and Markov Models Huizhen Yu janey.yu@cs.helsinki.fi Det. Comuter Science, Univ. of Helsinki Some Proerties of Probabilistic Models, Sring, 200 Huizhen Yu (U.H.) and Markov Models Jan. 2 / 32 Huizhen Yu

More information

EXACTLY PERIODIC SUBSPACE DECOMPOSITION BASED APPROACH FOR IDENTIFYING TANDEM REPEATS IN DNA SEQUENCES

EXACTLY PERIODIC SUBSPACE DECOMPOSITION BASED APPROACH FOR IDENTIFYING TANDEM REPEATS IN DNA SEQUENCES EXACTLY ERIODIC SUBSACE DECOMOSITION BASED AROACH FOR IDENTIFYING TANDEM REEATS IN DNA SEUENCES Ravi Guta, Divya Sarthi, Ankush Mittal, and Kuldi Singh Deartment of Electronics & Comuter Engineering, Indian

More information

Positivity, local smoothing and Harnack inequalities for very fast diffusion equations

Positivity, local smoothing and Harnack inequalities for very fast diffusion equations Positivity, local smoothing and Harnack inequalities for very fast diffusion equations Dedicated to Luis Caffarelli for his ucoming 60 th birthday Matteo Bonforte a, b and Juan Luis Vázquez a, c Abstract

More information

LOGISTIC REGRESSION. VINAYANAND KANDALA M.Sc. (Agricultural Statistics), Roll No I.A.S.R.I, Library Avenue, New Delhi

LOGISTIC REGRESSION. VINAYANAND KANDALA M.Sc. (Agricultural Statistics), Roll No I.A.S.R.I, Library Avenue, New Delhi LOGISTIC REGRESSION VINAANAND KANDALA M.Sc. (Agricultural Statistics), Roll No. 444 I.A.S.R.I, Library Avenue, New Delhi- Chairerson: Dr. Ranjana Agarwal Abstract: Logistic regression is widely used when

More information

Bayesian Networks Practice

Bayesian Networks Practice Bayesian Networks Practice Part 2 2016-03-17 Byoung-Hee Kim, Seong-Ho Son Biointelligence Lab, CSE, Seoul National University Agenda Probabilistic Inference in Bayesian networks Probability basics D-searation

More information

Finite Mixture EFA in Mplus

Finite Mixture EFA in Mplus Finite Mixture EFA in Mlus November 16, 2007 In this document we describe the Mixture EFA model estimated in Mlus. Four tyes of deendent variables are ossible in this model: normally distributed, ordered

More information

Hotelling s Two- Sample T 2

Hotelling s Two- Sample T 2 Chater 600 Hotelling s Two- Samle T Introduction This module calculates ower for the Hotelling s two-grou, T-squared (T) test statistic. Hotelling s T is an extension of the univariate two-samle t-test

More information

Evaluating Process Capability Indices for some Quality Characteristics of a Manufacturing Process

Evaluating Process Capability Indices for some Quality Characteristics of a Manufacturing Process Journal of Statistical and Econometric Methods, vol., no.3, 013, 105-114 ISSN: 051-5057 (rint version), 051-5065(online) Scienress Ltd, 013 Evaluating Process aability Indices for some Quality haracteristics

More information

On the Chvatál-Complexity of Knapsack Problems

On the Chvatál-Complexity of Knapsack Problems R u t c o r Research R e o r t On the Chvatál-Comlexity of Knasack Problems Gergely Kovács a Béla Vizvári b RRR 5-08, October 008 RUTCOR Rutgers Center for Oerations Research Rutgers University 640 Bartholomew

More information

Positive Definite Uncertain Homogeneous Matrix Polynomials: Analysis and Application

Positive Definite Uncertain Homogeneous Matrix Polynomials: Analysis and Application BULGARIA ACADEMY OF SCIECES CYBEREICS AD IFORMAIO ECHOLOGIES Volume 9 o 3 Sofia 009 Positive Definite Uncertain Homogeneous Matrix Polynomials: Analysis and Alication Svetoslav Savov Institute of Information

More information

DIFFERENTIAL evolution (DE) [3] has become a popular

DIFFERENTIAL evolution (DE) [3] has become a popular Self-adative Differential Evolution with Neighborhood Search Zhenyu Yang, Ke Tang and Xin Yao Abstract In this aer we investigate several self-adative mechanisms to imrove our revious work on [], which

More information

Developing A Deterioration Probabilistic Model for Rail Wear

Developing A Deterioration Probabilistic Model for Rail Wear International Journal of Traffic and Transortation Engineering 2012, 1(2): 13-18 DOI: 10.5923/j.ijtte.20120102.02 Develoing A Deterioration Probabilistic Model for Rail Wear Jabbar-Ali Zakeri *, Shahrbanoo

More information

Robust Beamforming via Matrix Completion

Robust Beamforming via Matrix Completion Robust Beamforming via Matrix Comletion Shunqiao Sun and Athina P. Petroulu Deartment of Electrical and Comuter Engineering Rutgers, the State University of Ne Jersey Piscataay, Ne Jersey 8854-858 Email:

More information

System Reliability Estimation and Confidence Regions from Subsystem and Full System Tests

System Reliability Estimation and Confidence Regions from Subsystem and Full System Tests 009 American Control Conference Hyatt Regency Riverfront, St. Louis, MO, USA June 0-, 009 FrB4. System Reliability Estimation and Confidence Regions from Subsystem and Full System Tests James C. Sall Abstract

More information

A MIXED CONTROL CHART ADAPTED TO THE TRUNCATED LIFE TEST BASED ON THE WEIBULL DISTRIBUTION

A MIXED CONTROL CHART ADAPTED TO THE TRUNCATED LIFE TEST BASED ON THE WEIBULL DISTRIBUTION O P E R A T I O N S R E S E A R C H A N D D E C I S I O N S No. 27 DOI:.5277/ord73 Nasrullah KHAN Muhammad ASLAM 2 Kyung-Jun KIM 3 Chi-Hyuck JUN 4 A MIXED CONTROL CHART ADAPTED TO THE TRUNCATED LIFE TEST

More information

Principles of Computed Tomography (CT)

Principles of Computed Tomography (CT) Page 298 Princiles of Comuted Tomograhy (CT) The theoretical foundation of CT dates back to Johann Radon, a mathematician from Vienna who derived a method in 1907 for rojecting a 2-D object along arallel

More information

MATHEMATICAL MODELLING OF THE WIRELESS COMMUNICATION NETWORK

MATHEMATICAL MODELLING OF THE WIRELESS COMMUNICATION NETWORK Comuter Modelling and ew Technologies, 5, Vol.9, o., 3-39 Transort and Telecommunication Institute, Lomonosov, LV-9, Riga, Latvia MATHEMATICAL MODELLIG OF THE WIRELESS COMMUICATIO ETWORK M. KOPEETSK Deartment

More information

A Simple Weight Decay Can Improve. Abstract. It has been observed in numerical simulations that a weight decay can improve

A Simple Weight Decay Can Improve. Abstract. It has been observed in numerical simulations that a weight decay can improve In Advances in Neural Information Processing Systems 4, J.E. Moody, S.J. Hanson and R.P. Limann, eds. Morgan Kaumann Publishers, San Mateo CA, 1995,. 950{957. A Simle Weight Decay Can Imrove Generalization

More information

Paper C Exact Volume Balance Versus Exact Mass Balance in Compositional Reservoir Simulation

Paper C Exact Volume Balance Versus Exact Mass Balance in Compositional Reservoir Simulation Paer C Exact Volume Balance Versus Exact Mass Balance in Comositional Reservoir Simulation Submitted to Comutational Geosciences, December 2005. Exact Volume Balance Versus Exact Mass Balance in Comositional

More information

Radial Basis Function Networks: Algorithms

Radial Basis Function Networks: Algorithms Radial Basis Function Networks: Algorithms Introduction to Neural Networks : Lecture 13 John A. Bullinaria, 2004 1. The RBF Maing 2. The RBF Network Architecture 3. Comutational Power of RBF Networks 4.

More information

t 0 Xt sup X t p c p inf t 0

t 0 Xt sup X t p c p inf t 0 SHARP MAXIMAL L -ESTIMATES FOR MARTINGALES RODRIGO BAÑUELOS AND ADAM OSȨKOWSKI ABSTRACT. Let X be a suermartingale starting from 0 which has only nonnegative jums. For each 0 < < we determine the best

More information

A Bound on the Error of Cross Validation Using the Approximation and Estimation Rates, with Consequences for the Training-Test Split

A Bound on the Error of Cross Validation Using the Approximation and Estimation Rates, with Consequences for the Training-Test Split A Bound on the Error of Cross Validation Using the Aroximation and Estimation Rates, with Consequences for the Training-Test Slit Michael Kearns AT&T Bell Laboratories Murray Hill, NJ 7974 mkearns@research.att.com

More information

SAS for Bayesian Mediation Analysis

SAS for Bayesian Mediation Analysis Paer 1569-2014 SAS for Bayesian Mediation Analysis Miočević Milica, Arizona State University; David P. MacKinnon, Arizona State University ABSTRACT Recent statistical mediation analysis research focuses

More information