Soft Retrieval and Uncertain Databases

Size: px
Start display at page:

Download "Soft Retrieval and Uncertain Databases"

Transcription

1 th Hawaii Intenational Confeence on System Science Soft Retieval and Uncetain Databases Ronald R. Yage Iona College Rachel L. Yage Metopolitan College of New Yok Abstact We investigate tools that can enich the pocess of ueying databases by enabling the inclusion of moe human focused consideations. We show how to include soft conditions with the use of fuzzy sets. We descibe some moe sophisticated techniues fo aggegating the satisfactions of the individual conditions based on the inclusion of impotances and the use of the OWA opeato. We discuss a method fo aggegating the individual satisfactions that can model a lexicogaphic elation between the individual euiements. We look at ueying databases in which the infomation in the database can have some pobabilistic uncetainty. 1. INTRODUCTION Database stuctues play a pevasive ole in undelying many of ou most pominent websites, as a esult the intelligent etieval of infomation fom databases is an impotant task. The use of soft concepts often allows us to model human cognitive concepts. Hee we focus on poviding a famewok fo etieving infomation fom database stuctues via soft ueying [1-4]. A uey can be seen as a collection of euiements and an impeative fo combining an object's satisfaction to the individual euiements to get the object's oveall satisfaction to the uey. We descibe some fuzzy set based methods that enable the inclusion of soft human focused concepts in the constuction of a uey [5-8]. Hee we also descibe sophisticated techniues fo aggegating the satisfactions of the individual conditions to obtain an object's oveall satisfaction to a uey. The inclusion of impotances and the use of the OWA opeato ae some tools that povide this facility. Hee we also discuss a method fo aggegating the individual satisfaction's which can model a lexicogaphic elation between the individual euiements. In addition we look at databases in which the infomation can have some pobabilistic uncetainty 2. STANDARD DATABASE QUERYING A database consists of a collection of attibutes, V j, j = 1 to and a domain X j fo each attibute. Associated with a database is a collection of objects D i, the objects in the database. Each D i is an tuple, (d i1, d i2,..., d i ). Hee d ij X j is the value of attibute V j fo object D i. A uey Q is of a collection of pais. Each pai P k = (V Q(k), F Q(k) ) consists of an attibute V Q(k ) and an associated popety fo that attibute F Q(k). Hee Q(k) indicates the index of the attibute in the k th pai. Thus if Q(k) = i then the attibute in the kth pai is V i. In addition to the collection of pais a uey contains infomation egading the elationship between the pais. We denote this infomation as Agg. The ueying pocess consists of testing each object D i to see if it satisfies the uey. The pocess of testing an object consists of two steps. The fist is the detemination of the satisfaction of each of the pais by the object. We denote this as T (P k D i ) o moe simple as t ik. The second step is to calculate the oveall satisfaction of D i to the uey Q, Sat(Q/D i ), by combining the individual t ik, guided by the instuctions contained in Agg. Hee then Sat(Q/D i ) = Agg(t i1,..., t i ) = T i The calculation of t ik, T [P k D i ] is based on detemining whethe the condition F Q(k) is satisfied based on d iq(k), the value of V Q(k) fo the i th object D i. In the standad envionment F Q(k) is epesented as a cisp subset of X Q(k) indicating the desied values of V Q(k). The detemination of satisfaction, T [P k D i ], is based on whethe d iq(k) F Q(k). The system etuns the value t ik = 1 if d iq(k) F Q(k) and t ik = 0 if d iq(k) F Q(k). Using the notation F Q(k) (d iq(k) ) to indicate membeship of d iq(k) in F Q(k) we get t ik = F Q(k) (d iq(k) ). Thus in this case each of the values t ik {0, 1} whee 0 indicates false, not satisfied, and 1 indicates tue, satisfied. In this binay envionment the aggegation pocess is constucted as a well fomed logical statement consisting of conjunctions, disjunctions, negations and implications. The oveall satisfaction Sat(Q D i ) is eual to the tuth-value of this well-fomed fomula. The calculation of this tuth-value involves the use of Min, Max and Negation. Fo example the euiement that all pais in Q ae satisfied is expessed as T i = Min k = 1 to [t ik ]. The euiement that any of the conditions need be satisfied is expessed as T i = Max k = 1 to [t ik ]. We note this is a binay envionment, T i {0, 1}, and hence we have two categoies of objects, those which satisfy the uey and those that do not /14 $ IEEE DOI /HICSS

