Ted Pedersen. Southern Methodist University. large sample assumptions implicit in traditional goodness

Size: px
Start display at page:

Download "Ted Pedersen. Southern Methodist University. large sample assumptions implicit in traditional goodness"

Transcription

1 Appears in the Proceedings of the Soth-Central SAS Users Grop Conference (SCSUG-96), Astin, TX, Oct 27-29, 1996 Fishing for Exactness Ted Pedersen Department of Compter Science & Engineering Sothern Methodist University Dallas, TX Abstract Statistical methods for atomatically identifying dependent word pairs (i.e. dependent bigrams) in a corps of natral langage text have traditionally been performed sing asymptotic tests of signicance. This paper sggests that Fisher's exact test is a more appropriate test de to the skewed and sparse data samples typical of this problem. Both theoretical and experimental comparisons between Fisher's exact test andavariety of asymptotic tests (the t-test, Pearson's chi-sqare test, and Likelihood-ratio chi-sqare test) are presented. These comparisons show that Fisher's exact test is more reliable in identifying dependent word pairs. The seflness of Fisher's exact test extends to other problems in statistical natral langage processing as skewed and sparse data appears to be the rle in natral langage. The experiment presented in this paper was performed sing PROC FREQ of the SAS System. Introdction De to advances in compting power and the increasing availability of large amonts of on-line text the empirical stdy of hman langage has become an increasingly active area of research in both academic and commercial environments. Statistical natral langage processing (NLP) relies pon stdying large bodies of text called corpora. These methods are sefl becase the naided hman mind simply cannot notice all important lingistic featres, let alone rank them in order of importance, when dealing with large amonts of text. The diclty in stdying hman langage based pon samples from text is that despite having billions of words on-line it is still diclt to collect large samples of certain events as many lingistic events very rarely occr. Many featres of hman langage adhere to Zipf's Law (Zipf 1935). Informally stated, this law says that most events occr rarely and that a few very common events occr most of the time. Statistical NLP mst inevitably deal with a large nmber of rare events. Typical NLP data violates the This research was spported by the Oce of Naval Research nder grant nmber N large sample assmptions implicit in traditional goodness of t tests sch aspearson's X 2, the Likelihood ratio G 2 and the t-test. When this occrs the reslts obtained from these tests may be in error. An alternative to these statistics is Fisher's exact test, which assigns signicance by exhastively compting all probabilities for a contingency table with xed marginal totals. This paper presents an experiment that compares the eectiveness of X 2, G 2, the t-test and Fisher's exact test in identifying dependent bigrams. When these reslts are dierent it is shown why Fisher's exact test gives the most reliable signicance vale. All of these tests can be conveniently performed sing the SAS System (SAS Institte 1990). Lexical Relationships A common problem in NLP is the identication of strongly associated word pairs. A bigram is any two consective words that occr together in a text. The freqency with which a bigram occrs throghot a text says something abot the relationship between the words that make p the bigram. A dependent bigram is one where the two words are related in some way other than what wold be expected prely by chance. Intitively appealing examples of dependent bigrams inclde major leage, sothern baptist and ne wine. The challenge in identifying dependent bigrams is that most bigrams are relatively rare regardless of the size of the text. This follows from the the distribtional tendencies of individal words and bigrams as described in Zipf's Law (Zipf 1935). Zipf fond that if the freqencies of the words in a large text are ordered from most to least freqent, (f 1 f 2 ::: f m ), these freqencies roghly obey: f i / 1 i. The implications of Zipf's law are two-sided for statistical NLP. The good news is that a signicant proportion of a corps is made p of the most freqent words these occr freqently enogh to collect reliable statistics on them. The bad news is that there will always be a large nmber of words that occr jst a few times. As an example, in a 133,000 word sbset of the

2 % 50 % freqency freqency Figre 1: Distribtion of single words Figre 2: Distribtion of bigrams ACL/DCI Wall Street Jornal corps (Marcs et al. 1993) there are 14,319 distinct words and 73,779 distinct bigrams. Of the distinct words, 48 percent of them occr only once and 80 percent of them occr ve times or less. Of the distinct bigrams, 81 percent occr once and 97 percent of them occr ve times or less. This data is represented graphically in Figres 1 and 2. As a reslt of these distribtional tendencies, data samples characterizing specic bigrams are terribly skewed. This kind of data violates the large sample assmptions regarding the distribtional characteristics of a data sample that are made by asymptotic signicance tests. Representation of the Data To represent the data in terms of a statistical model, the featres of each object are mapped to random variables. The relevant featres of a bigram are the two words that form the bigram. If each bigram in the data sample is characterized by two featres represented by the binary variables X and Y, then each bigram will have one of for possible classications corresponding to the possible combinations of these variable vales. In this case, the data is said to be cross-classied with respect to the variables X and Y. The freqency of occrrence of these classi- cations can be shown in a sqare table having 2 rows and 2 colmns. The freqency conts of each ofthe4 possible data classications in Figre 3 are denoted by n 11, n 12, n 21, and n 22. The joint freqency distribtion of X and Y is described by the conts fn ij g for the data sample represented in the contingency table. The marginal distribtions of X and Y are the row and colmn (eqation 1) totals obtained by smming the joint freqencies. The row variable is denoted n i+ and the colmn variable n +j. The sbscript + indicates the index over which smming has occrred. n i+ = JX j=1 n ij n +j = IX i=1 n ij (1) More generally, if there are I possible vales for the rst variable and J possible vales for the second variable, then the freqency of each classication can be recorded in a rectanglar table having I rows and J colmns. Each cell of this table represents one of the I J possible combinations of the variable vales. Sch a table is called an I J contingency table. X Y indstry :indstry totals oil n 11 = 17 n 12 = 229 n 1+ = 246 :oil n 21 =935 n 22 = n 2+ = totals n +1 =952 n +2 = n ++ = Figre 3: Contingency Table As shown in Figre 3, in order to stdy the association (i.e., degree of dependence) between the words oil and indstry, the variable X is sed to denote the presence or absence of oil in the rst position of each bigram, and Y is sed to denote the presence or absence of indstry in the second position. Signicance Testing In both exact and asymptotic signicance testing, a probabilistic model is sed to describe the distribtion of the poplation from which the data sample

3 was drawn. The acceptability of a potential poplation model is postlated as a nll hypothesis and that hypothesis is tested by evalating the t of the model to the data sample. The t is considered acceptable if the model diers from the data sample by an amont consistent with sampling variation, that is, if the vale of the metric measring the t of the model is statistically signicant. The steps involved in performing a signicance test are listed below and discssed in the sbsections that follow. Both exact and asymptotic signicance tests follow steps 1 and Select an appropriate sampling plan, 2. hypothesize a poplation model, 3. select a smmary statistic to se in testing the t of the hypothesized model to the sampled data, and 4. assess the statistical signicance of the model: determine the probability that the data came from a poplation described by the model. Steps 3 and 4 are more commonly associated with an asymptotic signicance test. An exact test does not se a goodness of t statistic bt the notion of assessing signicance still remains. The dierences between the two approaches will be discssed in more detail shortly. Sampling Plan In order for a signicance test to yield valid reslts the data mst be collected from the poplation via a random sampling plan. The sampling plan assres that each object in the data sample is selected via independent and identical trials. The sampling plan together with the poplation characteristics can be sed to de- ne the likelihood of selecting any particlar sample. In the experiment for this paper a mltinomial sampling plan was sed. In mltinomial sampling the overall sample size n ++ is determined in advance and each object is randomly selected from the poplation to be stdied. Given this, the probability of observing a particlar freqency distribtion fn ij g in a randomly selected data sample is shown in eqation (2), where the p ij 's are the poplation characteristics specifying the probability of classication (i j). P (fn ij g)= Q I i=1 n ++! Q J j=1 n ij! IY JY i=1 j=1 p nij ij (2) The data in Figre 3 was sampled sing a mltinomial sampling plan. This data is sed to test the bigram oil indstry for association. When this data was sampled, the only vale that was xed prior to the beginning of the experiment was the total sample size, n ++, which was eqal to 1,382,828. Hypothesizing a Model The poplation model sed to stdy association between two words, where the two words are represented by the binary variables X and Y, is the model for independence between X and Y: P (x y) =P (x)p (y) (3) If the model for independence ts the data well as measred by its statistical signicance, then one can infer from this data sample that these two words are independent in the larger poplation. The worse the t, the more dependent the words are jdged to be. Using the notation introdced previosly, the parameters of the model for independence between two words (i.e., the words oil and indstry in Figre 3) are estimated as follows: P (x) = n i+ n ++ P (y) = n +j n ++ (4) In signicance testing, the poplation model is the nll hypothesis that is tested. This hypothesis can only be rejected or accepted, it can not be proven tre or false with absolte certainty. The signicance assigned to the hypothesis indicates how likely it is that the sample was drawn from a poplation specied by that model. Goodness of Fit Statistics A goodness of t statistic is sed to measre how closely the conts observed in a data sample correspond to those that wold be expected in a random sample drawn from a poplation where the nll hypothesis is tre. In this section, we discss three metrics that have been sed to measre the t of the models for association: the likelihood ratio statistic G 2,Pearson's X 2 statistic and the t-statistic. The distribtion of each of these statistics can be approximated when the hypothesis is tre and certain other conditions hold they therefore can be sed in asymptotic signicance testing. In Fisher's exact test a goodness of t statistic is not employed. G 2 and X 2 These statistics measre the divergence of observed (n ij ) and expected (m ij ) sample conts, where the expectation is based on a hypothetical poplation model. These statistics can be conveniently compted sing PROC FREQ of the SAS System. The rst step in calclating either G 2 or X 2 is to calclate the expected conts given that the hypothetical poplation model is correct. In the model for independence, maximm likelihood estimates of the expected conts are formlated as in eqation (5) where m ij denotes the expected cont incontingency table cell (i j). m ij = n i+n +j n ++ (5) Using this formlation, G 2 and X 2 are calclated as:

4 X G 2 =2 n ij log n X ij X 2 (n ij ; m ij ) = 2 m i j ij m i j ij (6) When the hypothetical poplation model is the tre poplation model, the distribtion of both G 2 and X 2 converges to 2 as the sample size grows large (i.e., the 2 distribtion is an asymptotic approximation for the distribtions of G 2 and X 2 ). More precisely, X 2 and G 2 are approximately 2 distribted when the following conditions regarding the random data sample hold (Read and Cressie 1988): 1. the sample size is large, 2. the nmber of cells in the contingency table representation of the data is xed and small relative to the sample size, and 3. the expected cont (nder the hypothetical poplation model) for each cell is large. (Dnning 1993) shows that G 2 holds more closely to the 2 distribtion than does X 2 when dealing with bigram data. However, as pointed ot in (Read and Cressie 1988), it is ncertain whether G 2 holds to the 2 distribtion when the minimm of the expected vales in a table is less than 1.0. Since low expected freqencies appear to be the rle in bigram data (e.g. colmn m 11 in Figre 8) we sggest that the reliability of the 2 approximation to G 2 cold be in qestion. the t-statistic The t-statistic (eqation 7) measres the dierence between the mean of a randomly drawn sample (x) and the hypothesized mean for the poplation from which that sample was drawn ( 0 ). This dierence is scaled by thevariance of the poplation. When the variance of the poplation is nknown and the sample size is large, standard statistical techniqes allow that the poplation variance can be estimated by the sample variance (s 2 ) which is in trn scaled by the sample size (n). t = x ; 0 q s 2 n (7) (Chrch et al. 1991) show how the t-statistic can be sed to identify dependent bigrams. The data sample is prodced throgh a series of Bernolli trials that record the presence or absence of a single bigram. Given this sampling plan the sample mean is dened to be the relative freqency of the bigram ( n++ n11 ) and the sample variance is roghly approximated by that same relative freqency. The t-statistic can then be rewritten as in eqation 8. t n11 n++ ; n1+n+1 n++ q 2 n11 n++ 2 = n11 ; m11 p n11 (8) In the t-test, signicance is assigned to the t-statistic sing the t-distribtion, which is eqal to the standard normal distribtion in large sample experiments. This approach to assigning signicance is based on the assmption that the sample means are normally distribted. This assmption is shown to be inappropriate for bigram data in (Dnning 1993). The formlation of (Chrch et al. 1991) is eqivalent to a one-sample t-test. PROC TTEST of the SAS System comptes a two sample t-test and was not sed to compte the t-statistic vales. Instead a separate data step was created to calclate the vale in eqation 8 and signicance was assigned to that vale sing the PROBT fnction. Assessing Statistical Signicance If the test statistic sed to evalate a model has a known distribtion when the model is correct, that distribtion can be sed to assign statistical signicance. For X 2 and G 2 the 2 distribtion is sed while the t-test ses the t-distribtion. These serve as reliable approximations of distribtions of the test statistics when certain assmptions hold. However, as has been pointed ot, these assmptions are freqently violated in bigram data. An alternative to sing a signicance test based on an approximate distribtion is to se an exact signicance test. In particlar, for bigram data Fisher's exact test is recommended. This test can be performed sing PROC FREQ in the SAS System. Fisher's Exact Test Rather than sing an asymptotic approximation of the signicance of observing a particlar table, Fisher's exact test (Fisher 1935) comptes the signicance of an observed table by exhastively compting the probability ofevery table that wold lead to the marginal totals that were observed in the sampled table. The signicance vales obtained sing Fisher's exact test are reliable regardless of the distribtional characteristics of the data sample. However, when the nmber of comparable data samples is large, the exhastive enmeration performed in Fisher's exact test becomes infeasible. In (Pedersen et al. 1996) an alternative test, the exact conditional test, is discssed for tables where Fisher's exact test is not a practical option. When performing Fisher's exact test in a 2 2contingency table the marginal totals n 1+ and n +1 and the sample size n ++ are xed at their observed vale. Given this, the vale of n 11 determines the conts in n 12, n 21 and n 22. All of the possible 2 2 tables that adhere to the xed marginal totals are generated and the probability of each table is compted sing the hypergeometric distribtion. Given that all the marginals and the sample size is xed the hypergeometric probability of observing a particlar freqency distribtion fn 11 n 12 n 21 n 22 g can be compted sing eqation 9. Hypergeometric

5 probabilities can be compted with the SAS System sing the PROBHYPR fnction. PROBHYPR was sed to compte the individal table probabilities the athor added to the PROC FREQ otpt in the appendix and the data plotted in Figre 5. P = 1 n 11!n 12!n 21!n 22! n 1+!n 2+!n +1!n +2! n ++! (9) The original problem that Fisher sed to present this test has gone down in statistical lore as the Tea Drinker's Problem. A woman claimed that by tasting a cp of tea with milk she cold determine if the milk or tea had been added rst. An experiment was designed where eight cps of tea were mixed, for cps with the milk added rst and for with the tea added rst. The eight cps of tea were presented to the woman in random order and she was asked to divide the 8 cps into two sets of 4, one set being those cps where milk was added rst and the other those where tea was added rst. Given that the lady knew that there were 8 cps of tea and that 4 of the cps had the tea added rst and 4 had the milk added rst it is clear that all marginal totals shold be xed at 4 and the sample size xed at 8. Given this there are 5 possible otcomes to the experiment (n 11 = 0, 1, 2, 3, and 4). Figre 5 shows the distribtions of the hypergeometric probabilities associated with those 5 possible tables. This problem can be represented sing a 2 2 contingency table where variable X represents the actal order of mixing and Y represents the order determined by the tea drinker. The 5 possible contingency tables and associated test vales as generated by PROC FREQ are shown in the appendix. Interpreting the Tea Drinker's Problem The probabilities that reslt from Fisher's exact test indicate how likely it is that the observed table was drawn from a poplation where the nll hypothesis is tre. In other words, the test indicates how likely it wold be to randomly sample a table more spportive of the nll hypothesis than the observed table. In the Tea Drinker's Problem the nll hypothesis is that the tea drinker is gessing and does not really know if the milk or tea was added rst. This is the hypothesis of independence and is the same hypothesis sed in the test for association that identies dependent bigrams. Fisher's exact test can be interpreted as a one sided or two sided test. PROC FREQ shows all of the possible reslts: two-sided, right-sided and left-sided. A one sided test can be either right or left sided. A right sided exact test is compted by smming the hypergeometric probabilities of all the tables with xed marginal totals n 1+ and n +1 whose cell cont inn 11 is greater than or eqal to the observed table. As an example consider the Tea Drinker's Problem where n 11 = 3. This implies that the tea drinker fond 3 of the P 1 0:9 0:8 0:7 0:6 0:5 0:4 0:3 0:2 0: n 11 Figre 5: n ++ =8,n 1+ =4,n +1 =4 4 cps where milk had been added rst. To compte the signicance of the right sided test the probabilities of the tables where n 11 = 3 (.229) and n 11 = 4 (.014) are smmed. In this interpretation it is determined how likely it is that the tea drinker cold perform more accrately in the experiment ifitwas repeated. A right sided test shows how likely it wold be to randomly sample a table where n 11 is greater than or eqal to the observed vale when sampling from a poplation where the nll hypothesis is tre. The probability of being more accrate (i.e. the right sided probability) is.243 which leads to the conclsion that she is not gessing and has some idea of whether the milk or tea was added rst. The left sided test is compted in the same fashion, except that it sms the probabilities of the tables where the cont inn 11 is less than or eqal to the observed vale. Using the same example where n 11 =3then the probabilities of the tables where n 11 = 3 (.229), n 11 = 2 (.514), n 11 = 1 (.229), and n 11 = 0 (.014) are smmed reslting in a left sided vale of.986. The left sided test tells how likely itwold be for the tea drinker to perform less accrately in the same experiment ifit was repeated. Again, this is a fairly strong indication that the tea drinker is not simply gessing. The two sided exact test is compted by smming the hypergeometric probabilities of all tables with the same xed marginals bt whose probabilities are less than or eqal to the probability of the observed table. Consider yet again the case where n 11 = 3. The probability of this table is.229. The tables that have a probability less than this are those where n 11 =1 (.229), n 11 = 0 (.014) and n 11 = 4 (.014). The sm of these probabilities is.486 which is the reslt of the two

6 1 1 0:9 0:9 0:8 0:8 0:7 0:7 0:6 0:6 P 0:5 P 0:5 0:4 0:4 0:3 0:2 0:3 0:2 0: n 11 0: n 11 Figre 6: n ++ = 10000, n 1+ =20,n +1 =10 Figre 7: n ++ = 10000, n 1+ =5000,n +1 =10 sided exact test. The qestion answered here is how probable wold it be for the tea drinker to gess less accrately than was observed. In more general terms this is asking the qestion how likely wold it be to randomly sample a table where the probability ofob- serving a table where n 11 was eqal to or less than the observed vale when sampling from a poplation where the hypothesis of independence is tre. On the srface this is a less convincing demonstration of the tea drinker's skill, however, it still provides reasonable evidence to spport the conclsion that the tea drinker is not gessing. Interpreting the Bigram Experiment The sample sizes in the bigram data are qite a bit larger than those in the Tea Drinker's Problem. In addition, the bigram data is mch more skewed. However, Fisher's exact test remains a practical option since the nmber of possible tables is bond by the smallest marginal total (i.e, the smallest row or colmn total) which for bigram data is associated with the overall cont of the rst or second word in the bigram. In the bigram data it wold be more typical to nd a sample size of 10,000 where n 1+ =20andn +1 =10. This implies that the row totals n +1 and n +2 are 10 and 9,990 respectively. In this case there are 11 possible tables where n 11 wold range from 0 to 10. The distribtion of hypergeometric probabilities for these 11 possible tables is shown in Figre 6. The practical eect of the skewed distribtion shown in Figre 6 is that the right sided and two sided exact test for association are eqivalent. The right-sided exact test vale is the probability of observing a table with n 11 greater than or eqal to the observed. The two-sided exact test vale is the probability ofobserv- ing a table with a probability vale less than or eqal to the observed. These are identical since the vale of P(n 11 ) decreases as n 11 increases. For example, if n 11 > 2 the probability of observing a table with n 11 2 eqals.000. Ths, if n 11 is greater than 2 then there is no probability that the two words in the bigram are independent. They mst be related. Notice however that if the observed cont isanything bt0avery small probability of independence is observed. Sch skewed probabilities are observed for tables where n ++ n 1+ and n ++ n +1. These sorts of tables are what was observed with the bigram data. Notice that this was not the case in the Tea Drinker's Problem and wold not be the case when the row totals are closer or eqal in vale. Consider the example shown in Figre 7wheren ++ = 10000, n 1+ = 5000 and n +1 = 10. It is easy to see that in this case n 1+ = n 2+. In this case the distribtion of the hypergeometric probabilities is symmetric and the right and two-sided tests are dierent. In the test for association the marginal row totals n 1+ and n 2+ are never very close in vale. n 1+ conts how many times the rst word in the bigram occrs in the text overall while n 2+ is the cont of all the other potential rst words in the bigram. Since n 1+ will always be mch less than n 2+ the distribtion of the hypergeometric probabilities will always be very skewed. In the test for association to determine bigram dependence Fisher's exact test is interpreted as a leftsided test. This shows how probable wold it be to see the observed bigram a fewer nmber of times in

7 another random sample from a poplation where the hypothesis of independence is tre. If this probability is high then the words that form the bigram are dependent. Experiment: Test for Association 1 There are two fndamental assmptions that nderly asymptotic signicance testing: (1) the data mst be collected via a random sampling of the poplation nder stdy, and (2) the sample mst exhibit certain distribtional characteristics. If either of these assmptions is not met then the inference procedre may not provide reliable reslts. In this experiment, we compare the signicance vales compted sing the t-test, the 2 approximation to the distribtion of both G 2 and X 2, and Fisher's exact test (left sided). Or data sample is a 1,382,828 word sbset of the ACL/DCI Wall Street Jornal corps. We chose to characterize the associations established by the word indstry as shown in bigrams of the form <word> indstry. In Figre 8, we display a sbset of 24 bigrams and their associated test reslts. As can be seen in Figre 8, there are dierences in the signicance vales assigned by the varios tests. This indicates that the assmptions reqired by certain of these tests are being violated. When this occrs, the signicance vales assigned sing Fisher's exact test shold be regarded as the most reliable since there are no restrictions on the natre of the data reqired by this test. Figre 8 displays the signicance vale assigned to the test for association between the word shown in colmn one and indstry. A signicance vale of.0000 implies that this data shows no evidence of independence. The likelihood of having randomly selected this data sample from a poplation where these words were independent is zero. This is an indication of a dependent bigram. A signicance vale of 1.00 wold indicate that there is an exact t between the sampled data and the model for independence there is no reason to dobt that this sample was drawn from a poplation in which these two words are independent. In this case the bigram is considered independent. In this gre, we show the relative rankings of the bigrams according to their signicance vales. The most independent bigram is rank 1 and the most dependent bigram is rank 24. Note that the rankings dened sing Fisher's exact test and the 2 approximation to G 2 are identical as are the rankings as determined by the 2 approximation to X 2 and the t-test. Notice frther that the signicance vales assigned by Fisher's exact test are similar to the vales as assigned by the 2 approximation to G 2 for the most dependent bigrams. However, there is some variation between the significance compted for Fisher's test and G 2 among the more independent bigrams. This conrms the observation made by (Dnning 1993) that G 2 tends to overstate independence. This indicates that the asymptotic approximation of G 2 bythe 2 distribtion is breaking down for those bigrams. In this case Fisher's test provides a more reliable signicance vale. The signicance vales assigned sing the 2 approximation to Pearson's X 2 and the t-test are very dierent from those assigned by Fisher's exact test. This indicates that neither X 2 nor the t-statistic is holding to its assmed asymptotic approximation. Conclsions In this paper we examined recent work in identifying dependent bigrams. This work has sed asymptotic signicance tests when exact ones wold have been more appropriate. When asymptotic methods are sed there are reqirements regarding both the sampling plan and the distribtional characteristics of the data that mst be met. If the distribtional reqirements are not met, as is freqently the case in NLP, then Fisher's exact test is a viable alternative to asymptotic tests of signicance. The SAS system allows for convenient comptation of Fisher's exact test sing PROC FREQ. References Chrch, K. Gale, W. Hanks, P. and Hindle, D Using statistics in lexical analysis. In Zernik, U., editor 1991, Lexical Acqisition: Exploiting On-Line Resorces to Bild a Lexicon. Lawrence Erlbam Associates, Hillsdale, NJ. Dnning, T Accrate methods for the statistics of srprise and coincidence. Comptational Lingistics 19(1):61{74. Fisher, R The Design of Experiments. Oliver and Boyd, London. Marcs, M. Santorini, B. and Marcinkiewicz, M Bilding a large annotated corps of English: The Penn Treebank. Comptational Lingistics 19(2):313{330. Pedersen, T. Kayaalp, M. and Brce, R Signicant lexical relationships. In Proceedings of the 13th National Conference on Articial Intelligence (AAAI-96), Portland, OR. 455{460. Read, T. and Cressie, N Goodness-of-t Statistics for Discrete Mltivariate Data. Springer-Verlag, New York, NY. SAS Institte, Inc SAS/STAT User's Gide, Version 6. SAS Institte Inc., Cary, NC. Zipf, G The Psycho-Biology of Langage. Hoghton Miin, Boston, MA. 1 Please contact the athor at pedersen@seas.sm.ed if yo wold like acopy of the sorce code and data.

8 <word> n 11 m 11 exact rank G 2 ~ 2 rank X 2 ~ 2 rank T rank and services nancial domestic motor recent instance engineering tility sgar glass in food newspaper drg to appliance movie of ftres the oil airline an Figre 8: test for association : <word> indstry

9 Appendix: PROC FREQ otpt for Tea Drinker's Problem The SAS System TABLE OF X BY Y Y ** Freqency Expected Deviation Percent Row Pct Col Pct milk tea Total milk X ** tea Total STATISTICS FOR TABLE OF X BY Y Statistic DF Vale Prob Chi-Sqare Likelihood Ratio Chi-Sqare Continity Adj. Chi-Sqare Mantel-Haenszel Chi-Sqare Fisher's Exact Test (Left) (Right) (2-Tail) P(n11 = 4) ** Phi Coefficient Contingency Coefficient Cramer's V Sample Size = 8 WARNING: 100% of the cells have expected conts less than 5. Chi-Sqare may not be a valid test. **: Added by the athor. Not a part of PROC FREQ otpt

10 The SAS System TABLE OF X BY Y Y ** Freqency Expected Deviation Percent Row Pct Col Pct milk tea Total milk X** tea Total STATISTICS FOR TABLE OF X BY Y Statistic DF Vale Prob Chi-Sqare Likelihood Ratio Chi-Sqare Continity Adj. Chi-Sqare Mantel-Haenszel Chi-Sqare Fisher's Exact Test (Left) (Right) (2-Tail) P(n11 = 3) ** Phi Coefficient Contingency Coefficient Cramer's V Sample Size = 8 WARNING: 100% of the cells have expected conts less than 5. Chi-Sqare may not be a valid test. **: Added by the athor. Not a part of PROC FREQ otpt

11 The SAS System TABLE OF X BY Y Y ** Freqency Expected Deviation Percent Row Pct Col Pct milk tea Total milk X** tea Total STATISTICS FOR TABLE OF X BY Y Statistic DF Vale Prob Chi-Sqare Likelihood Ratio Chi-Sqare Continity Adj. Chi-Sqare Mantel-Haenszel Chi-Sqare Fisher's Exact Test (Left) (Right) (2-Tail) P(n11 = 2) ** Phi Coefficient Contingency Coefficient Cramer's V Sample Size = 8 WARNING: 100% of the cells have expected conts less than 5. Chi-Sqare may not be a valid test. **: Added by the athor. Not a part of PROC FREQ otpt

12 The SAS System TABLE OF X BY Y Y ** Freqency Expected Deviation Percent Row Pct Col Pct milk tea Total milk X** tea Total STATISTICS FOR TABLE OF X BY Y Statistic DF Vale Prob Chi-Sqare Likelihood Ratio Chi-Sqare Continity Adj. Chi-Sqare Mantel-Haenszel Chi-Sqare Fisher's Exact Test (Left) (Right) (2-Tail) P(n11 = 1) ** Phi Coefficient Contingency Coefficient Cramer's V Sample Size = 8 WARNING: 100% of the cells have expected conts less than 5. Chi-Sqare may not be a valid test. **: Added by the athor. Not a part of PROC FREQ otpt

13 The SAS System TABLE OF X BY Y Y ** Freqency Expected Deviation Percent Row Pct Col Pct milk tea Total milk X** tea Total STATISTICS FOR TABLE OF X BY Y Statistic DF Vale Prob Chi-Sqare Likelihood Ratio Chi-Sqare Continity Adj. Chi-Sqare Mantel-Haenszel Chi-Sqare Fisher's Exact Test (Left) (Right) (2-Tail) P(n11 = 0) ** Phi Coefficient Contingency Coefficient Cramer's V Sample Size = 8 WARNING: 100% of the cells have expected conts less than 5. Chi-Sqare may not be a valid test. **: Added by the athor. Not a part of PROC FREQ otpt

An Investigation into Estimating Type B Degrees of Freedom

An Investigation into Estimating Type B Degrees of Freedom An Investigation into Estimating Type B Degrees of H. Castrp President, Integrated Sciences Grop Jne, 00 Backgrond The degrees of freedom associated with an ncertainty estimate qantifies the amont of information

More information

Sources of Non Stationarity in the Semivariogram

Sources of Non Stationarity in the Semivariogram Sorces of Non Stationarity in the Semivariogram Migel A. Cba and Oy Leangthong Traditional ncertainty characterization techniqes sch as Simple Kriging or Seqential Gassian Simlation rely on stationary

More information

Technical Note. ODiSI-B Sensor Strain Gage Factor Uncertainty

Technical Note. ODiSI-B Sensor Strain Gage Factor Uncertainty Technical Note EN-FY160 Revision November 30, 016 ODiSI-B Sensor Strain Gage Factor Uncertainty Abstract Lna has pdated or strain sensor calibration tool to spport NIST-traceable measrements, to compte

More information

A Characterization of Interventional Distributions in Semi-Markovian Causal Models

A Characterization of Interventional Distributions in Semi-Markovian Causal Models A Characterization of Interventional Distribtions in Semi-Markovian Casal Models Jin Tian and Changsng Kang Department of Compter Science Iowa State University Ames, IA 50011 {jtian, cskang}@cs.iastate.ed

More information

The Dual of the Maximum Likelihood Method

The Dual of the Maximum Likelihood Method Department of Agricltral and Resorce Economics University of California, Davis The Dal of the Maximm Likelihood Method by Qirino Paris Working Paper No. 12-002 2012 Copyright @ 2012 by Qirino Paris All

More information

Bayes and Naïve Bayes Classifiers CS434

Bayes and Naïve Bayes Classifiers CS434 Bayes and Naïve Bayes Classifiers CS434 In this lectre 1. Review some basic probability concepts 2. Introdce a sefl probabilistic rle - Bayes rle 3. Introdce the learning algorithm based on Bayes rle (ths

More information

Discussion Papers Department of Economics University of Copenhagen

Discussion Papers Department of Economics University of Copenhagen Discssion Papers Department of Economics University of Copenhagen No. 10-06 Discssion of The Forward Search: Theory and Data Analysis, by Anthony C. Atkinson, Marco Riani, and Andrea Ceroli Søren Johansen,

More information

A New Approach to Direct Sequential Simulation that Accounts for the Proportional Effect: Direct Lognormal Simulation

A New Approach to Direct Sequential Simulation that Accounts for the Proportional Effect: Direct Lognormal Simulation A ew Approach to Direct eqential imlation that Acconts for the Proportional ffect: Direct ognormal imlation John Manchk, Oy eangthong and Clayton Detsch Department of Civil & nvironmental ngineering University

More information

Discussion of The Forward Search: Theory and Data Analysis by Anthony C. Atkinson, Marco Riani, and Andrea Ceroli

Discussion of The Forward Search: Theory and Data Analysis by Anthony C. Atkinson, Marco Riani, and Andrea Ceroli 1 Introdction Discssion of The Forward Search: Theory and Data Analysis by Anthony C. Atkinson, Marco Riani, and Andrea Ceroli Søren Johansen Department of Economics, University of Copenhagen and CREATES,

More information

Konyalioglu, Serpil. Konyalioglu, A.Cihan. Ipek, A.Sabri. Isik, Ahmet

Konyalioglu, Serpil. Konyalioglu, A.Cihan. Ipek, A.Sabri. Isik, Ahmet The Role of Visalization Approach on Stdent s Conceptal Learning Konyaliogl, Serpil Department of Secondary Science and Mathematics Edcation, K.K. Edcation Faclty, Atatürk University, 25240- Erzrm-Trkey;

More information

Study on the impulsive pressure of tank oscillating by force towards multiple degrees of freedom

Study on the impulsive pressure of tank oscillating by force towards multiple degrees of freedom EPJ Web of Conferences 80, 0034 (08) EFM 07 Stdy on the implsive pressre of tank oscillating by force towards mltiple degrees of freedom Shigeyki Hibi,* The ational Defense Academy, Department of Mechanical

More information

Sensitivity Analysis in Bayesian Networks: From Single to Multiple Parameters

Sensitivity Analysis in Bayesian Networks: From Single to Multiple Parameters Sensitivity Analysis in Bayesian Networks: From Single to Mltiple Parameters Hei Chan and Adnan Darwiche Compter Science Department University of California, Los Angeles Los Angeles, CA 90095 {hei,darwiche}@cs.cla.ed

More information

BLOOM S TAXONOMY. Following Bloom s Taxonomy to Assess Students

BLOOM S TAXONOMY. Following Bloom s Taxonomy to Assess Students BLOOM S TAXONOMY Topic Following Bloom s Taonomy to Assess Stdents Smmary A handot for stdents to eplain Bloom s taonomy that is sed for item writing and test constrction to test stdents to see if they

More information

Setting The K Value And Polarization Mode Of The Delta Undulator

Setting The K Value And Polarization Mode Of The Delta Undulator LCLS-TN-4- Setting The Vale And Polarization Mode Of The Delta Undlator Zachary Wolf, Heinz-Dieter Nhn SLAC September 4, 04 Abstract This note provides the details for setting the longitdinal positions

More information

Lecture Notes On THEORY OF COMPUTATION MODULE - 2 UNIT - 2

Lecture Notes On THEORY OF COMPUTATION MODULE - 2 UNIT - 2 BIJU PATNAIK UNIVERSITY OF TECHNOLOGY, ODISHA Lectre Notes On THEORY OF COMPUTATION MODULE - 2 UNIT - 2 Prepared by, Dr. Sbhend Kmar Rath, BPUT, Odisha. Tring Machine- Miscellany UNIT 2 TURING MACHINE

More information

Decision Making in Complex Environments. Lecture 2 Ratings and Introduction to Analytic Network Process

Decision Making in Complex Environments. Lecture 2 Ratings and Introduction to Analytic Network Process Decision Making in Complex Environments Lectre 2 Ratings and Introdction to Analytic Network Process Lectres Smmary Lectre 5 Lectre 1 AHP=Hierar chies Lectre 3 ANP=Networks Strctring Complex Models with

More information

Department of Industrial Engineering Statistical Quality Control presented by Dr. Eng. Abed Schokry

Department of Industrial Engineering Statistical Quality Control presented by Dr. Eng. Abed Schokry Department of Indstrial Engineering Statistical Qality Control presented by Dr. Eng. Abed Schokry Department of Indstrial Engineering Statistical Qality Control C and U Chart presented by Dr. Eng. Abed

More information

Computational Geosciences 2 (1998) 1, 23-36

Computational Geosciences 2 (1998) 1, 23-36 A STUDY OF THE MODELLING ERROR IN TWO OPERATOR SPLITTING ALGORITHMS FOR POROUS MEDIA FLOW K. BRUSDAL, H. K. DAHLE, K. HVISTENDAHL KARLSEN, T. MANNSETH Comptational Geosciences 2 (998), 23-36 Abstract.

More information

FACULTY WORKING PAPER NO. 1081

FACULTY WORKING PAPER NO. 1081 35 51 COPY 2 FACULTY WORKING PAPER NO. 1081 Diagnostic Inference in Performance Evalation: Effects of Case and Event Covariation and Similarity Clifton Brown College of Commerce and Bsiness Administration

More information

ANOVA INTERPRETING. It might be tempting to just look at the data and wing it

ANOVA INTERPRETING. It might be tempting to just look at the data and wing it Introdction to Statistics in Psychology PSY 2 Professor Greg Francis Lectre 33 ANalysis Of VAriance Something erss which thing? ANOVA Test statistic: F = MS B MS W Estimated ariability from noise and mean

More information

PREDICTABILITY OF SOLID STATE ZENER REFERENCES

PREDICTABILITY OF SOLID STATE ZENER REFERENCES PREDICTABILITY OF SOLID STATE ZENER REFERENCES David Deaver Flke Corporation PO Box 99 Everett, WA 986 45-446-6434 David.Deaver@Flke.com Abstract - With the advent of ISO/IEC 175 and the growth in laboratory

More information

PC1 PC4 PC2 PC3 PC5 PC6 PC7 PC8 PC

PC1 PC4 PC2 PC3 PC5 PC6 PC7 PC8 PC Accracy verss interpretability in exible modeling: implementing a tradeo sing Gassian process models Tony A. Plate (tap@mcs.vw.ac.nz) School of Mathematical and Compting Sciences Victoria University of

More information

Applying Fuzzy Set Approach into Achieving Quality Improvement for Qualitative Quality Response

Applying Fuzzy Set Approach into Achieving Quality Improvement for Qualitative Quality Response Proceedings of the 007 WSES International Conference on Compter Engineering and pplications, Gold Coast, stralia, Janary 17-19, 007 5 pplying Fzzy Set pproach into chieving Qality Improvement for Qalitative

More information

UNCERTAINTY FOCUSED STRENGTH ANALYSIS MODEL

UNCERTAINTY FOCUSED STRENGTH ANALYSIS MODEL 8th International DAAAM Baltic Conference "INDUSTRIAL ENGINEERING - 19-1 April 01, Tallinn, Estonia UNCERTAINTY FOCUSED STRENGTH ANALYSIS MODEL Põdra, P. & Laaneots, R. Abstract: Strength analysis is a

More information

Mathematical Analysis of Nipah Virus Infections Using Optimal Control Theory

Mathematical Analysis of Nipah Virus Infections Using Optimal Control Theory Jornal of Applied Mathematics and Physics, 06, 4, 099- Pblished Online Jne 06 in SciRes. http://www.scirp.org/jornal/jamp http://dx.doi.org/0.436/jamp.06.464 Mathematical Analysis of Nipah Virs nfections

More information

Introdction Finite elds play an increasingly important role in modern digital commnication systems. Typical areas of applications are cryptographic sc

Introdction Finite elds play an increasingly important role in modern digital commnication systems. Typical areas of applications are cryptographic sc A New Architectre for a Parallel Finite Field Mltiplier with Low Complexity Based on Composite Fields Christof Paar y IEEE Transactions on Compters, Jly 996, vol 45, no 7, pp 856-86 Abstract In this paper

More information

A Model-Free Adaptive Control of Pulsed GTAW

A Model-Free Adaptive Control of Pulsed GTAW A Model-Free Adaptive Control of Plsed GTAW F.L. Lv 1, S.B. Chen 1, and S.W. Dai 1 Institte of Welding Technology, Shanghai Jiao Tong University, Shanghai 00030, P.R. China Department of Atomatic Control,

More information

Classify by number of ports and examine the possible structures that result. Using only one-port elements, no more than two elements can be assembled.

Classify by number of ports and examine the possible structures that result. Using only one-port elements, no more than two elements can be assembled. Jnction elements in network models. Classify by nmber of ports and examine the possible strctres that reslt. Using only one-port elements, no more than two elements can be assembled. Combining two two-ports

More information

1 The space of linear transformations from R n to R m :

1 The space of linear transformations from R n to R m : Math 540 Spring 20 Notes #4 Higher deriaties, Taylor s theorem The space of linear transformations from R n to R m We hae discssed linear transformations mapping R n to R m We can add sch linear transformations

More information

Strategic Timing of Content in Online Social Networks

Strategic Timing of Content in Online Social Networks Strategic Timing of Content in Online Social Networks Sina Modaresi Department of Indstrial Engineering, University of Pittsbrgh, Pittsbrgh PA 56, sim3@pitt.ed Jan Pablo Vielma Sloan School of Management,

More information

4.2 First-Order Logic

4.2 First-Order Logic 64 First-Order Logic and Type Theory The problem can be seen in the two qestionable rles In the existential introdction, the term a has not yet been introdced into the derivation and its se can therefore

More information

Modelling by Differential Equations from Properties of Phenomenon to its Investigation

Modelling by Differential Equations from Properties of Phenomenon to its Investigation Modelling by Differential Eqations from Properties of Phenomenon to its Investigation V. Kleiza and O. Prvinis Kanas University of Technology, Lithania Abstract The Panevezys camps of Kanas University

More information

Formules relatives aux probabilités qui dépendent de très grands nombers

Formules relatives aux probabilités qui dépendent de très grands nombers Formles relatives ax probabilités qi dépendent de très grands nombers M. Poisson Comptes rends II (836) pp. 603-63 In the most important applications of the theory of probabilities, the chances of events

More information

J.A. BURNS AND B.B. KING redced order controllers sensors/actators. The kernels of these integral representations are called fnctional gains. In [4],

J.A. BURNS AND B.B. KING redced order controllers sensors/actators. The kernels of these integral representations are called fnctional gains. In [4], Jornal of Mathematical Systems, Estimation, Control Vol. 8, No. 2, 1998, pp. 1{12 c 1998 Birkhaser-Boston A Note on the Mathematical Modelling of Damped Second Order Systems John A. Brns y Belinda B. King

More information

3.1 The Basic Two-Level Model - The Formulas

3.1 The Basic Two-Level Model - The Formulas CHAPTER 3 3 THE BASIC MULTILEVEL MODEL AND EXTENSIONS In the previos Chapter we introdced a nmber of models and we cleared ot the advantages of Mltilevel Models in the analysis of hierarchically nested

More information

Universal Scheme for Optimal Search and Stop

Universal Scheme for Optimal Search and Stop Universal Scheme for Optimal Search and Stop Sirin Nitinawarat Qalcomm Technologies, Inc. 5775 Morehose Drive San Diego, CA 92121, USA Email: sirin.nitinawarat@gmail.com Vengopal V. Veeravalli Coordinated

More information

Nonlinear parametric optimization using cylindrical algebraic decomposition

Nonlinear parametric optimization using cylindrical algebraic decomposition Proceedings of the 44th IEEE Conference on Decision and Control, and the Eropean Control Conference 2005 Seville, Spain, December 12-15, 2005 TC08.5 Nonlinear parametric optimization sing cylindrical algebraic

More information

Simplified Identification Scheme for Structures on a Flexible Base

Simplified Identification Scheme for Structures on a Flexible Base Simplified Identification Scheme for Strctres on a Flexible Base L.M. Star California State University, Long Beach G. Mylonais University of Patras, Greece J.P. Stewart University of California, Los Angeles

More information

Sareban: Evaluation of Three Common Algorithms for Structure Active Control

Sareban: Evaluation of Three Common Algorithms for Structure Active Control Engineering, Technology & Applied Science Research Vol. 7, No. 3, 2017, 1638-1646 1638 Evalation of Three Common Algorithms for Strctre Active Control Mohammad Sareban Department of Civil Engineering Shahrood

More information

EVALUATION OF GROUND STRAIN FROM IN SITU DYNAMIC RESPONSE

EVALUATION OF GROUND STRAIN FROM IN SITU DYNAMIC RESPONSE 13 th World Conference on Earthqake Engineering Vancover, B.C., Canada Agst 1-6, 2004 Paper No. 3099 EVALUATION OF GROUND STRAIN FROM IN SITU DYNAMIC RESPONSE Ellen M. RATHJE 1, Wen-Jong CHANG 2, Kenneth

More information

Optimal Control of a Heterogeneous Two Server System with Consideration for Power and Performance

Optimal Control of a Heterogeneous Two Server System with Consideration for Power and Performance Optimal Control of a Heterogeneos Two Server System with Consideration for Power and Performance by Jiazheng Li A thesis presented to the University of Waterloo in flfilment of the thesis reqirement for

More information

TESTING MEANS. we want to test. but we need to know if 2 1 = 2 2 if it is, we use the methods described last time pooled estimate of variance

TESTING MEANS. we want to test. but we need to know if 2 1 = 2 2 if it is, we use the methods described last time pooled estimate of variance Introdction to Statistics in Psychology PSY Profess Greg Francis Lectre 6 Hypothesis testing f two sample case Planning a replication stdy TESTING MENS we want to test H : µ µ H a : µ µ 6 bt we need to

More information

FEA Solution Procedure

FEA Solution Procedure EA Soltion Procedre (demonstrated with a -D bar element problem) EA Procedre for Static Analysis. Prepare the E model a. discretize (mesh) the strctre b. prescribe loads c. prescribe spports. Perform calclations

More information

FOUNTAIN codes [3], [4] provide an efficient solution

FOUNTAIN codes [3], [4] provide an efficient solution Inactivation Decoding of LT and Raptor Codes: Analysis and Code Design Francisco Lázaro, Stdent Member, IEEE, Gianligi Liva, Senior Member, IEEE, Gerhard Bach, Fellow, IEEE arxiv:176.5814v1 [cs.it 19 Jn

More information

QUANTILE ESTIMATION IN SUCCESSIVE SAMPLING

QUANTILE ESTIMATION IN SUCCESSIVE SAMPLING Jornal of the Korean Statistical Society 2007, 36: 4, pp 543 556 QUANTILE ESTIMATION IN SUCCESSIVE SAMPLING Hosila P. Singh 1, Ritesh Tailor 2, Sarjinder Singh 3 and Jong-Min Kim 4 Abstract In sccessive

More information

Decision Oriented Bayesian Design of Experiments

Decision Oriented Bayesian Design of Experiments Decision Oriented Bayesian Design of Experiments Farminder S. Anand*, Jay H. Lee**, Matthew J. Realff*** *School of Chemical & Biomoleclar Engineering Georgia Institte of echnology, Atlanta, GA 3332 USA

More information

Effects of Soil Spatial Variability on Bearing Capacity of Shallow Foundations

Effects of Soil Spatial Variability on Bearing Capacity of Shallow Foundations Geotechnical Safety and Risk V T. Schweckendiek et al. (Eds.) 2015 The athors and IOS Press. This article is pblished online with Open Access by IOS Press and distribted nder the terms of the Creative

More information

FREQUENCY DOMAIN FLUTTER SOLUTION TECHNIQUE USING COMPLEX MU-ANALYSIS

FREQUENCY DOMAIN FLUTTER SOLUTION TECHNIQUE USING COMPLEX MU-ANALYSIS 7 TH INTERNATIONAL CONGRESS O THE AERONAUTICAL SCIENCES REQUENCY DOMAIN LUTTER SOLUTION TECHNIQUE USING COMPLEX MU-ANALYSIS Yingsong G, Zhichn Yang Northwestern Polytechnical University, Xi an, P. R. China,

More information

Experimental Study of an Impinging Round Jet

Experimental Study of an Impinging Round Jet Marie Crie ay Final Report : Experimental dy of an Impinging Rond Jet BOURDETTE Vincent Ph.D stdent at the Rovira i Virgili University (URV), Mechanical Engineering Department. Work carried ot dring a

More information

Graphs and Their. Applications (6) K.M. Koh* F.M. Dong and E.G. Tay. 17 The Number of Spanning Trees

Graphs and Their. Applications (6) K.M. Koh* F.M. Dong and E.G. Tay. 17 The Number of Spanning Trees Graphs and Their Applications (6) by K.M. Koh* Department of Mathematics National University of Singapore, Singapore 1 ~ 7543 F.M. Dong and E.G. Tay Mathematics and Mathematics EdOOation National Institte

More information

Finite Difference Method of Modelling Groundwater Flow

Finite Difference Method of Modelling Groundwater Flow Jornal of Water Resorce and Protection, 20, 3, 92-98 doi:0.4236/warp.20.33025 Pblished Online March 20 (http://www.scirp.org/ornal/warp) Finite Difference Method of Modelling Grondwater Flow Abstract Magns.

More information

On the tree cover number of a graph

On the tree cover number of a graph On the tree cover nmber of a graph Chassidy Bozeman Minerva Catral Brendan Cook Oscar E. González Carolyn Reinhart Abstract Given a graph G, the tree cover nmber of the graph, denoted T (G), is the minimm

More information

Reducing Conservatism in Flutterometer Predictions Using Volterra Modeling with Modal Parameter Estimation

Reducing Conservatism in Flutterometer Predictions Using Volterra Modeling with Modal Parameter Estimation JOURNAL OF AIRCRAFT Vol. 42, No. 4, Jly Agst 2005 Redcing Conservatism in Fltterometer Predictions Using Volterra Modeling with Modal Parameter Estimation Rick Lind and Joao Pedro Mortaga University of

More information

Chem 4501 Introduction to Thermodynamics, 3 Credits Kinetics, and Statistical Mechanics. Fall Semester Homework Problem Set Number 10 Solutions

Chem 4501 Introduction to Thermodynamics, 3 Credits Kinetics, and Statistical Mechanics. Fall Semester Homework Problem Set Number 10 Solutions Chem 4501 Introdction to Thermodynamics, 3 Credits Kinetics, and Statistical Mechanics Fall Semester 2017 Homework Problem Set Nmber 10 Soltions 1. McQarrie and Simon, 10-4. Paraphrase: Apply Eler s theorem

More information

Queueing analysis of service deferrals for load management in power systems

Queueing analysis of service deferrals for load management in power systems Qeeing analysis of service deferrals for load management in power systems Andrés Ferragt and Fernando Paganini Universidad ORT Urgay Abstract With the advent of renewable sorces and Smart- Grid deployments,

More information

Quantum Key Distribution Using Decoy State Protocol

Quantum Key Distribution Using Decoy State Protocol American J. of Engineering and Applied Sciences 2 (4): 694-698, 2009 ISSN 94-7020 2009 Science Pblications Qantm Key Distribtion sing Decoy State Protocol,2 Sellami Ali, 2 Shhairi Sahardin and,2 M.R.B.

More information

Math 116 First Midterm October 14, 2009

Math 116 First Midterm October 14, 2009 Math 116 First Midterm October 14, 9 Name: EXAM SOLUTIONS Instrctor: Section: 1. Do not open this exam ntil yo are told to do so.. This exam has 1 pages inclding this cover. There are 9 problems. Note

More information

i=1 y i 1fd i = dg= P N i=1 1fd i = dg.

i=1 y i 1fd i = dg= P N i=1 1fd i = dg. ECOOMETRICS II (ECO 240S) University of Toronto. Department of Economics. Winter 208 Instrctor: Victor Agirregabiria SOLUTIO TO FIAL EXAM Tesday, April 0, 208. From 9:00am-2:00pm (3 hors) ISTRUCTIOS: -

More information

The Determination of Uncertainties in Creep Testing to European Standard pren 10291

The Determination of Uncertainties in Creep Testing to European Standard pren 10291 UNCERT COP 1: Manal of Codes of Practice for the Determination of Uncertainties in Mechanical Tests on Metallic Materials Code of Practice No. 1 The Determination of Uncertainties in Creep Testing to Eropean

More information

Propagation of measurement uncertainty in spatial characterisation of recreational fishing catch rates using logistic transform indicator kriging

Propagation of measurement uncertainty in spatial characterisation of recreational fishing catch rates using logistic transform indicator kriging st International Congress on Modelling and Simlation, Gold Coast, Astralia, 9 Nov to 4 Dec 05 www.mssan.org.a/modsim05 Propagation of measrement ncertainty in spatial characterisation of recreational fishing

More information

We automate the bivariate change-of-variables technique for bivariate continuous random variables with

We automate the bivariate change-of-variables technique for bivariate continuous random variables with INFORMS Jornal on Compting Vol. 4, No., Winter 0, pp. 9 ISSN 09-9856 (print) ISSN 56-558 (online) http://dx.doi.org/0.87/ijoc.046 0 INFORMS Atomating Biariate Transformations Jeff X. Yang, John H. Drew,

More information

EOQ Problem Well-Posedness: an Alternative Approach Establishing Sufficient Conditions

EOQ Problem Well-Posedness: an Alternative Approach Establishing Sufficient Conditions pplied Mathematical Sciences, Vol. 4, 2, no. 25, 23-29 EOQ Problem Well-Posedness: an lternative pproach Establishing Sfficient Conditions Giovanni Mingari Scarpello via Negroli, 6, 226 Milano Italy Daniele

More information

APPLICATION OF MICROTREMOR MEASUREMENTS TO EARTHQUAKE ENGINEERING

APPLICATION OF MICROTREMOR MEASUREMENTS TO EARTHQUAKE ENGINEERING 170 APPLICATION OF MICROTREMOR MEASUREMENTS TO EARTHQUAKE ENGINEERING I. M. Parton* and P. W. Taylor* INTRODUCTION Two previos papers pblished in this Blletin (Refs 1, 2) described the methods developed

More information

Lecture Notes: Finite Element Analysis, J.E. Akin, Rice University

Lecture Notes: Finite Element Analysis, J.E. Akin, Rice University 9. TRUSS ANALYSIS... 1 9.1 PLANAR TRUSS... 1 9. SPACE TRUSS... 11 9.3 SUMMARY... 1 9.4 EXERCISES... 15 9. Trss analysis 9.1 Planar trss: The differential eqation for the eqilibrim of an elastic bar (above)

More information

Research Article Permanence of a Discrete Predator-Prey Systems with Beddington-DeAngelis Functional Response and Feedback Controls

Research Article Permanence of a Discrete Predator-Prey Systems with Beddington-DeAngelis Functional Response and Feedback Controls Hindawi Pblishing Corporation Discrete Dynamics in Natre and Society Volme 2008 Article ID 149267 8 pages doi:101155/2008/149267 Research Article Permanence of a Discrete Predator-Prey Systems with Beddington-DeAngelis

More information

arxiv:quant-ph/ v4 14 May 2003

arxiv:quant-ph/ v4 14 May 2003 Phase-transition-like Behavior of Qantm Games arxiv:qant-ph/0111138v4 14 May 2003 Jiangfeng D Department of Modern Physics, University of Science and Technology of China, Hefei, 230027, People s Repblic

More information

PHASE STEERING AND FOCUSING BEHAVIOR OF ULTRASOUND IN CEMENTITIOUS MATERIALS

PHASE STEERING AND FOCUSING BEHAVIOR OF ULTRASOUND IN CEMENTITIOUS MATERIALS PHAS STRING AND FOCUSING BHAVIOR OF ULTRASOUND IN CMNTITIOUS MATRIALS Shi-Chang Wooh and Lawrence Azar Department of Civil and nvironmental ngineering Massachsetts Institte of Technology Cambridge, MA

More information

A Single Species in One Spatial Dimension

A Single Species in One Spatial Dimension Lectre 6 A Single Species in One Spatial Dimension Reading: Material similar to that in this section of the corse appears in Sections 1. and 13.5 of James D. Mrray (), Mathematical Biology I: An introction,

More information

FRTN10 Exercise 12. Synthesis by Convex Optimization

FRTN10 Exercise 12. Synthesis by Convex Optimization FRTN Exercise 2. 2. We want to design a controller C for the stable SISO process P as shown in Figre 2. sing the Yola parametrization and convex optimization. To do this, the control loop mst first be

More information

VIBRATION MEASUREMENT UNCERTAINTY AND RELIABILITY DIAGNOSTICS RESULTS IN ROTATING SYSTEMS

VIBRATION MEASUREMENT UNCERTAINTY AND RELIABILITY DIAGNOSTICS RESULTS IN ROTATING SYSTEMS VIBRATIO MEASUREMET UCERTAITY AD RELIABILITY DIAGOSTICS RESULTS I ROTATIG SYSTEMS. Introdction M. Eidkevicite, V. Volkovas anas University of Technology, Lithania The rotating machinery technical state

More information

Frequency Estimation, Multiple Stationary Nonsinusoidal Resonances With Trend 1

Frequency Estimation, Multiple Stationary Nonsinusoidal Resonances With Trend 1 Freqency Estimation, Mltiple Stationary Nonsinsoidal Resonances With Trend 1 G. Larry Bretthorst Department of Chemistry, Washington University, St. Lois MO 6313 Abstract. In this paper, we address the

More information

Section 7.4: Integration of Rational Functions by Partial Fractions

Section 7.4: Integration of Rational Functions by Partial Fractions Section 7.4: Integration of Rational Fnctions by Partial Fractions This is abot as complicated as it gets. The Method of Partial Fractions Ecept for a few very special cases, crrently we have no way to

More information

CONTENTS. INTRODUCTION MEQ curriculum objectives for vectors (8% of year). page 2 What is a vector? What is a scalar? page 3, 4

CONTENTS. INTRODUCTION MEQ curriculum objectives for vectors (8% of year). page 2 What is a vector? What is a scalar? page 3, 4 CONTENTS INTRODUCTION MEQ crriclm objectives for vectors (8% of year). page 2 What is a vector? What is a scalar? page 3, 4 VECTOR CONCEPTS FROM GEOMETRIC AND ALGEBRAIC PERSPECTIVES page 1 Representation

More information

TrustSVD: Collaborative Filtering with Both the Explicit and Implicit Influence of User Trust and of Item Ratings

TrustSVD: Collaborative Filtering with Both the Explicit and Implicit Influence of User Trust and of Item Ratings Proceedings of the Twenty-Ninth AAAI Conference on Artificial Intelligence TrstSVD: Collaborative Filtering with Both the Explicit and Implicit Inflence of User Trst and of Item Ratings Gibing Go Jie Zhang

More information

A Survey of the Implementation of Numerical Schemes for Linear Advection Equation

A Survey of the Implementation of Numerical Schemes for Linear Advection Equation Advances in Pre Mathematics, 4, 4, 467-479 Pblished Online Agst 4 in SciRes. http://www.scirp.org/jornal/apm http://dx.doi.org/.436/apm.4.485 A Srvey of the Implementation of Nmerical Schemes for Linear

More information

Review of WINBUGS. 1. Introduction. by Harvey Goldstein Institute of Education University of London

Review of WINBUGS. 1. Introduction. by Harvey Goldstein Institute of Education University of London Review of WINBUGS by Harvey Goldstein Institte of Edcation University of London h.goldstein@ioe.ac.k. Introdction This review is based pon the beta release of WINBUGS.4 which has several enhancements over

More information

EXPT. 5 DETERMINATION OF pk a OF AN INDICATOR USING SPECTROPHOTOMETRY

EXPT. 5 DETERMINATION OF pk a OF AN INDICATOR USING SPECTROPHOTOMETRY EXPT. 5 DETERMITIO OF pk a OF IDICTOR USIG SPECTROPHOTOMETRY Strctre 5.1 Introdction Objectives 5.2 Principle 5.3 Spectrophotometric Determination of pka Vale of Indicator 5.4 Reqirements 5.5 Soltions

More information

THE REDUCTION IN FINESTRUCTURE CONTAMINATION OF INTERNAL WAVE ESTIMATES FROM A TOWED THERMISTOR CHAIN

THE REDUCTION IN FINESTRUCTURE CONTAMINATION OF INTERNAL WAVE ESTIMATES FROM A TOWED THERMISTOR CHAIN DANIEL C. DUBBEL THE REDUCTION IN FINESTRUCTURE CONTAMINATION OF INTERNAL WAVE ESTIMATES FROM A TOWED THERMISTOR CHAIN Estimates of internal wave displacements based on towed thermistor array data have

More information

Earthquake Simulation by Restricted Random Walks

Earthquake Simulation by Restricted Random Walks 1 Earthqake Simlation by Restricted Random Walks Steven N. Ward Institte of Geophysics and Planetary Physics University of California, Santa Crz Abstract. This article simlates earthqake slip distribtions

More information

Uncertainties of measurement

Uncertainties of measurement Uncertainties of measrement Laboratory tas A temperatre sensor is connected as a voltage divider according to the schematic diagram on Fig.. The temperatre sensor is a thermistor type B5764K [] with nominal

More information

PIPELINE MECHANICAL DAMAGE CHARACTERIZATION BY MULTIPLE MAGNETIZATION LEVEL DECOUPLING

PIPELINE MECHANICAL DAMAGE CHARACTERIZATION BY MULTIPLE MAGNETIZATION LEVEL DECOUPLING PIPELINE MECHANICAL DAMAGE CHARACTERIZATION BY MULTIPLE MAGNETIZATION LEVEL DECOUPLING INTRODUCTION Richard 1. Davis & 1. Brce Nestleroth Battelle 505 King Ave Colmbs, OH 40201 Mechanical damage, cased

More information

1. INTRODUCTION. A solution for the dark matter mystery based on Euclidean relativity. Frédéric LASSIAILLE 2009 Page 1 14/05/2010. Frédéric LASSIAILLE

1. INTRODUCTION. A solution for the dark matter mystery based on Euclidean relativity. Frédéric LASSIAILLE 2009 Page 1 14/05/2010. Frédéric LASSIAILLE Frédéric LASSIAILLE 2009 Page 1 14/05/2010 Frédéric LASSIAILLE email: lmimi2003@hotmail.com http://lmi.chez-alice.fr/anglais A soltion for the dark matter mystery based on Eclidean relativity The stdy

More information

Second-Order Wave Equation

Second-Order Wave Equation Second-Order Wave Eqation A. Salih Department of Aerospace Engineering Indian Institte of Space Science and Technology, Thirvananthapram 3 December 016 1 Introdction The classical wave eqation is a second-order

More information

Imprecise Continuous-Time Markov Chains

Imprecise Continuous-Time Markov Chains Imprecise Continos-Time Markov Chains Thomas Krak *, Jasper De Bock, and Arno Siebes t.e.krak@.nl, a.p.j.m.siebes@.nl Utrecht University, Department of Information and Compting Sciences, Princetonplein

More information

A fundamental inverse problem in geosciences

A fundamental inverse problem in geosciences A fndamental inverse problem in geosciences Predict the vales of a spatial random field (SRF) sing a set of observed vales of the same and/or other SRFs. y i L i ( ) + v, i,..., n i ( P)? L i () : linear

More information

Incorporating Diversity in a Learning to Rank Recommender System

Incorporating Diversity in a Learning to Rank Recommender System Proceedings of the Twenty-Ninth International Florida Artificial Intelligence Research Society Conference Incorporating Diversity in a Learning to Rank Recommender System Jacek Wasilewski and Neil Hrley

More information

Sign-reductions, p-adic valuations, binomial coefficients modulo p k and triangular symmetries

Sign-reductions, p-adic valuations, binomial coefficients modulo p k and triangular symmetries Sign-redctions, p-adic valations, binomial coefficients modlo p k and trianglar symmetries Mihai Prnesc Abstract According to a classical reslt of E. Kmmer, the p-adic valation v p applied to a binomial

More information

Lateral Load Capacity of Piles

Lateral Load Capacity of Piles Lateral Load Capacity of Piles M. T. DAVSSON, Department of Civil Engineering, University of llinois, Urbana Pile fondations sally find resistance to lateral loads from (a) passive soil resistance on the

More information

Prediction of Effective Asphalt Layer Temperature

Prediction of Effective Asphalt Layer Temperature TRANSPORTATION RESEARCH RECORD 1473 93 Prediction of Effective Asphalt Layer Temperatre EARL H. INGE, JR., AND Y. RICHARD KIM The most widely sed method for evalating deflection measrements for overlay

More information

Assignment Fall 2014

Assignment Fall 2014 Assignment 5.086 Fall 04 De: Wednesday, 0 December at 5 PM. Upload yor soltion to corse website as a zip file YOURNAME_ASSIGNMENT_5 which incldes the script for each qestion as well as all Matlab fnctions

More information

A Theory of Markovian Time Inconsistent Stochastic Control in Discrete Time

A Theory of Markovian Time Inconsistent Stochastic Control in Discrete Time A Theory of Markovian Time Inconsistent Stochastic Control in Discrete Time Tomas Björk Department of Finance, Stockholm School of Economics tomas.bjork@hhs.se Agatha Mrgoci Department of Economics Aarhs

More information

5. The Bernoulli Equation

5. The Bernoulli Equation 5. The Bernolli Eqation [This material relates predominantly to modles ELP034, ELP035] 5. Work and Energy 5. Bernolli s Eqation 5.3 An example of the se of Bernolli s eqation 5.4 Pressre head, velocity

More information

Stability of Model Predictive Control using Markov Chain Monte Carlo Optimisation

Stability of Model Predictive Control using Markov Chain Monte Carlo Optimisation Stability of Model Predictive Control sing Markov Chain Monte Carlo Optimisation Elilini Siva, Pal Golart, Jan Maciejowski and Nikolas Kantas Abstract We apply stochastic Lyapnov theory to perform stability

More information

Convergence analysis of ant colony learning

Convergence analysis of ant colony learning Delft University of Technology Delft Center for Systems and Control Technical report 11-012 Convergence analysis of ant colony learning J van Ast R Babška and B De Schtter If yo want to cite this report

More information

Theoretical and Experimental Implementation of DC Motor Nonlinear Controllers

Theoretical and Experimental Implementation of DC Motor Nonlinear Controllers Theoretical and Experimental Implementation of DC Motor Nonlinear Controllers D.R. Espinoza-Trejo and D.U. Campos-Delgado Facltad de Ingeniería, CIEP, UASLP, espinoza trejo dr@aslp.mx Facltad de Ciencias,

More information

Optimal search: a practical interpretation of information-driven sensor management

Optimal search: a practical interpretation of information-driven sensor management Optimal search: a practical interpretation of information-driven sensor management Fotios Katsilieris, Yvo Boers and Hans Driessen Thales Nederland B.V. Hengelo, the Netherlands Email: {Fotios.Katsilieris,

More information

Shape Phase Transition of Polyampholytes in. Two Dimensions. M. R. Ejtehadi and S. Rouhani. Department of Physics, Sharif University of Technology,

Shape Phase Transition of Polyampholytes in. Two Dimensions. M. R. Ejtehadi and S. Rouhani. Department of Physics, Sharif University of Technology, IPM # 1996 Shape Phase Transition of Polyampholytes in Two Dimensions M. R. Ejtehadi and S. Rohani Department of Physics, Sharif University of Technology, Tehran P. O. Box: 11365-5531, Iran. and Institte

More information

Prandl established a universal velocity profile for flow parallel to the bed given by

Prandl established a universal velocity profile for flow parallel to the bed given by EM 0--00 (Part VI) (g) The nderlayers shold be at least three thicknesses of the W 50 stone, bt never less than 0.3 m (Ahrens 98b). The thickness can be calclated sing Eqation VI-5-9 with a coefficient

More information

High speed analysis of high pressure combustion in a constant volume cell

High speed analysis of high pressure combustion in a constant volume cell High speed analysis of high pressre combstion in a constant volme cell.j.m. Frijters *, R.J.H. Klein-Dowel, S.S. Manski, L.M.T. Somers and R.S.G. Baert Section Combstion Technology Eindhoven University

More information

Testing Independence

Testing Independence Testing Independence Dipankar Bandyopadhyay Department of Biostatistics, Virginia Commonwealth University BIOS 625: Categorical Data & GLM 1/50 Testing Independence Previously, we looked at RR = OR = 1

More information