2 3. Soft database ueying An extension of the ueying pocess involves the use of soft o flexible ueies [6, 8]. This idea extends the pocess of ueying standad databases in a numbe of ways. The most fundamental is to allow the seach citeia, the F Q(k), to be expessed as fuzzy subsets of the domain X Q(k). This allows one to epesent impecise non-cisply bounded concepts. In this case the detemination of the satisfaction of a citeia P k = (V Q(k), F Q(k) ) by an object D i, t ik, again euals the membeship gade of d iq(k) in F Q(k), t ik = F Q(k) (d iq(k) ). Howeve in this case t ik [0, 1], it takes a value in the unit inteval athe than simply in the binay set {0, 1}. An impotant implication of this is that the oveall satisfaction of the element D i will also lie in the unit inteval. This will allow fo a iche and moe disciminating odeing of the elements in egad to thei satisfaction to the uey then simply satisfied o not, hee we get a degee of satisfaction. We note the evaluation of the oveall satisfaction to a uey Q whose Agg opeato is based on a well fomed logical fomula can be implemented in this famewok. In paticula conjuncting the satisfactions to two citeia pais P k1 and P k2 is implemented by Min(t ik1, t ik2 ). Disjuncting the satisfactions to two citeia pais P k1 and P k2 is implemented by Max(t ik1, t ik2 ). The negation of the satisfaction to P ki is implemented as 1 t ik1. A second benefit obtained by using flexible ueies is the allowance fo moe sophisticated fomulations fo the opeato Agg used to detemine the oveall satisfaction to the uey [6]. Let us look at some of these extensions. A fist class of extensions is a genealization of the opeations used fo implementing the "anding" and "oing" opeato. Assume P 1 and P 2 ae two conditions whose satisfaction fo D i ae t i1 and t i2. Classically the "anding" of the satisfactions to these two citeia has been implemented using the Min opeato: P 1 and P 2 Min(t i1, t i2 ). The "oing" of the satisfactions to these two citeia has been implemented using the Max opeato: P 1 o P 2 Max(t i1, t i2 ). The t-nom opeato is a genealization of the "anding" opeato [9], it povides a class of cointensive opeatos that can be used to implement the conjunction. We ecall a t-nom is a binay opeato T: [0, 1] [0, 1] [0, 1] having the popeties: symmety, associativity, monotonicity and has one as the identity. Notable examples of t-nom in addition to the Min ae T P (a, b) = a b and T L (a, b) = Max(0, a + b - 1). Since fo any t-nom T we have T(a, b) Min(a, b) then using othe t-noms inceases the penalty fo not completely satisfying the conditions. The t-conom opeato povides a genealization of the oing opeato. A t-conom is a mapping S: [0, 1] [0, 1] [0, 1] which has the same fist thee popeties of the t-nom binay, condition fou is eplaced by S(0, a) = a, zeo as Identity. In addition to the Max othe notable examples of t- co-nom ae S P (a, b) = a + b - ab and T L (a, b) = Min(a + b, 1). We note fo any t nom S we have S(a, b) Max(a, b). Anothe extension to the standad situation is the inclusion of impotances associated with the conditions [10, 11]. Hee we assume each of the conditions P k has an associated impotance weight w k [0, 1]. The methodology fo including impotances depends on the aggegation elationship between the citeia, it is diffeent fo "anding" and "oing". Assume fo object D i we have that t ik [0, 1] as its degee of satisfaction to P k. Conside fist the case in which we desie an "anding" of the P k. That is ou aggegation impeative is expessed as (P 1, w 1 ) and (P 2, w 2 )... and (P, w ). In this case the weighted aggegation esults in an oveall the satisfaction Min(h 1,..., h ) whee h k = Max((1 - w k ), t ik ) [12]. It is inteesting to obseve the standad situation is obtained when all w k = 1. In this case we get Min k [t ik ]. We can also obseve that since Max((1 - w k ), t ik ) t ik then Min k [Max((1 - w k ), t ik )] Min k [t ik ]. Thus the use of impotances is effectively to educe the euiements, we ae easing the difficulty. We also obseve that moe geneally we can eplace Min with any t-nom T and Max with any t conom S thus we can use T [S((1 - w k ), t ik )] [10]. Conside now the case whee we have an "oing" of the citeia. Thus hee ou aggegation impeative is (P 1, w 1 ) o (P 2, w 2 ) o (P 3, w 3 ) o,..., (P, w ). In this case the weighted aggegation and the satisfaction is Max(g 1, g 2,..., g ) whee g k = Min(w k, t ik ) [10, 13]. We obseve the standad situation is obtained when all w k = 1. In this case we get Max k [t ik ]. We can also obseve that since Min(w k, t ik ) t ik then Max k [Min(w k, t ik )] Max k [t ik ]. Thus the use of impotances educes the influence of individual citeia.. We also obseve that moe geneally we can eplace Min with any t-nom T and Max with any t conom S thus we can use S [T(w k, t ik )]. An inteesting obsevation can be made with espect to the weighted "anding" and "oing" obsevations. In the case of the weighted oing, inceasing the weights associated with the citeia can only esult in an incease in the oveall satisfaction while in the case of the "anding" inceasing the weights can only esult in a decease in the satisfaction. Moe fomally if we let w k and w k be two pais of weights such that w k w k and let g k = T(w k, t ik ) and let g k = T( w k, t ik ) then fo any t conom S, we have S(g 1,..., g ) S( g 1,..., g ). On the othe hand if we let h k = S((1 w k ), t ik ) and h k = S((1-935

3 w k ), t ik ) then fo any t-nom T, T(h 1,..., h ) T( h 1,..., h ). We can make the following obsevation about the weighted "oing" aggegation in the case of the using S = Max. In this case ou oveall aggegation is Max(g 1,..., g ) whee g k = T(w k, t ik ) fo a t-nom T. We futhe obseve that if w k < 1 then fo any T and t ik we have g k < 1. Fom this we can conclude that in the case of the weighted "o" aggegation using S = Max we can neve get an oveall satisfaction of one unless at least one at the citeia conditions has impotance of one. We note this is a necessay but not sufficient condition fo getting an oveall satisfaction of one. A coesponding esult can be obtained in the case of the weighted "anding" aggegation in the case of using T = Min. Recall the definition h k = S( w k, t ik ) fo any t-conom S, fom this we can obseve that if w k < 1, then w k > 0 and hence fo any S and t ik we have h k w k > 0. Since ou oveall aggegation is Min(h 1,..., h ) we can conclude that in this case of weighted "anding" aggegation we can not get an oveall satisfaction of zeo unless at least one of the citeia conditions has impotance weight of one. An inteesting fomulation fo the weighted "oing" aggegation occus when we use S(a, b) = Min(a + b, 1) and T(a, b) = a b. In this case (P 1, w 1 ) o (P 2, w 2 ) o...o (P, w ) evaluates to Min( w k t ik, 1 ). Thus hee we take a simple weighted sum and then bound it by the value one. A coespondingly inteesting fomulation fo the weighted "anding" can be had if we use T(a, b) = Max(a + b - 1, 0) and S( a, b) = a + b - ab. In this case T(g 1,..., g ) = 1 - Min[ w k t ik, 1] The OWA opeato [14] can povide a useful fomulation fo the aggegation pocess in flexible ueying of databases. We ecall the OWA opeato is aggegation opeato F: I n I so that F(a 1,..., a n ) = j w j b j whee b j is the j th lagest of the a i and w j ae collection of n weights such that w j [0, 1] and j w j = 1. We note that if is an index function so (j) is the index of the j th lagest a i, then b j = a (j) and hence F(a 1,..., a n ) = j w j a (j). It is common to efe to the collection of w j using an n vecto W whose j th component is w j, in this case we efe to W as the OWA weighting vecto. We obseve that if w 1 = 1 and w j = 0 fo j 1 then F(a 1,..., a n ) = Max i [a i ]. If w n = 1 and w j = 0 fo j n then F(a 1,..., a n ) = Min i [a]. If w j = 1/n fo all the j then F(a 1,..., a n ) = 1 n i a i. The OWA opeato is a mean opeato, it is monotonic, symmetic and bounded, It is also idempotent The OWA opeato can be vey diectly used in flexible ueying. Assume we have a uey with n component pais, P k = (V Q(k), F Q(k) ) whee F Q(k) is a fuzzy subset ove the domain of V Q(k). As in the peceding fo any object D i we can obtain t ik = F Q(k) (d iq(k) ). We can then povide an aggegation of these using the OWA opeato, F(t i1, t i2,..., t in ). Essentially this povides a kind an aveage of the individual satisfactions. We can denote this OWA W (D i ). Diffeent choices of the OWA weights will esult in diffeent types of aggegation. If we use the weights such that w 1 = 1 then we get Max k [t ik ] which is essentially an "oing" of the components. If we use a weighting vecto W such that w n = 1 we get Min k [t ik ] which is an "anding" of the conditions. If w j = 1/n then we ae taking a simple aveage of the citeia satisfactions. Using uantifies and paticulaly linguistic uantifies we can use the OWA opeato to povide a vey ich class of aggegation opeatos [15]. A uantifie o popotion can be seen as a value in the unit inteval. In [16] Zadeh genealized the concept of uantifie by intoducing the concept of linguistic uantifies. Examples of these linguistic uantifies ae: most, about half, all, few and moe then pecent. Zadeh [16] suggested that one can epesented these linguistic uantifies as fuzzy subsets of the unit inteval. This if R is a linguistic uantifie we can epesent it as a fuzzy subset R of the unit inteval so that fo any y I, R(y) is the degee to which the popotion y satisfies the concept R. An impotant class of uantifies ae egula monotonic uantifies. These uantifies have the popeties: R(0) = 0, R(1) = 1 and R(x) R(y) fo x > y. Thus fo these uantifies the satisfaction inceases as the popotion inceases. Examples of these ae "at least p", "most", "some", "all" and "at least one". In [15] Yage showed how to use the fuzzy subsets associated with these uantifies to geneate the weights of an OWA opeato. In paticula he suggested we obtain the weights as w j = R( j j 1 ) - R( n n ). It can be shown if R is egula monotonic then the weights sum to one and lie in the unit inteval. Using these ideas we can obtain a uantifie guided appoach to flexible ueying. We can expess a uey as collection of n pais, P k = (V Q(k), F Q(k) ) and an aggegation impeative in tems of a linguistic uantifie R descibing the popotion of these pais we euie to be satisfied. We then expess this uantifie R as a fuzzy subset of the unit inteval, R. Using this R we obtain a collection of OWA weights, w j = R( j j 1 ) - R( ) fo j = 1 to n. Once having these weights n n we can evaluate the satisfaction of each element D i as OWA R (D i ). In [17] we showed how to extend this to the case impotance weighted citeia. 4. Lexicogaphic fomulated ueies In the database uey stuctue pesented hee we impose a pioity odeing on the conditions composing the uey. In this appoach conditions highe in pioity odeing play a 936

4 moe impotant ole in detemining the oveall satisfaction of an object to the uey in the same way that lettes in ealie positions a play in detemining the alphabetical ode. The techniue we shall develop will be called a LEXicogaphic Aggegation (LEXA) uey and it will make use of the pioitized aggegation opeato intoduced in [18-20]. This appoach will allow us to model diffeent uey impeatives than in the peceding. Hee again we shall conside a uey Q to consist of a collection of pais P k and an aggegation impeative. Each pai as in the peceding is of the fom (V Q(k), F Q(k) ) whee V Q(k) indicates an attibute name and F Q(k) is a fuzzy subset of the domain of V Q(k) denoting the desied values fo V Q(k). Again fo each object D i = (d i1,..., d i ) we can obtain the values t ik = F Q(k) (d ik ), the satisfaction of the pai P k by D i. Hee we will conside an aggegation impeative in the spiit of a lexicogaphic odeing. This aggegation impeative euies an odeing of the P k indicating thei pioity in fomulating the oveall satisfaction to the uey. While ou lexicogaphic aggegation uey famewok will wok in the flexible envionment we shall initially conside its pefomance in the binay situation. We now descibe the basic binay LEXA uey. In this case it is assumed that the t ik ae binay eithe 1 o 0, P k is satisfied by D i o not. In the following we shall assume thee ae m elements in the database, D i fo i = 1 to m. As we subseuently see the output of a LEXA uey is an odeing of the elements in D i accoding to thei satisfaction to lexicogaphic uey. A lexicogaphic aggegation uey assumes a linea pioity among the citeia, the P k, with espect to thei impotance. Fo simplicity we shall assume that the P k have been indexed accoding to this pioity odeing: P 1 > P 2 >... > P. The following algoithm descibes the pocess fo foming the odeed list L 1) Initiate: k = 1, D = {D i i = 1 to m}, list L empty 2) Set F = 3) Test all elements D i D with espect P k and place all those fo which t ik = 0 in F. 4) Place all elements in F tied at the top available level of L. 5) Set D = D - F 6) If D = Stop 7) Set k = k + 1 8) If k > a) Place all emaining elements in D tied as top level of L b) Stop 9) Go to step 2 The esult of this is the list L which is an odeed list of the satisfactions of the elements in D to the lexicogaphic uey Q. We note the highe up the list the bette the satisfaction. Thee is anothe way we can geneate the satisfaction odeing of the elements in D unde the pioity odeing P 1 >... > P. Fo each D i, stating fom P 1 and peceding in inceasing ode find the fist index k fo which t ik = 0. Assign D i a scoe S i whee S i = if D i meets no failues S i = k - 1 othewise Using this method each D i gets a scoe S i {0, 1,..., }. If we ode the elements by thei value fo S i we get L. We note that S i is the numbe of citeia D i satisfied befoe it meets failue. This method fo evaluating the scoe of satisfaction of an element D i to a LEXA uey is moe useful then the peceding as it povides a scoe is addition to an odeing. It is inteesting to note thee is only one situation in which an element D i can attain the maximal scoe S i =, if all t ik = 1. On the othe hand thee ae many ways D i can get the minimal scoe of S i = 0. In paticula any D i which has t i1 = 0 will have S i = 0 egadless of the values of t ik fo k 1. We futhe obseve that since 0 S i we can povide a kind of nomalization by defining G i = S i. Hee we ae getting a value in the unit inteval. We shall intoduce a moe geneal implementation of the lexicogaphic aggegation type uey that will be appopiate fo the case whee the t ik ae values fom [0, 1] athe then being binay values fom {0, 1}. In this envionment fo each element D i we shall obtain a scoe G i indicating its satisfaction to ou LEXA uey. Again hee we have a uey Q consisting of condition pais, P k = (V Q(k), F Q(k) ). In addition we have a pioity odeing ove the pais guiding the lexicogaphic aggegation, P 1 > P 2 > P 3... > P. Assume fo object D i we have t ik = F Q(k) (d ik ) as the degee to which D i satisfies P k. Ou pocedue fo detemining G i is to calculate G i = w ik t ik Whee the w ik ae detemined as follows. 1) Set u i1 = 1 k 2) u ik = t i( j 1) fo k = 2 to j=2 3) w ik = 1 u ik The impotant obsevation hee is that the w ik is popotional to the poduct of the satisfactions of the highe pioity conditions. We note that we can expess u ik = u ik-1 H ik-1. We can make some obsevations. Fo k 1 < k 2 we always have w ik1 w ik2. Thus a lowe pioity condition can't have a bigge weight than one that is highe. We obseve that if t ik1 = 0 then w ik2 = 0 fo all k 2 > k 1 We can show that G i = 1 if and only t ik = 1 fo all k. 937

5 We also obseve that G i = 0 iff t i1 = 0. It is impotant to emphasize that this is independent of the satisfaction to the othe citeia. Zeo satisfaction to the highest pioity citeion means zeo oveall satisfaction, thee is no possibility fo compensation by othe citeia. Let us look at this pocess fo the binay case to see that it coectly genealizes the evaluation in the binay case we pesented ealie. Conside the list of satisfactions: t i1, t i2,..., t i which hee we assume ae eithe one o zeo. Assume t ik is the fist one of these that is zeo, hence t ij = 1 fo j < k. In this case we get that u ij = 1 fo j k and u jk = 0 fo j > k. Hence G i = w ij t ij = 1 1 u ij t ij = t ij Futhemoe since t ij = 1 fo j < k and t ij = 0 fo j = k we get G i = 1 k k 1 1 t ij = 1 = k 1 as desied. In the special case whee all t ij = 1 then all u ij = 1 and all w ij = 1 and hence G i = = 1. As discussed in [18] the appoach we suggested can be extended to the case when the odeing among the pais is a weak odeing, we allow ties among the conditions pais with espect to thei pioity. Hee we shall denote a condition pai as P (k, j) whee all pais with the same k value ae tied in the pioity odeing. The j value is just an indexing distinguishing among the tied pais. Thus hee we ae assuming the pioity odeing is such that fo k 1 < k 2 that P (k1, j) > P (k 2, i) and P (k 1, j) = P (k 1, i) fo all j and i. We let n k denote the numbe of pais with k in the fist tem, thus n 1 is the numbe of conditions with the highest pioity. We shall also let n = n k. Hee we let t i(k, j) denote the satisfaction of the object D i to the condition pai P (k, j). In this case we obtain the value G i as n k G i = w ik ( t i( j,) ) =1 Again it is a weighted sum of the satisfaction to each of the pais. We emphasize that each pai with the same k has the same weight w ik. The pocedue we use to obtain the weights is simila to the ealie one except in the fist step: 1. Calculate: H ij = Max [t i( j,) ] =1ton j (It is the satisfaction value of the least satisfied pai at the j level) 2. u i1 = 1 k u ik = H i(j 1) fo k = 2 to 3. w ik = 1 n u ik Let us see how this plays out in the pue binay case whee all t i(k, ) {0, 1}. Let b be the k value at which we meet the fist condition fo which t i(k, ) = 0. In this case we have that H ij = 1 fo j < b and H ij = 0 fo j = 0. Hee then n while u i1 = 1 we have fo k = 2 to that u ik = H i(j 1). Fom the above we get that u ik = 1 2 k b u ik = 0 k > b Thus we get w ik = 1 n fo k = 1 to b and w ik = 0 fo k > b. b 1 Fom this we get G i = w ik ( t i(k,) ) = n ( t i(k,) ) =1 =1 Fo all k < b all the elements have t i(k,) = 1 hence G i = 1 b 1 n b n ( n k + t i(b,) ) =1 We note at least one element in the second tem is zeo. We see that the numeato of G i is eual to the numbe of elements in the pioity classes highe than the fist class whee we meet failue plus all the pais satisfied in the class that we meet failue. An altenative expession of this numeato is the sum of all satisfied pais in pioity classes up to and including the class when we meet ou fist failue. We hee point to elated wok by Chomicki [22-26] on pefeences in databases and the on bipola ueies by Dubois and Pade [27, 28] and Zadozny and Kacpzyk [29, 30] 5. Queying pobabilistic databases In the peceding we have discussed seveal diffeent paadigms fo fomulating uestions to databases. In paticula we consideed a uey to be a collection of condition pais, P k = (V Q(k), F Q(k) ), and an agenda fo aggegating the satisfactions to these pais by a database element D i. We added flexibility by allowing F Q(k) to be a fuzzy subset of the domain X Q(k) of V Q(k). In this flexible case we obtained the degee of satisfaction of P k by D i to be t ik = F Q(k) (x iq(k) ) [0, 1] whee x iq(k) is the value of V Q(k) fo D i. Thus t ik is the degee to which F Q(k) is tue given the value of V Q(k) fo D i is x iq(k). We now shall conside the situation in which the value of V Q(k) fo D i, x iq(k), is andom. Moe specifically if the domain X Q(k) = {y Q(k)1, y Q(k)2,..., y Q(k)Q(k) } then the knowledge of the value of V Q(k) fo object D i, x iq(k), is best expessed as a pobability distibution P iq(k) whee Pob(x iq(k) = y Q(k)j ) = p j/iq(k). In the special case whee n k n k 938

6 P j/q(k) = 1 fo some j then we have the peceding situation in which x iq(k) is exactly y Q(k)j. Initially in the following discussion we shall assume all the Q(k) ae distinct. We shall subseuently conside the case whee a uey can involve multiple occuences of the same attibute. The appoach we shall follow in this pobabilistic situation is in the spiit of the possible wods appoach used in [31-39]. We shall associate with evey D i a collection Z of tuples. In paticula Z = X Q(1) X Q(2)... X Q(). That is each element z Z is of the fom z = (z 1, z 2,..., z ) whee z k X Q(k). Fo each object D i in the database we now associate a pobability distibution PD i ove the space Z so that the pobability of z, PD i (z) = Pob(x iq(k) = z k ). We want to make one comment hee. In the peceding we assumed all the V Q(k) in a uey whee distinct. This is not a necessay euiement. Howeve in the case whee the we have a multiple occuences of the same attibute in the uey cae must be taken in the fomulation of the possible wolds. In the peceding we fomulated Z = X Q(1) X Q(2) X Q(), hee each element z Z is of the fom z = (z 1, z 2,, z ) whee each z k X Q(k). In ode to undestand which happens when all V Q(k) ae not distinct we conside the situation whee Q(1) = Q(2), hee then V Q(1) = V Q(2). Hee the associated Z space has the additional euied that fo all z Z, z 1 = z 2. Thus any element in Z must have the same value of V Q(1) and V Q(2). In addition we must make some modifications in the calculation of PD i (z). In paticula we must note duplicate the pobabilities and avoid using them twice, thus PD i (z) must be based on the poduct of the distinct pobabilities and hence we have PD i (z) = Pob(x iq(k) = z k ) fo all distinct Q(k) Anothe comment we want to make is egading the elationship between distinct attibute values. Implicit in the peceding has been an assumption of independence between the pobability distibution of distinct attibutes. In some cases this may not be tue. Fo example some values of V 1 may not be allowable unde V 2 while some values fo V 1 may mandate a paticula value fo V 2. Such elationships euie us to modify to possible elements in Z and condition the pobability distibution in known ways. Nevetheless when including these special conditions we still end up with a subset of tuples fom Z with associated pobabilities, as a esult in the following we shall neglect any special elationships between the attibutes as they don't effect the subseuent discussion no the basic ideas of the appoach intoduced. We now ecall that ou uey consists of a collection of constaints P k = (V Q(k), F Q(k) ) whee each F Q(k) is a fuzzy subset ove the space X Q(k). We now apply these constaints to the space of possible wolds Z. In paticula we tansfom the space Z to F so that each tuple z = (z 1,..., z ) is tansfomed to new tuple F(z) = (F Q(1) (z 1 ), F Q(2) (x 2 ),, F Q()( z )) We note each element F Q(k) (x k ) [0, 1]. Thus each tem in F(z) is a tuple of values dawn fom the unit inteval, F(z) is a subset the space I. In addition fo each element D i in the database we can associate a pobability distibution ove the space F. In paticula fo each D i we associate PD i (z) with the tuple F(z). Thus now fo any element D i we have a pobability distibution on the space F of satisfactions to the uey components. We note that if two z tuples, z 1 and z 2, tansfom into the same value, F(z 1 ) = F(z 2 ), we epesent these in F with just one, F(z 1 ), and use the sum of the pobabilities z 1 and z 2 In ode to povide an intuitive undestanding of the discussion to follow we shall use the following database to illustate ou ideas Example 3. We conside a database with thee attibutes V 1, V 2 and V 3. The domain of these ae espectfully: X 1 = {a, b, c}, X 2 = {ed, blue}, X 3 = {10, 20} Let D be one object in the database and let x 1, x 2, x 3 denote the values of V 1, V 2, V 3 fo this object. In paticula fo each of these, x 1, x 2, x 3, we have a pobability distibution x 1 : Pob(a) = 0.4, Pob(b) = 0.5 and Pob(c) = 0.1 x 2 : Pob(ed) = 0.7 and Pob(blue) = 0.3 x 3 : Pob(10) = 0.6 and Pob(20) = 0.4 In this example the set of Z of possible wolds ae Z = {(a, ed, 10), (a, ed, 20), (a, blue, 10), (a, blue, 20), (b, ed, 10), (b, ed, 20), (b, blue, 10), (b, blue, 20), (c, ed, 10), (c, ed, 20), (c, blue, 10), (c, blue, 20)}. Fo the element D we get the pobability of each of these components as shown in Table 1. Befoe peceding we want to point out that fo any othe object D* in the database the set of possible wolds Z will be the same, the diffeence between D and D* will be in the pobabilities associated with the elements in Z. We now conside ou uey as consisting of thee components: P 1 = (V 1, F 1 ), P 2 = (V 2, F 2 ) and P 3 = (V 3, F 3 ) whee each F k is a fuzzy set ove the space X k defining the euied condition. Below ae the associated fuzzy subsets F 1 = { 1 a, 0.6 b, 0.2 c }, F 2 = { 0.8 ed, 1 blue }, F 3 = { 1 10, } We now can apply these constaints to ou set Z of possibilities and also use the pobabilities fo D and shown the esults in Table 2. Table 1. Pobabilities of Elments in Z Element in Z Pobability (a, ed, 10) (0.4) (0.7) (0.6) = (a, ed, 20) (0.4) (0.7) (0.4) = (a, blue, 10) (0.4) (0.3) (0.6) = (a, blue, 20) (0.4) (0.3) (0.4) = (b, ed, 10) (0.5) (0.7) (0.6) =

7 (b, ed, 20) (0.5) (0.7) (0.4) = 0.14 (b, blue, 10) (0.5) (0.3) (0.6) = 0.09 (b, blue, 20) (0.5) (0.3) (0.4) = 0.06 (c, ed, 10) (0.1) (0.7) (0.6) = (c, ed, 20) (0.1) (0.7) (0.4) = (c, blue, 10) (0.1) (0.3) (0.6) = (c, blue, 20) (0.1) (0.3) (0.4) = Table 2. Pobabiities of Tansfomed Elements Element in Z Tansfom F(z) Pobability (a, ed, 10) (1, 0.8, 1) (a, ed, 20) (1, 0.8, 0.2) (a, blue, 10) (1, 1, 1) (a, blue, 20) (1, 1, 0.2) (b, ed, 10) (0.6, 0.8, 1) 0.21 (b, ed, 20) (0.6, 0.8, 0.2) 0.14 (b, blue, 10) (0.6, 1, 1) 0.09 (b, blue, 20) (0.6, 1, 0.2) 0.06 (c, ed, 10) (0.2, 0.8, 1) (c, ed, 20) (0.2, 0.8, 0.2) (c, blue, 10) (0.2, 1, 1) (c, blue, 20) (0.2, 1, 0.2) We now conside the issue of evaluating the uey Q fo the object D in the database. Let us ecapitulate the situation. Associated with D we have a space F of tuples T j = (F 1 (z 1 ),..., F (z )}, each tuple is an element fom the space I. That is each tuple is a collection of values that the unit inteval. In addition associated with each tuple in F we have a pobability. Paenthetically we note that the space F of tuples is the same fo each element D i in the database, the only distinction between the elements in the database ae the pobabilities associated with each of the tuples. At this point we can efomulate moe simply. We have a subset F I with abitay element T j = (t j1, t j2,..., t j ). Futhemoe fo any database element D i we have a pobability distibution ove the space F whee p ij is the pobability associated with the tuple T j fo the database object D i. We n z note that p ij = 1 whee n z is the cadinality of the space Z. In addition associated with a uey is an aggegation impeative that dictates how we aggegate the satisfactions to the individual components, in paticula Agg(T j ) = Agg(t j1, t j2,..., t j ). Afte applying the Agg opeation to the tuples in the space F we end up with a collection of scala values, Agg(F), consisting of the elements Agg(T j ). Fo each D i we have a pobability distibution ove the set of Agg(T j ). In paticula fo each D i and each Agg(T j ) we have p ij as its pobability. We now illustate the peceding with ou ealie example and conside the application of diffeent aggegation impeatives. Example 4. We have the collection of 12 tuples and thei associated pobabilities. In Table 3 we conside thee aggegation impeatives the fist impeative is an "anding" of all conditions, hee Agg(T j ) = Min k (t jk ), the second impeative is an aveage of all conditions, Agg(T j ) = 1 t jk and the thid impeative is an "oing" of all conditions, hee Agg(T j ) = Max k (t jk ).. Table 3. Aggegated Value of Elements in F Tuple in F Pobability and Aveage oing T 1 = (1, 0.8, 1) T 2 = (1, 0.8, 0.2) T 3 = (1, 1, 1) T 4 = (1, 1, 0.2) T 5 = (0.6, 0.8, 1) T 6 = (0.6, 0.8, 0.2) T 7 = (0.6, 1, 1) T 8 = (0.6, 1, 0.2) T 9 = (0.2, 0.8, 1) T 10 = (0.2, 0.8, 0.2) T 11 = (0.2, 1, 1) T 12 = (0.2, 1, 0.2) In a simila way we can implement any aggegation impeative. Combining the pobabilities of tuples with the same value fo thei anding we get Table 4. Table 4. Pobabilities of anded Value Value Pob Combining the pobabilities of the tuples with the same value fo thei oing we get Table 5 Table 5. Pobabilities of oed Value Value Pob Let us now summaize ou situation fo a uey we obtained a collection T j of tuples. Associated with the uey is an aggegation opeation that convets T j into a single value Agg(T j ) indicating the oveall satisfaction of the tuple. Fo simplicity we denote these as Agg(T j ) = a j. Essentially we have a collection of degees of satisfaction, a j, of each possible wold to the uey. Finally fo each element D i in the database we have a pobability distibution ove the a j. Thus the satisfaction of the uey by the database object D i is a pobability distibution a 1 p i1 a 2 p i2... a p i. We emphasize that the set a j, which ae the satisfactions of a possible wold to the uey, is the same fo all D i, the diffeence between the D i is eflected in the pobability 940

8 distibution ove the a j, the pobabilities they assign to a possible wold. A natual uestion that aises is how to ode the D i with espect to thei satisfaction to the uey. Hee we look to [40] fo some ideas. If D and ˆD ae two database objects then fo each of these we have a pobability distibution ove the set A = {a 1,..., a }. P ˆP a 1 p 1 ˆP1 a 2 P 2 ˆP2 a j p j ˆPj a p ˆP In the following fo simplicity we shall assume the a j have been indexed so that they ae in inceasing ode, a j > a k if j > k. In the following we shall use the notation D > ˆD if D is a moe satisfying altenative than ˆD. What is clea is that if p j = 1 and ˆP k = 1 and j > k than D > ˆD. One appoach to odeing the P and ˆP is to use the cumulative distibution function, CDF, and the idea of stochastic dominance [41, 42]. j We define CDF P (a j ) = p i, this the pobability that fo i=1 object D the actual satisfaction will be less o eual a j. j Similaly we define CDF ˆp (a j ) = ˆp i. Using this we shall i=1 say D > ˆD if CDF P (a j ) CDF ˆp (a j ) CDF P (a j ) < CDF ˆp (a j ) fo all j fo at least one j We note that if CDF P (a j ) CDF ˆp (a j ) then j j p i ˆp i this implies i=1 i=1 1 p i 1 ˆp i i = j+1 i= j+1 which futhe implies that p i ˆp i. Thus we see i= j+1 i= j+1 that unde this condition object D neve has less pobability associated with the highe satisfaction then ˆD. This povides a easonable justification fo asseting that D > ˆD. While the CDF povides a way fo odeing the elements if the conditions ae met, usually the condition CDF P (a j ) CDF ˆp (a j ) is not satisfied fo all j. This effectively means that the use of stochastic dominance does not povide the kind of geneal appoach necessay to cove all cases. Anothe appoach to compaing the two database elements is a scalaization. Hee we associate with each element a distinct value and then compae these values. Since these ae scala values we ae able to ode them. One appoach to scalaization is to use the expected value of satisfaction of each the elements. Hee EV(D) = a j p j and EV( ˆD ) = a j ˆp j. We then say D > ˆD if EV(D) > EV( ˆD ). If EV(D) = EV(D) then we say they ae tied. It is inteesting to show that if CDF P (a j ) CDF ˆp (a j ) fo all j then EV(D) EV( ˆD ). We shall illustate this fo the case when = 4, the extension to the moe geneal case of will be obvious. Since we assumed a i > a j fo i > j then we can expess a 2 = a > 0 a 3 = a > 0 a 4 = a > 0 We see 4 EV(D) = a j p j = a 1 p 1 + (a )p 2 + (a )p 3 + (a )p EV(D) = a 1 p j + 2 p j + 3 p j + 4 p j j=2 j=3 j=4 As we have aleady shown if CDF p (a i ) CDF ˆp (a i ) fo all i then 4 4 p j ˆp j fo all i. Fom this we see that if j=4 j=4 CDF P (a i ) CDF ˆp (a i ) fo all i then EV(D) EV( ˆD ). A moe geneal appoach to scalaization of the pobabilities of the database elements can be had if we use some ideas fom the OWA aggegation opeato. Hee we let [0, 1] be a measue ou optimism. The moe optimistic the moe we ae anticipating the highe valued satisfactions to occu. Hee then if = 1 we ae always anticipating that a will occu. While if = 0 we ae always anticipating a 1 will occu. We now associate with a given a function f(x) = x 1 whee =. We see that if 0 then and if 1 then 0 and if = 1/2 then = 1. Using this function we obtain a set of OWA weights as follows. Letting S j = p k we get k =i w j = f(s j ) - f(s j + 1 ) fo j = 1 to Using these weights we obtain EV (D) = w j a j. We fist see that if = 1/2 then = 1 and hence w j = p k p k = p j. Hee we get the usual expected k = j k = j+1 941

9 value. We see that if 0, =, since S j < 1 fo all j > 1 we have (S j ) 0 fo j < 1 and (S i ) = 1 hence in this case w 1 = 1 w j = 0 fo j > 1 Fom this we obtain EV 0 (D) = a 1, it is the least satisfaction. If 1, = 0, w = 1, if p > 0 and hence ED 1 (D) = a. Hee we see that in using EV fo the exteme optimistic and pessimistic of all database elements D k will have the same value fo EV (D k ) howeve fo othe values 0 < < 1 as in the case of = 0.5 each of the D k will get its own uniue value fo EV (D k ). Hee then choosing will detemine the odeing of the D k. 6. Conclusion Hee we povided a famewok fo soft ueying of databases. We descibed a soft uey as a collection of euied conditions and an impeative fo combining an objects satisfaction to individual conditions to get its oveall satisfaction. We investigated tools that can enich this pocess by enabling the inclusion of moe human focused consideations. We descibed some moe sophisticated techniues fo aggegating the satisfactions of the individual conditions based on the inclusion of impotances and the use of the OWA opeato.. In addition to consideing moe human focused aspects of the uey we looked at databases in which the infomation in the database can have some uncetainty. We paticulaly consideed pobabilistic 7. Refeences [1]. Kacpzyk, J. and Ziolkowsi, A., "Database ueies with fuzzy linguistic uantifies," IEEE Tansactions on Systems, Man and Cybenetics 16, , edited by Pade, H. and Negoita, C. V., Velag TUV Rheinland: Cologne, 46-57, [2]. Bosc, P., Galiboug, M. and Hamon, G., "Fuzzy ueing with SQL: extensions and implementation aspects," Fuzzy Sets and Systems 28, , [3]. Bosc, P. and Pivet, O., "SQLf: a elational database language fo fuzzy ueing," IEEE Tansactions on Fuzzy Systems 3, 1-17, [4]. Kaft, D. H., Bodogna, G. and Pasi, G., "Fuzzy set techniues in infomation etieval," in Fuzzy Sets in Appoximate Reasoning and Infomation Systems, edited by Bezdek, J. C., Dubois, D. and Pade, H., Kluwe Academic Publishes: Nowell, MA, , [5]. Galindo, J., Handbook of Reseach on Fuzzy Infomation Pocessing in Databases, Infomation Science Refeence: Heshey. PA, [6]. Zadozny, S., de Té, G., de Caluwe, R. and Kacpzyk, J., "An oveview of fuzzy appoaches to flexible database ueying," in Handbook of Reseach on Fuzzy Infomation Pocessing in Databases Vol. 1, edited by Galindo, J., Infomation Science Refeence: Heshey. PA, 34-54, [7]. Pety, F. E., Fuzzy Databases Pinciples and Applications, Kluwe: Boston, [8]. Pivet, O. and Bosc, P., Fuzzy Pefeence Queies to Relational Databases, Wold Scientific: Singapoe, [9]. Beliakov, G., Padea, A. and Calvo, T., Aggegation Functions: A Guide fo Pactitiones, Spinge: Heidelbeg, [10]. Yage, R. R., "A note on weighted ueies in infomation etieval systems," J. of the Ameican Society of Infomation Sciences 38, 23-24, [11]. Dubois, D., Pade, H. and Testemale, C., "Weighted fuzzy patten matching," Fuzzy Sets and Systems 28, , [12]. Yage, R. R., "A new methodology fo odinal multiple aspect decisions based on fuzzy sets," Decision Sciences 12, , [13]. Sanchez, E., "Impotance in knowledge systems," Infomation Systems 14, , [14]. Yage, R. R., "On odeed weighted aveaging aggegation opeatos in multi-citeia decision making," IEEE Tansactions on Systems, Man and Cybenetics 18, , [15]. Yage, R. R., "Quantifie guided aggegation using OWA opeatos," Intenational Jounal of Intelligent Systems 11, 49-73, [16]. Zadeh, L. A., "A computational appoach to fuzzy uantifies in natual languages," Computing and Mathematics with Applications 9, , [17]. Yage, R. R., "Including impotances in OWA aggegations using fuzzy systems modeling," IEEE Tansactions on Fuzzy Systems 6, , [18]. Yage, R. R., "Pioitized aggegation opeatos," Intenational Jounal of Appoximate Reasoning 48, , [19]. Yage, R. R., "Lexicogaphic odinal OWA aggegation of multiple citeia," Infomation Fusion 11, , [20]. Yage, R. R., Refomat, M. and Ly, C., "Using a web pesonal evaluation tool - PET fo Lexicogaphic multi-citeia sevice selection," Knowledge-Based Systems 24, , [21]. Chomicki, J., "Pefeence fomulas in elational ueies," ACM Tansactions on Database Systems 28, , [22]. Chomicki, J., "Database ueying unde changing pefeences," Annals of Mathematics and Ati cial Intelligence 50, , [23]. Mindolin, D. and Chomicki, J., "Pefeence elicitation in pioitized skyline ueies.," Vey Lage Data Base Jounal 20, , [24]. Mindolin, D. and Chomicki, J., "Contacting Pefeence Relations fo Database Applications.," Atificial Intelligence Jounal 175, , [25]. Stawoko, S., Chomicki, J. and Macinkowski, J., "Pioitized epaiing and consistent uey answeing in elational databases," Annals of Mathematics and Atificial Intelligence, 64(2-3, , [26]. Stawoko, S., Chomicki, J. and Macinkowski, J., "Pioitized epaiing and consistent uey answeing in elational databases," Annals of Mathematics and Atificial Intelligence, 64(2-3, , [27]. Dubois, D. and Pade, H., "Bipolaity in flexible ueying," Poceedings of the 5th Intenational Confeence on Flexible Quey Answeing Systems, , [28]. Dubois, D. and Pade, H., "Handling bipola ueies in fuzzy infomation pocessing," in Handbook of Reseach on Fuzzy Infomation Pocessing in Databases Vol. 1, edited by Galindo, J., Infomation Science Refeence: Heshey, PA, , [29]. Zadozny, S., "Bipola ueies evisited," in Modeling Decisions fo Atificial Intelligence, LNCE , Spinge, Heidelbeg, , [30]. Zadozny, S. L. and Kacpzyk, J., "Bipola ueies and ueies with pefeences," Poceedings of the 17th Intenational Confeence on Database and Expet Systems Applications, , [31]. Cavallo, R. and Pittaelli, M., "The theoy of pobabilistic databases," Poc. of 13th Int. Confeence Vey Lage Databases (VLDB), 71-81, [32]. Babaá, D., Gacia-Molina, H. and Pote, D., "The management of pobabilistic data," IEEE Tansactions on Knowledge and Data Engineeing 4, ,

10 [33]. Re, C., Dalvi, N. and Suciu, D., "Quey evaluation on pobabilistic data bases," IEEE Data Engineeing Bulletin 29, 25-31, [34]. Suciu, D., "Pobabilistic databases," SIGACT News 39, , [35]. Re, C. and Suciu, D., "Management of data with uncetainties," CIKM, Lisbon, 3-8, [36]. Dalvi, N., Re, C. and Suciu, D., "Pobabilistic databases: diamonds in the dit," Jounal of the Association of Computing Machiney 52(7), 86-94, [37]. Dalvi, N., Re, C. and Suciu, D., "Queies and mateialized views on pobabilistic databases," J. Comput. Syst. Sci. 77(3), , [38]. Suciu, D., Olteanu, D., Re, C. and Koch, C., Pobabilistic Databases. Synthesis Lectues on Data Management, Mogan & Claypool Publishes: San Rafael, CA, [39]. Dalvi, N. and Suciu, D., "The dichotomy of pobabilistic infeence fo unions of conjunctive ueies," Jounal of the Association of Computing Machiney 59(6), 30, [40]. Yage, R. R., "Odeing odinal pobability distibutions," Fuzzy Economic Review 6, 3-18, [41]. Hada, J. and Russell, W., "Rules fo odeing uncetain pospects," Ameican Economic Review 59, 25-34, [42]. Bawa, V. S., "Optimal ules fo odeing uncetain pospects," Jounal of Financial Economics 2, , ACKNOWLEDGEMENT Ronald Yage was suppoted by a Multidisciplinay Univesity Reseach Initiative (MURI) gant (Numbe W911NF ) and by the ONR gant awad numbe N We gatefully appeciate this suppot. 943

The Substring Search Problem

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

More information

4/18/2005. Statistical Learning Theory

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

More information

Utility Estimation and Preference Aggregation under Uncertainty by Maximum Entropy Inference

Utility Estimation and Preference Aggregation under Uncertainty by Maximum Entropy Inference Utility Estimation and Pefeence Aggegation unde Uncetainty by Maximum Entopy Infeence Andé Ahua FenUnivesität in Hagen D-5884 Hagen ande.ahua@fenuni-hagen.de ABSTRACT. This pape deals with the poblem how

More information

Information Retrieval Advanced IR models. Luca Bondi

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

More information

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

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

More information

Central Coverage Bayes Prediction Intervals for the Generalized Pareto Distribution

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

More information

New problems in universal algebraic geometry illustrated by boolean equations

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

More information

6 PROBABILITY GENERATING FUNCTIONS

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

More information

A Bijective Approach to the Permutational Power of a Priority Queue

A Bijective Approach to the Permutational Power of a Priority Queue A Bijective Appoach to the Pemutational Powe of a Pioity Queue Ia M. Gessel Kuang-Yeh Wang Depatment of Mathematics Bandeis Univesity Waltham, MA 02254-9110 Abstact A pioity queue tansfoms an input pemutation

More information

Multiple Criteria Secretary Problem: A New Approach

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

More information

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

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

More information

Macro Theory B. The Permanent Income Hypothesis

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

More information

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

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

More information

F-IF Logistic Growth Model, Abstract Version

F-IF Logistic Growth Model, Abstract Version F-IF Logistic Gowth Model, Abstact Vesion Alignments to Content Standads: F-IFB4 Task An impotant example of a model often used in biology o ecology to model population gowth is called the logistic gowth

More information

3.1 Random variables

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

More information

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

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

More information

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

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

More information

An Application of Fuzzy Linear System of Equations in Economic Sciences

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

More information

Functions Defined on Fuzzy Real Numbers According to Zadeh s Extension

Functions Defined on Fuzzy Real Numbers According to Zadeh s Extension Intenational Mathematical Foum, 3, 2008, no. 16, 763-776 Functions Defined on Fuzzy Real Numbes Accoding to Zadeh s Extension Oma A. AbuAaqob, Nabil T. Shawagfeh and Oma A. AbuGhneim 1 Mathematics Depatment,

More information

Goodness-of-fit for composite hypotheses.

Goodness-of-fit for composite hypotheses. Section 11 Goodness-of-fit fo composite hypotheses. Example. Let us conside a Matlab example. Let us geneate 50 obsevations fom N(1, 2): X=nomnd(1,2,50,1); Then, unning a chi-squaed goodness-of-fit test

More information

Syntactical content of nite approximations of partial algebras 1 Wiktor Bartol Inst. Matematyki, Uniw. Warszawski, Warszawa (Poland)

Syntactical content of nite approximations of partial algebras 1 Wiktor Bartol Inst. Matematyki, Uniw. Warszawski, Warszawa (Poland) Syntactical content of nite appoximations of patial algebas 1 Wikto Batol Inst. Matematyki, Uniw. Waszawski, 02-097 Waszawa (Poland) batol@mimuw.edu.pl Xavie Caicedo Dep. Matematicas, Univ. de los Andes,

More information

Psychometric Methods: Theory into Practice Larry R. Price

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

More information

Encapsulation theory: radial encapsulation. Edmund Kirwan *

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

More information

Surveillance Points in High Dimensional Spaces

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

More information

A NEW VARIABLE STIFFNESS SPRING USING A PRESTRESSED MECHANISM

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

More information

On the ratio of maximum and minimum degree in maximal intersecting families

On the ratio of maximum and minimum degree in maximal intersecting families On the atio of maximum and minimum degee in maximal intesecting families Zoltán Lóánt Nagy Lale Özkahya Balázs Patkós Máté Vize Mach 6, 013 Abstact To study how balanced o unbalanced a maximal intesecting

More information

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

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

More information

Identification of the degradation of railway ballast under a concrete sleeper

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

More information

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

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

More information

FUSE Fusion Utility Sequence Estimator

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

More information

Chapter 5 Linear Equations: Basic Theory and Practice

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

More information

NOTE. Some New Bounds for Cover-Free Families

NOTE. Some New Bounds for Cover-Free Families Jounal of Combinatoial Theoy, Seies A 90, 224234 (2000) doi:10.1006jcta.1999.3036, available online at http:.idealibay.com on NOTE Some Ne Bounds fo Cove-Fee Families D. R. Stinson 1 and R. Wei Depatment

More information

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

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

More information

POWER HARMONIC AGGREGATION OPERATOR WITH TRAPEZOIDAL INTUITIONISTIC FUZZY NUMBERS FOR SOLVING MAGDM PROBLEMS

POWER HARMONIC AGGREGATION OPERATOR WITH TRAPEZOIDAL INTUITIONISTIC FUZZY NUMBERS FOR SOLVING MAGDM PROBLEMS Ianian Jounal of Fuzzy Systems Vol. 2 No. 6 (205 pp. 4-74 4 POWER HARMONIC AGGREGATION OPERATOR WITH TRAPEZOIDAL INTUITIONISTIC FUZZY NUMBERS FOR SOLVING MAGDM PROBLEMS S. DAS AND D. GUHA Abstact. Tapezoidal

More information

Construction and Analysis of Boolean Functions of 2t + 1 Variables with Maximum Algebraic Immunity

Construction and Analysis of Boolean Functions of 2t + 1 Variables with Maximum Algebraic Immunity Constuction and Analysis of Boolean Functions of 2t + 1 Vaiables with Maximum Algebaic Immunity Na Li and Wen-Feng Qi Depatment of Applied Mathematics, Zhengzhou Infomation Engineeing Univesity, Zhengzhou,

More information

Duality between Statical and Kinematical Engineering Systems

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

More information

A Converse to Low-Rank Matrix Completion

A Converse to Low-Rank Matrix Completion A Convese to Low-Rank Matix Completion Daniel L. Pimentel-Alacón, Robet D. Nowak Univesity of Wisconsin-Madison Abstact In many pactical applications, one is given a subset Ω of the enties in a d N data

More information

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

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

More information

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

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

More information

Analytical Solutions for Confined Aquifers with non constant Pumping using Computer Algebra

Analytical Solutions for Confined Aquifers with non constant Pumping using Computer Algebra Poceedings of the 006 IASME/SEAS Int. Conf. on ate Resouces, Hydaulics & Hydology, Chalkida, Geece, May -3, 006 (pp7-) Analytical Solutions fo Confined Aquifes with non constant Pumping using Compute Algeba

More information

Encapsulation theory: the transformation equations of absolute information hiding.

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

More information

Conservative Averaging Method and its Application for One Heat Conduction Problem

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

More information

arxiv: v1 [math.co] 1 Apr 2011

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

More information

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

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

More information

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

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

More information

Determining solar characteristics using planetary data

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

More information

Lecture 28: Convergence of Random Variables and Related Theorems

Lecture 28: Convergence of Random Variables and Related Theorems EE50: Pobability Foundations fo Electical Enginees July-Novembe 205 Lectue 28: Convegence of Random Vaiables and Related Theoems Lectue:. Kishna Jagannathan Scibe: Gopal, Sudhasan, Ajay, Swamy, Kolla An

More information

7.2. Coulomb s Law. The Electric Force

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

More information

Journal of Inequalities in Pure and Applied Mathematics

Journal of Inequalities in Pure and Applied Mathematics Jounal of Inequalities in Pue and Applied Mathematics COEFFICIENT INEQUALITY FOR A FUNCTION WHOSE DERIVATIVE HAS A POSITIVE REAL PART S. ABRAMOVICH, M. KLARIČIĆ BAKULA AND S. BANIĆ Depatment of Mathematics

More information

QIP Course 10: Quantum Factorization Algorithm (Part 3)

QIP Course 10: Quantum Factorization Algorithm (Part 3) QIP Couse 10: Quantum Factoization Algoithm (Pat 3 Ryutaoh Matsumoto Nagoya Univesity, Japan Send you comments to yutaoh.matsumoto@nagoya-u.jp Septembe 2018 @ Tokyo Tech. Matsumoto (Nagoya U. QIP Couse

More information

A STUDY OF HAMMING CODES AS ERROR CORRECTING CODES

A STUDY OF HAMMING CODES AS ERROR CORRECTING CODES AGU Intenational Jounal of Science and Technology A STUDY OF HAMMING CODES AS ERROR CORRECTING CODES Ritu Ahuja Depatment of Mathematics Khalsa College fo Women, Civil Lines, Ludhiana-141001, Punjab, (India)

More information

On the ratio of maximum and minimum degree in maximal intersecting families

On the ratio of maximum and minimum degree in maximal intersecting families On the atio of maximum and minimum degee in maximal intesecting families Zoltán Lóánt Nagy Lale Özkahya Balázs Patkós Máté Vize Septembe 5, 011 Abstact To study how balanced o unbalanced a maximal intesecting

More information

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

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

More information

Appraisal of Logistics Enterprise Competitiveness on the Basis of Fuzzy Analysis Algorithm

Appraisal of Logistics Enterprise Competitiveness on the Basis of Fuzzy Analysis Algorithm Appaisal of Logistics Entepise Competitiveness on the Basis of Fuzzy Analysis Algoithm Yan Zhao, Fengge Yao, Minming She Habin Univesity of Commece, Habin, Heilongjiang 150028, China, zhaoyan2000@yahoo.com.cn

More information

A new approach in classical electrodynamics to protect principle of causality

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

More information

Liquid gas interface under hydrostatic pressure

Liquid gas interface under hydrostatic pressure Advances in Fluid Mechanics IX 5 Liquid gas inteface unde hydostatic pessue A. Gajewski Bialystok Univesity of Technology, Faculty of Civil Engineeing and Envionmental Engineeing, Depatment of Heat Engineeing,

More information

q i i=1 p i ln p i Another measure, which proves a useful benchmark in our analysis, is the chi squared divergence of p, q, which is defined by

q i i=1 p i ln p i Another measure, which proves a useful benchmark in our analysis, is the chi squared divergence of p, q, which is defined by CSISZÁR f DIVERGENCE, OSTROWSKI S INEQUALITY AND MUTUAL INFORMATION S. S. DRAGOMIR, V. GLUŠČEVIĆ, AND C. E. M. PEARCE Abstact. The Ostowski integal inequality fo an absolutely continuous function is used

More information

A scaling-up methodology for co-rotating twin-screw extruders

A scaling-up methodology for co-rotating twin-screw extruders A scaling-up methodology fo co-otating twin-scew extudes A. Gaspa-Cunha, J. A. Covas Institute fo Polymes and Composites/I3N, Univesity of Minho, Guimaães 4800-058, Potugal Abstact. Scaling-up of co-otating

More information

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

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

More information

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

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

More information

Lecture 8 - Gauss s Law

Lecture 8 - Gauss s Law Lectue 8 - Gauss s Law A Puzzle... Example Calculate the potential enegy, pe ion, fo an infinite 1D ionic cystal with sepaation a; that is, a ow of equally spaced chages of magnitude e and altenating sign.

More information

Lifting Private Information Retrieval from Two to any Number of Messages

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

More information

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

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

More information

Section 8.2 Polar Coordinates

Section 8.2 Polar Coordinates Section 8. Pola Coodinates 467 Section 8. Pola Coodinates The coodinate system we ae most familia with is called the Catesian coodinate system, a ectangula plane divided into fou quadants by the hoizontal

More information

On a quantity that is analogous to potential and a theorem that relates to it

On a quantity that is analogous to potential and a theorem that relates to it Su une quantité analogue au potential et su un théoème y elatif C R Acad Sci 7 (87) 34-39 On a quantity that is analogous to potential and a theoem that elates to it By R CLAUSIUS Tanslated by D H Delphenich

More information

Consensus Determining with Dependencies of Attributes with Interval Values

Consensus Determining with Dependencies of Attributes with Interval Values Jounal of Univesal Compute Science, vol. 13, no. (007), 39-344 submitted: 31/7/06, accepted: 15/1/07, appeaed: 8//07 J.UCS Consensus Detemining with Dependencies of Attibutes with Inteval Values Michal

More information

The second law of thermodynamics - II.

The second law of thermodynamics - II. Januay 21, 2013 The second law of themodynamics - II. Asaf Pe e 1 1. The Schottky defect At absolute zeo tempeatue, the atoms of a solid ae odeed completely egulaly on a cystal lattice. As the tempeatue

More information

EM Boundary Value Problems

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

More information

Light Time Delay and Apparent Position

Light Time Delay and Apparent Position Light Time Delay and ppaent Position nalytical Gaphics, Inc. www.agi.com info@agi.com 610.981.8000 800.220.4785 Contents Intoduction... 3 Computing Light Time Delay... 3 Tansmission fom to... 4 Reception

More information

On Polynomials Construction

On Polynomials Construction Intenational Jounal of Mathematical Analysis Vol., 08, no. 6, 5-57 HIKARI Ltd, www.m-hikai.com https://doi.og/0.988/ima.08.843 On Polynomials Constuction E. O. Adeyefa Depatment of Mathematics, Fedeal

More information

B. Spherical Wave Propagation

B. Spherical Wave Propagation 11/8/007 Spheical Wave Popagation notes 1/1 B. Spheical Wave Popagation Evey antenna launches a spheical wave, thus its powe density educes as a function of 1, whee is the distance fom the antenna. We

More information

Quantum Fourier Transform

Quantum Fourier Transform Chapte 5 Quantum Fouie Tansfom Many poblems in physics and mathematics ae solved by tansfoming a poblem into some othe poblem with a known solution. Some notable examples ae Laplace tansfom, Legende tansfom,

More information

C/CS/Phys C191 Shor s order (period) finding algorithm and factoring 11/12/14 Fall 2014 Lecture 22

C/CS/Phys C191 Shor s order (period) finding algorithm and factoring 11/12/14 Fall 2014 Lecture 22 C/CS/Phys C9 Sho s ode (peiod) finding algoithm and factoing /2/4 Fall 204 Lectue 22 With a fast algoithm fo the uantum Fouie Tansfom in hand, it is clea that many useful applications should be possible.

More information

Tight Upper Bounds for the Expected Loss of Lexicographic Heuristics in Binary Multi-attribute Choice

Tight Upper Bounds for the Expected Loss of Lexicographic Heuristics in Binary Multi-attribute Choice Tight Uppe Bounds fo the Expected Loss of Lexicogaphic Heuistics in Binay Multi-attibute Choice Juan A. Caasco, Manel Baucells Except fo fomatting details and the coection of some eata, this vesion matches

More information

ON THE TWO-BODY PROBLEM IN QUANTUM MECHANICS

ON THE TWO-BODY PROBLEM IN QUANTUM MECHANICS ON THE TWO-BODY PROBLEM IN QUANTUM MECHANICS L. MICU Hoia Hulubei National Institute fo Physics and Nuclea Engineeing, P.O. Box MG-6, RO-0775 Buchaest-Maguele, Romania, E-mail: lmicu@theoy.nipne.o (Received

More information

arxiv: v2 [astro-ph] 16 May 2008

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

More information

Math 124B February 02, 2012

Math 124B February 02, 2012 Math 24B Febuay 02, 202 Vikto Gigoyan 8 Laplace s equation: popeties We have aleady encounteed Laplace s equation in the context of stationay heat conduction and wave phenomena. Recall that in two spatial

More information

Computers and Mathematics with Applications

Computers and Mathematics with Applications Computes and Mathematics with Applications 58 (009) 9 7 Contents lists available at ScienceDiect Computes and Mathematics with Applications jounal homepage: www.elsevie.com/locate/camwa Bi-citeia single

More information

MATH 415, WEEK 3: Parameter-Dependence and Bifurcations

MATH 415, WEEK 3: Parameter-Dependence and Bifurcations MATH 415, WEEK 3: Paamete-Dependence and Bifucations 1 A Note on Paamete Dependence We should pause to make a bief note about the ole played in the study of dynamical systems by the system s paametes.

More information

Vectors, Vector Calculus, and Coordinate Systems

Vectors, Vector Calculus, and Coordinate Systems Apil 5, 997 A Quick Intoduction to Vectos, Vecto Calculus, and Coodinate Systems David A. Randall Depatment of Atmospheic Science Coloado State Univesity Fot Collins, Coloado 80523. Scalas and vectos Any

More information

Alternative Tests for the Poisson Distribution

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

More information

An extended target tracking method with random finite set observations

An extended target tracking method with random finite set observations 4th Intenational Confeence on Infomation Fusion Chicago Illinois USA July 5-8 0 An extended taget tacing method with andom finite set obsevations Hongyan Zhu Chongzhao Han Chen Li Dept. of Electonic &

More information

Fractional Zero Forcing via Three-color Forcing Games

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

More information

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

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

More information

WIENER MODELS OF DIRECTION-DEPENDENT DYNAMIC SYSTEMS. Singleton Park, Swansea, SA2 8PP, UK. University of Warwick, Coventry, CV4 7AL, UK

WIENER MODELS OF DIRECTION-DEPENDENT DYNAMIC SYSTEMS. Singleton Park, Swansea, SA2 8PP, UK. University of Warwick, Coventry, CV4 7AL, UK Copyight IFAC 5th Tiennial Wold Congess, Bacelona, Spain WIEER MOELS OF IRECTIO-EPEET YAMIC SYSTEMS H. A. Bake, A. H. Tan and K. R. Godfey epatment of Electical and Electonic Engineeing, Univesity of Wales,

More information

Probablistically Checkable Proofs

Probablistically Checkable Proofs Lectue 12 Pobablistically Checkable Poofs May 13, 2004 Lectue: Paul Beame Notes: Chis Re 12.1 Pobablisitically Checkable Poofs Oveview We know that IP = PSPACE. This means thee is an inteactive potocol

More information

Review: Electrostatics and Magnetostatics

Review: Electrostatics and Magnetostatics Review: Electostatics and Magnetostatics In the static egime, electomagnetic quantities do not vay as a function of time. We have two main cases: ELECTROSTATICS The electic chages do not change postion

More information

ONE-POINT CODES USING PLACES OF HIGHER DEGREE

ONE-POINT CODES USING PLACES OF HIGHER DEGREE ONE-POINT CODES USING PLACES OF HIGHER DEGREE GRETCHEN L. MATTHEWS AND TODD W. MICHEL DEPARTMENT OF MATHEMATICAL SCIENCES CLEMSON UNIVERSITY CLEMSON, SC 29634-0975 U.S.A. E-MAIL: GMATTHE@CLEMSON.EDU, TMICHEL@CLEMSON.EDU

More information

When two numbers are written as the product of their prime factors, they are in factored form.

When two numbers are written as the product of their prime factors, they are in factored form. 10 1 Study Guide Pages 420 425 Factos Because 3 4 12, we say that 3 and 4 ae factos of 12. In othe wods, factos ae the numbes you multiply to get a poduct. Since 2 6 12, 2 and 6 ae also factos of 12. The

More information

Merging Uncertain Multi-Version XML Documents

Merging Uncertain Multi-Version XML Documents Meging Uncetain Multi-Vesion XML Documents M. Lamine BA, Talel Abdessalem & Piee Senellat ACM DocEng 2013-1st Intenational Wokshop on Document Changes (Floence, Italy) Septembe 10 th, 2013 M. L. Ba, T.

More information

THE INFLUENCE OF THE MAGNETIC NON-LINEARITY ON THE MAGNETOSTATIC SHIELDS DESIGN

THE INFLUENCE OF THE MAGNETIC NON-LINEARITY ON THE MAGNETOSTATIC SHIELDS DESIGN THE INFLUENCE OF THE MAGNETIC NON-LINEARITY ON THE MAGNETOSTATIC SHIELDS DESIGN LIVIU NEAMŢ 1, ALINA NEAMŢ, MIRCEA HORGOŞ 1 Key wods: Magnetostatic shields, Magnetic non-lineaity, Finite element method.

More information

( ) [ ] [ ] [ ] δf φ = F φ+δφ F. xdx.

( ) [ ] [ ] [ ] δf φ = F φ+δφ F. xdx. 9. LAGRANGIAN OF THE ELECTROMAGNETIC FIELD In the pevious section the Lagangian and Hamiltonian of an ensemble of point paticles was developed. This appoach is based on a qt. This discete fomulation can

More information

Solution to HW 3, Ma 1a Fall 2016

Solution to HW 3, Ma 1a Fall 2016 Solution to HW 3, Ma a Fall 206 Section 2. Execise 2: Let C be a subset of the eal numbes consisting of those eal numbes x having the popety that evey digit in the decimal expansion of x is, 3, 5, o 7.

More information

LET a random variable x follows the two - parameter

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

More information

CMSC 425: Lecture 5 More on Geometry and Geometric Programming

CMSC 425: Lecture 5 More on Geometry and Geometric Programming CMSC 425: Lectue 5 Moe on Geomety and Geometic Pogamming Moe Geometic Pogamming: In this lectue we continue the discussion of basic geometic ogamming fom the eious lectue. We will discuss coodinate systems

More information

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

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

More information

ELASTIC ANALYSIS OF CIRCULAR SANDWICH PLATES WITH FGM FACE-SHEETS

ELASTIC ANALYSIS OF CIRCULAR SANDWICH PLATES WITH FGM FACE-SHEETS THE 9 TH INTERNATIONAL CONFERENCE ON COMPOSITE MATERIALS ELASTIC ANALYSIS OF CIRCULAR SANDWICH PLATES WITH FGM FACE-SHEETS R. Sbulati *, S. R. Atashipou Depatment of Civil, Chemical and Envionmental Engineeing,

More information

APPLICATION OF MAC IN THE FREQUENCY DOMAIN

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

More information

33. 12, or its reciprocal. or its negative.

33. 12, or its reciprocal. or its negative. Page 6 The Point is Measuement In spite of most of what has been said up to this point, we did not undetake this poject with the intent of building bette themometes. The point is to measue the peson. Because

More information

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

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

More information