Extract Domain-specific Paraphrase from Monolingual Corpus for Automatic Evaluation of Machine Translation

Size: px
Start display at page:

Download "Extract Domain-specific Paraphrase from Monolingual Corpus for Automatic Evaluation of Machine Translation"

Transcription

1 Extract Doma-specfc Paraphrase from Moolgual Corpus for Automatc Evaluato of Mache Traslato Ll Zhag, Zhe Weg, Weya Xao, Jay Wa, Zhmg Che, Ymg Ta, Maox L, Mgwe Wag School of Computer Iformato Egeerg, Jagx Normal Uversty { , , , {qqchezhmg, tt_yymm, mosesl, Abstract Paraphrase ca help match syoyms or match phrases wth the same or smlar meag, thus t plays a mportat role automatc evaluato of mache traslato. The tradtoal approaches extract paraphrase geeral doma from blgual corpus. Because the WMT16 metrcs task cossts of three subtasks, amely ews doma, medcal doma, ad IT doma, we propose to extract domaspecfc paraphrase tables from moolgual corpus to replace the geeral paraphrase table. We utlze the M-L approach to flter the large scale geeral moolgual corpus to a doma-specfc sub-corpus, ad explot Markov Network model to extract paraphrase tables from the sub-corpus. The expermetal results o WMT15 Metrcs task show that METEOR metrc usg the doma-specfc paraphrase tables outperforms that usg the paraphrase table geeral doma extracted from the blgual corpus. 1 Itroducto Mache traslato (MT) automatc evaluato metrcs, such as BLEU (Pape et al., 00), NIST (Doddgto, 00), METEOR (Baeree et al., 005), TER (Sover et al., 006), MAXSIM (Cha et al., 008) etc., evaluate the qualty of the MT system output by calculatg the smlarty betwee the traslato output ad the huma referece. Accurately matchg words or phrases wth the same or smlar meag s crtcal to the performace of the automatc evaluato metrcs (L et al., 013; L et al., 016). Recetly, may works ehaced tradtoal metrcs by addg paraphrase match. For stace, the latest verso of METEOR package (Dekowsk ad Lave, 014), the paraphrase match was added after the stadard exact word match, stem match ad syoym match. Ad the latest verso of TER package (Baard et al., 005) relaxes the codto of word match or chuk shft by addg paraphrase match. Note that the paraphrase tables used latest METE- OR ad TER metrcs belog to the geeral doma ad they are extracted from blgual parallel corpus by the Pvot approach (Baard et al., 005). However, the WMT16 metrcs task cossts of sub-tasks o specfc domas volvg several dfferet laguages. Cofroted wth the chages, we propose a Moolgual Paraphrase Extracto method based o Doma Adaptato (MPEDA), ad use the ew doma-specfc paraphrase table to replace the tradtoal paraphrase tables the latest METEOR package. Related Work I statstcal atural laguage processg, both the scale ad the qualty of the trag data have a drect mpact o the performace of statstcal learg. Take statstcal MT for a example, f the sze of trag data s larger ad the more t covers -gram appeared the test set, the qualty of the MT outputs wll be better. To expad the scale of the exstg domaspecfc corpus, Moore ad Lews (010) traed models wth geeral corpus ad doma-specfc corpus, ad computed cross etropy of each setece the geeral corpus to extract a subcorpus much larger tha the exstg domaspecfc corpus. I ths way, a large scale doma-specfc trag corpus for statstcal MT was establshed. Alog ths approach, Amtta et al. (011) proposed a blgual parallel data selecto approach based o cross etropy to mprove the MT performace for spoke laguage traslato. Ad Jur et al. (015) fltered trag data for automatc extracto of paraphrase by usg Moore ad Lews approach to extract paraphrases from the fltered trag data va the Pvot approach. Automatcally extractg paraphrases from the large scale corpus s low cost. Barzlay ad McKeow (001) preseted a usupervsed learg approach to extract paraphrases of 511 Proceedgs of the Frst Coferece o Mache Traslato, Volume : Shared Task Papers, pages , Berl, Germay, August 11-1, 016. c 016 Assocato for Computatoal Lgustcs

2 words ad phrases from dfferet Eglsh traslatos of the detcal source laguage seteces. Baard ad Callso-Burch (005) employed the word algmet techque of statstcal MT to extract paraphrases from blgual parallel corpus. Shyama et al. (00) used the amed etty recogto features to extract paraphrases from moolgual comparable corpus. Barzlay ad Lee (003) used text strgs algmet algorthm to lear paraphrases at setece level from the uaotated comparable corpus. Yet, there are stll great restrctos of the latter two moolgual paraphrase extracto methods. Therefore, we adopt the Markov-based method proposed by Weg et al. (015) to extract paraphrases specfc doma from moolgual corpus because that t has o restrctos o moolgual corpus the target laguage as t ca extract paraphrase by costructg the Markov etworks of words. Pror to the paraphrase extracto, we frst flter large scale moolgual corpus to sub-corpus close to the doma of the huma referece. Compared wth geeral trag corpus, the fltered sub-corpus s smaller ad more related to the target doma, whch results the mprovemet o the qualty of paraphrase table as well as the performace whe the paraphrase table s appled automatc evaluato metrc. 3 MPEDA: Moolgual Paraphrase Extracto Based o Doma Adaptato We extract doma-specfc paraphrases from the moolgual corpus whch are the most related to the test data. Our approach ams at accurately matchg syoyms ad phrases wth the same or smlar meag MT outputs ad huma refereces wth the help of the doma-specfc paraphrase. We frst flter a sub-corpus from a large geeral corpus by the exteded M-L method, ad the extract paraphrases based o Markov Network model ad fally apply the paraphrase table to METEOR metrc. 3.1 Extractg paraphrases based o word chuks Accordg to the Markov Network model, we frst use the term co-occurrece the text set to calculate the correlato amog terms ad costruct a term Markov etwork where the correlato betwee two words the etwork (edge weght) s computed by the ot codtoal probablty of two terms the text set accordg to Formula (1) - (3), whch codtoal probablty P(t t ) ad P(t t ) are ot equal. P( t t ) P( t t ) R( t, t ) (1) C( t, t ) P( t t ) () Ct ( ) C( t, t ) P( t t) (3) Ct ( ) I Formula (1) (3), t ad t stad for two terms, C(t, t ) s the umber of documets that the whole trag data term t ad term t cooccur the same wdow, C(t ) ad C(t ) deote the umbers of documets that term t ad term t occur the whole trag data respectvely, R(t, t ) deotes the correlato betwee term t ad term t. The greater the R value, the hgher the correlato betwee the two terms. Extractg paraphrases from the costructed term Markov etwork s bult o the followg hypothess: the more word chuks co-occurrg betwee two terms, the more smlar ther sematc meags are, ad thus the two terms are a paraphrase par. Therefore, we eed to buld a -gram word chuk set for each term ad the calculate the rato betwee the umber of cooccurrg word chuks of two terms ad the total umber of word chuks wth oe term occurrg. The rato s cosdered as the possblty of the two terms costructg a paraphrase par, whch ca be obtaed by formula (4) - (6). Formula (6) s used to calculate the weght of -gram word chuk. W3 ( t, t ) pos( t, t ) (4) 1 ( W3 ( t ) W3 ( t )) W ( t, t ) w ( t, t, t ) (5) 3 3 k kk tk clque ( t, t, tk ) w { t, t,... t } 1, 1 1 R( t, t ) ( 1) (6) I the above formulas, pos(t,t ) s the paraphrase probablty of term t ad term t, W 3 (t,t ) s the sum of weghts of all the 3-gram word chuks cotag term t ad term t, W 3 (t ) s the sum of weghts of all the 3-gram word chuks cotag term t, W 3 (t ) deotes the sum of weghts of all the 3-gram word chuks cotag term t, deotes the umber of odes word chuk, R(t,t ) deotes the correlato betwee term t ad term t. 51

3 We use the terms co-occurrece to costruct a term Markov etwork ad extract phrases the corpus as a ode of Markov etwork. Fgure 1 shows a example of 3-gram word chuk, where t 1 stads for the term computer, t stads for the term Iteret, t 3 stads for the term calculatg mache, t 4 stads for the term electroc. I ths example, the 3-gram word chuk set for each term s S(C 3 (t 1 ))= {{ t 1,t,t 3 }, {t 1, t 3, t 4 }}, S(C 3 (t ))={ t 1, t, t 3 }, S(C 3 (t 3 )= {{ t 1,t,t 3 }, {t 1,t 3,t 4 }}, S(C 3 (t 4 ))={ t 1,t 3, t 4 }. It ca be observed that S(C 3 (t 1 ))= S(C 3 (t 3 )= {{ t 1,t,t 3 }, {t 1,t 3,t 4 }}, hece, there s a hgh correlato betwee the two terms of t 1 ad t 3. Based o the hypothess of ths paper, we thk term t 1, computer, ad term t 3, calculatg mache, ths example s a paraphrase par. computer t1 Fgure 1: 3-gram word chuk 3. Corpus flterg electroc t4 Iteret t 3..1 M-L corpus flterg The corpus flterg method s bult smlar to the M-L method proposed by Moore ad Lews (010). To extract a sub-corpus of target doma from the large geeral corpus, we frst select a doma-specfc corpus ad a geeral large scale corpus. To mprove the automatc MT metrc, we use the huma refereces of each sub-task the metrc tasks as the doma-specfc corpus, ad tra the laguage model of the two corpora respectvely, furthermore, we calculate the cross etropy of the two models. Fally, the smlarty betwee the seteces ad the huma refereces s measured by calculatg the dfferece of two cross etropy of the same setece accordg to Formula (7). Geerally, smaller value meas the setece s closer to the target doma. H ( S ) H ( S ) (7) s ref tra Calculatg mache I formula (7), S deotes the -th setece, H ref deotes the cross etropy of the laguage t3 model traed from the huma refereces, whle H tra deotes the cross etropy of the laguage model traed from the trag data. 3.. Documet sets flterg The Markov etwork-based automatc paraphrase extracto approach requres dvde a geeral moolgual corpus to dfferet documet sets. Weg et al. (015) dvded the text of a fxed legth to a documet wthout cosderg the correlato amog documets. Hece, we form the seteces the corpus to cluster va K-meas clusterg algorthm, ad the use the bag of word model to create a vector for each setece the corpus. Thus the dstace betwee two seteces ca be obtaed by calculatg the cose value of the two vectors. Each cluster s vewed as a documet. I the process of clusterg, dvdg documets va K-meas algorthm ca guaratee that the seteces a documet approxmately belog to the same doma. The, the M-L method s used to extract the sub-sets of documets whch are close to the target doma from the clustered geeral documet sets. Ths sgfes that t s the documet ot the setece that s regarded as the smallest flterg ut the process of corpus flterg. Ad we wat to detfy documets whch are smlar to our target doma by summg up the dfferece of cross etropy of each setece the documet. However, whe dvdg the large-scale corpus to documets va K-meas algorthm, the umber of seteces the documets vares, thus we calculate the mea after summg up the dfferece of cross etropy of each setece to obta the score of each documet by Formula (8), ( H ( ) ( )) 1 ref S Htra S D (8) where s the score of the -th documet, D H ref (S ) s the cross etropy of the -th setece the documet D derved from the laguage model of the refereces, H tra (S ) s the cross etropy of the -th setece the documet D derved from the laguage model of the trag data, s the umber of seteces the documet D. The we sort ascedg order. The lower D score mples the documet s more lke the huma refereces. D 513

4 4 Expermets To test the qualty of the doma-specfc paraphrase extracted from moolgual corpus by the proposed approach, we coducted expermets o WMT15 Metrcs task. The METEOR-Uversal metrc (Dekowsk ad Lave, 014) usg the paraphrase tables whch were extracted from the blgual parallel corpus was set as the basele metrc. We used the paraphrase tables geeral doma extracted by the Markov Network model, ad the domaspecfc paraphrase tables extracted by our approach substtuted for the orgal paraphrased tables, respectvely. The updated metrcs are called as METEOR-Markov ad METEOR- MPEDA. We compared the METEOR-MPEDA metrc wth the METEOR-Markov metrc ad METEOR-Uversal metrc to demostrate the qualty of the doma-specfc paraphrase table extracted by our approach. Besdes, we compared the METEOR-MPEDA wth METEOR metrc (Baeree et al., 005) whch oly uses the exact word match, stem match ad syoym match. Data e-cs e-de e-fr e-f e-ru cs-e de-e fr-e f-e ru-e T-corpus 1000k 190k 007k 196k 1074k 18k 18k 18k 18k 18k ref Table 1. The statstcs of the corpus Data e-cs e-de e-fr e-f e-ru cs-e de-e fr-e f-e ru-e D-corpus Table. The umber of documets trag data 4.1 Corpus The trag data ad the huma refereces we used the expermet are all provded WMT15 Traslato task ad Metrcs task (Boar et al., 015), every trag data has ts correspodg refereces. Table 1 shows the umber of seteces the corpora. The row T-corpus deotes the trag data, whle the row ref deotes the refereces. The trag data was processed by text clusterg. We used K-meas clusterg algorthm to gather the corpus seteces dfferet clusters, ad the adopted the bag of word to create a vector for each setece. By computg the cose value of the two vectors, we obtaed the dstace betwee two seteces. Each cluster was vewed as a documet. The -th documet trag data was amed D, ad the umber of seteces each documet was dfferet. Table s the umber of documets after trag data clusterg. The row D-corpus s the umber of documet used the trag data. 4. Expermets Settgs After dvdg the trag data to documets, we processed the corpus by the followg procedure: tokeze the trag data ad the refereces; delete the puctuatos; trasform the captalzed letters of words to lower case. The, we employed 4-gram laguage model wth Keser-Ney dscoutg to tra correspodg laguage models for trag data ad the refereces. The dfferece of cross etropy of each setece the trag data laguage model was calculated. The we summed up ad ormalzed the dfferece of the cross etropy of the documets seteces. Thus every documet the trag data receved a score. The smaller the value s, the closer the documet s to the referece. Later, we arraged the values a ascedg order, meawhle, a threshold value was set, ad the corpus beyod the threshold was abadoed. I ths way, we obtaed a smaller subcorpus wth the approxmately same doma wth the trag data. Fally, we gave dfferet threshold value to the dfferet sub-tasks, other words, we selected the top documets after orderg. We used the Markov etwork to buld a term Markov etwork model the sub-corpus, the we calculated the relato amog words accordg to words co-occurrece, ext, we extracted the word chuks the Markov etwork, ad computed the lkelhood that two words are a paraphrase par by comparg the two chuks smlarty. I ths work, we extracted te paraphrase tables for te sub-tasks sx laguages o WMT

5 4.3 Results The Pearso Coeffcet s used to compute the system-level correlato betwee automatc evaluato ad huma udgmets as follows: r 1 ( H H)( M M ) ( H ) ( ) 1 H M 1 M (9) where H ad M are the -th system scores of huma udgmet ad that of the automatc evaluato metrcs, respectvely. The system-level correlato for the three metrcs s gve Table 3 ad Table 4, from the tables, we foud that the system-level correlato of METEOR-MPEDA metrc s better tha ME- TEOR, METEOR-Uversal ad METEOR- Markov o average. Furthermore, Kedall s τ coeffcet was used to compute the correlato betwee automatc evaluato metrcs ad huma udgmets at segmet -level as follows: Cocordat Dscordat = Cocordat Dscordat (10) where Cocordat deotes the set where the huma udgmet ad the automatc evaluato metrcs score are cocordat, whle Dscordat deotes the set where they are dscordat. The segmet-level correlato s gve Table 5 ad 6. It ca be observed that the segmetlevel correlato of METEOR-MPEDA metrc o evaluato traslato to Eglsh tasks s better tha METEOR, METEOR-Uversal metrc ad METEOR-Markov metrc o average. However, whe evaluatg traslato out of Eglsh tasks, the performace of the METEOR- MPEDA metrc s slghtly lower tha METEOR- Uversal metrc. It ca be explaed that whe we have a large amout of blgual parallel trag data, the paraphrase table extracted from the blgual corpus s better tha that from moolgual corpus for automatc evaluato of MT. Metrcs de-e cs-e fr-e f-e ru-e Average METEOR METEOR-Uversal METEOR-Markov METEOR-MPEDA Table 3. The system-level correlato of metrcs o evaluato traslato to Eglsh o WMT15 Metrcs task Metrcs e-de e-cs e-fr e-f e-ru Average METEOR METEOR-Uversal METEOR-Markov METEOR-MPEDA Table 4. The system-level correlato of metrcs o evaluato traslato out of Eglsh o WMT15 Metrcs task Metrcs de-e cs-e fr-e f-e ru-e Average METEOR METEOR-Uversal METEOR-Markov METEOR-MPEDA Table 5. The segmet-level correlato of metrcs o evaluato traslato to Eglsh o WMT15 Metrcs task Metrcs e-de e-cs e-fr e-f e-ru Average METEOR METEOR-Uversal METEOR-Markov METEOR-MPEDA Table 6. The segmet-level correlato of metrcs o evaluato traslato out of Eglsh o WMT15 Metrcs task 515

6 5 Cocluso I ths paper, we descrbe the submssos of our metrc for WMT16 Metrcs task detal. We propose a approach to extract doma-specfc paraphrase table from moolgual corpus for automatc evaluato of MT, ad use t to replace the orgal paraphrase table METEOR metrc to mprove the correlato betwee huma udgmet ad automatc evaluato metrcs. The proposed approach s tested o the ewswre doma. I future work, we wll systematcally apply t to dfferet specfc domas such as the medcal doma, IT doma, etc. Ackowledgmets Ths research has bee fuded by the Natural Scece Foudato of Cha uder Grat No , , , ad , ad supported by the Natural Scece Foudato of Jagx Provcal Departmet of Scece ad Techology of Cha uder Grat No 0151BAB0705, ad also supported by the Natural Scece Foudato of Jagx Educatoal Commttee of Cha uder Grat No. GJJ Refereces Amtta Axelrod, Xaodog He ad Jafeg Gao, 011. Doma Adaptato va Pseudo I-Doma Data Selecto. Proceedgs of the 011 Coferece o Emprcal Methods Natural Laguage Processg, pages , Edburgh, Scotlad, UK. Sataeev Baeree ad Alo Lave, 005. METEOR: A Automatc Metrc for MT Evaluato wth Improved Correlato wth Huma Judgmets. Proceedgs of the ACL Workshop o Itrsc ad Extrsc Evaluato Measures for Mache Traslato ad/or Summarzato, pages 65-7, A Arbor. Col Baard ad Chrs Callso-Burch, 005. Paraphrasg wth Blgual Parallel Corpora. Proceedgs of the 43rd Aual Meetg of the Assocato for Computatoal Lgustcs, pages , A Arbor, Mchga. Rega Barzlay ad Kathlee R. McKeow, 001. Extractg Paraphrases from a Parallel Corpus. Proceedgs of 39th Aual Meetg of the Assocato for Computatoal Lgustcs, pages 50-57, Toulouse, Frace. Rega Barzlay ad Llla Lee, 003. Learg to Paraphrase: A Usupervsed Approach Usg Multple-Sequece Algmet. Proceedgs of the 003 Huma Laguage Techology Coferece of the North Amerca Chapter of the Assocato for Computatoal Lgustcs, pages Odre Boar, Rae Chatteree, Chrsta Federma, Barry Haddow, Matthas Huck, Chrs Hokamp, Phlpp Koeh, Varvara Logacheva, Chrstof Moz, Matteo Negr, Matt Post, Carola Scarto, Luca Speca ad Marco Turch, 015. Fdgs of the 015 Workshop o Statstcal Mache Traslato. Proceedgs of the Teth Workshop o Statstcal Mache Traslato, pages 1-46, Lsbo, Portugal. Yee Seg Cha ad Hwee Tou Ng, 008. MAXSIM: A Maxmum Smlarty Metrc for Mache Traslato Evaluato. Proceedgs of the 46th Aual Meetg of the Assocato for Computatoal Lgustcs, pages 55-6, Columbus, Oho. Mchael Dekowsk ad Alo Lave, 014. Meteor Uversal: Laguage Specfc Traslato Evaluato for Ay Target Laguage. Proceedgs of the Nth Workshop o Statstcal Mache Traslato, pages George Doddgto, 00. Automatc Evaluato of Mache Traslato Qualty Usg N-gram Cooccurrece Statstcs. Proceedgs of the secod teratoal coferece o Huma Laguage Techology Research, pages , Sa Dego, Calfora, CA, USA. Maox L, Awe Jag ad Mgwe Wag, 013. Lstwse Approach to Learg to Rak for Automatc Evaluato of Mache Traslato. Proceedgs of Mache Traslato Summt XIV, pages 51-59, Nce, Frace. Maox L, Mgwe Wag, Hax L, Fa Xu, 016. Modelg Moolgual Character Algmet for Automatc Evaluato of Chese Traslato. ACM Trasactos o Asa ad Low-Resource Laguage Iformato Processg, 15(3), pages Robert C. Moore ad Wllam Lews, 010. Itellget Selecto of Laguage Model Trag Data. Proceedgs of the ACL 010 Coferece (Short Papers), pages 0-4, Uppsala, Swede. Kshore Pape, Salm Roukos, Todd Ward ad We-Jg Zhu, 00. BLEU: a Method for Automatc Evaluato of Mache Traslato. Proceedgs of the 40th Aual Meetg o Assocato for Computatoal Lgustcs, pages , Phladelpha, Pesylvaa. Elle Pavlck, Jur Gatkevtch, Tsz Pg Cha, Xuche Yao, Beam Va Durme ad Chrs Callso-Burch, 015. Doma-Specfc Paraphrase Extracto. Proceedgs of the 53rd Aual Meetg of the Assocato for Computatoal Lgustcs ad the 7th Iteratoal Jot Coferece o Natural Laguage Processg, pages 57 6, Beg, Cha. Yusuke Shyama, Satosh Seke ad Kyosh Sudo, 00. Automatc Paraphrase Acqusto from News Artcles. Proceedgs of the secod teratoal coferece o Huma Laguage Techology Research, pages Matthew Sover, Boe Dorr, Rchard Schwartz, Joh Makhoul, Lea Mcculla ad Ralph Ma- 516

7 khoul, 006. A Study of Traslato Edt Rate wth Targeted Huma Aotato. Proceedgs of Assocato for Mache Traslato the Amercas, pages 3-31, Cambrdge. Zhe Weg, Maox L, Mgwe Wag, 015. Ehace Automatc Evaluato of Mache Traslato by Markov Network Based Paraphrases ( Chese). Joural of Chese Iformato Processg, 9(6), pages

Collocation Extraction Using Square Mutual Information Approaches. Received December 2010; revised January 2011

Collocation Extraction Using Square Mutual Information Approaches. Received December 2010; revised January 2011 Iteratoal Joural of Kowledge www.jklp.org ad Laguage Processg KLP Iteratoal c2011 ISSN 2191-2734 Volume 2, Number 1, Jauary 2011 pp. 53-58 Collocato Extracto Usg Square Mutual Iformato Approaches Huaru

More information

PTAS for Bin-Packing

PTAS for Bin-Packing CS 663: Patter Matchg Algorthms Scrbe: Che Jag /9/00. Itroducto PTAS for B-Packg The B-Packg problem s NP-hard. If we use approxmato algorthms, the B-Packg problem could be solved polyomal tme. For example,

More information

A tighter lower bound on the circuit size of the hardest Boolean functions

A tighter lower bound on the circuit size of the hardest Boolean functions Electroc Colloquum o Computatoal Complexty, Report No. 86 2011) A tghter lower boud o the crcut sze of the hardest Boolea fuctos Masak Yamamoto Abstract I [IPL2005], Fradse ad Mlterse mproved bouds o the

More information

Bayes Estimator for Exponential Distribution with Extension of Jeffery Prior Information

Bayes Estimator for Exponential Distribution with Extension of Jeffery Prior Information Malaysa Joural of Mathematcal Sceces (): 97- (9) Bayes Estmator for Expoetal Dstrbuto wth Exteso of Jeffery Pror Iformato Hadeel Salm Al-Kutub ad Noor Akma Ibrahm Isttute for Mathematcal Research, Uverst

More information

Application of Calibration Approach for Regression Coefficient Estimation under Two-stage Sampling Design

Application of Calibration Approach for Regression Coefficient Estimation under Two-stage Sampling Design Authors: Pradp Basak, Kaustav Adtya, Hukum Chadra ad U.C. Sud Applcato of Calbrato Approach for Regresso Coeffcet Estmato uder Two-stage Samplg Desg Pradp Basak, Kaustav Adtya, Hukum Chadra ad U.C. Sud

More information

Analysis of Lagrange Interpolation Formula

Analysis of Lagrange Interpolation Formula P IJISET - Iteratoal Joural of Iovatve Scece, Egeerg & Techology, Vol. Issue, December 4. www.jset.com ISS 348 7968 Aalyss of Lagrage Iterpolato Formula Vjay Dahya PDepartmet of MathematcsMaharaja Surajmal

More information

Lecture 7. Confidence Intervals and Hypothesis Tests in the Simple CLR Model

Lecture 7. Confidence Intervals and Hypothesis Tests in the Simple CLR Model Lecture 7. Cofdece Itervals ad Hypothess Tests the Smple CLR Model I lecture 6 we troduced the Classcal Lear Regresso (CLR) model that s the radom expermet of whch the data Y,,, K, are the outcomes. The

More information

Median as a Weighted Arithmetic Mean of All Sample Observations

Median as a Weighted Arithmetic Mean of All Sample Observations Meda as a Weghted Arthmetc Mea of All Sample Observatos SK Mshra Dept. of Ecoomcs NEHU, Shllog (Ida). Itroducto: Iumerably may textbooks Statstcs explctly meto that oe of the weakesses (or propertes) of

More information

Solving Constrained Flow-Shop Scheduling. Problems with Three Machines

Solving Constrained Flow-Shop Scheduling. Problems with Three Machines It J Cotemp Math Sceces, Vol 5, 2010, o 19, 921-929 Solvg Costraed Flow-Shop Schedulg Problems wth Three Maches P Pada ad P Rajedra Departmet of Mathematcs, School of Advaced Sceces, VIT Uversty, Vellore-632

More information

Introduction to local (nonparametric) density estimation. methods

Introduction to local (nonparametric) density estimation. methods Itroducto to local (oparametrc) desty estmato methods A slecture by Yu Lu for ECE 66 Sprg 014 1. Itroducto Ths slecture troduces two local desty estmato methods whch are Parze desty estmato ad k-earest

More information

CIS 800/002 The Algorithmic Foundations of Data Privacy October 13, Lecture 9. Database Update Algorithms: Multiplicative Weights

CIS 800/002 The Algorithmic Foundations of Data Privacy October 13, Lecture 9. Database Update Algorithms: Multiplicative Weights CIS 800/002 The Algorthmc Foudatos of Data Prvacy October 13, 2011 Lecturer: Aaro Roth Lecture 9 Scrbe: Aaro Roth Database Update Algorthms: Multplcatve Weghts We ll recall aga) some deftos from last tme:

More information

Research on SVM Prediction Model Based on Chaos Theory

Research on SVM Prediction Model Based on Chaos Theory Advaced Scece ad Techology Letters Vol.3 (SoftTech 06, pp.59-63 http://dx.do.org/0.457/astl.06.3.3 Research o SVM Predcto Model Based o Chaos Theory Sog Lagog, Wu Hux, Zhag Zezhog 3, College of Iformato

More information

PROJECTION PROBLEM FOR REGULAR POLYGONS

PROJECTION PROBLEM FOR REGULAR POLYGONS Joural of Mathematcal Sceces: Advaces ad Applcatos Volume, Number, 008, Pages 95-50 PROJECTION PROBLEM FOR REGULAR POLYGONS College of Scece Bejg Forestry Uversty Bejg 0008 P. R. Cha e-mal: sl@bjfu.edu.c

More information

Q-analogue of a Linear Transformation Preserving Log-concavity

Q-analogue of a Linear Transformation Preserving Log-concavity Iteratoal Joural of Algebra, Vol. 1, 2007, o. 2, 87-94 Q-aalogue of a Lear Trasformato Preservg Log-cocavty Daozhog Luo Departmet of Mathematcs, Huaqao Uversty Quazhou, Fua 362021, P. R. Cha ldzblue@163.com

More information

Evaluating Polynomials

Evaluating Polynomials Uverst of Nebraska - Lcol DgtalCommos@Uverst of Nebraska - Lcol MAT Exam Expostor Papers Math the Mddle Isttute Partershp 7-7 Evaluatg Polomals Thomas J. Harrgto Uverst of Nebraska-Lcol Follow ths ad addtoal

More information

About a Fuzzy Distance between Two Fuzzy Partitions and Application in Attribute Reduction Problem

About a Fuzzy Distance between Two Fuzzy Partitions and Application in Attribute Reduction Problem BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND IORMATION TECHNOLOGIES Volume 6, No 4 Sofa 206 Prt ISSN: 3-9702; Ole ISSN: 34-408 DOI: 0.55/cat-206-0064 About a Fuzzy Dstace betwee Two Fuzzy Parttos ad Applcato

More information

MEASURES OF DISPERSION

MEASURES OF DISPERSION MEASURES OF DISPERSION Measure of Cetral Tedecy: Measures of Cetral Tedecy ad Dsperso ) Mathematcal Average: a) Arthmetc mea (A.M.) b) Geometrc mea (G.M.) c) Harmoc mea (H.M.) ) Averages of Posto: a) Meda

More information

{ }{ ( )} (, ) = ( ) ( ) ( ) Chapter 14 Exercises in Sampling Theory. Exercise 1 (Simple random sampling): Solution:

{ }{ ( )} (, ) = ( ) ( ) ( ) Chapter 14 Exercises in Sampling Theory. Exercise 1 (Simple random sampling): Solution: Chapter 4 Exercses Samplg Theory Exercse (Smple radom samplg: Let there be two correlated radom varables X ad A sample of sze s draw from a populato by smple radom samplg wthout replacemet The observed

More information

ANALYSIS ON THE NATURE OF THE BASIC EQUATIONS IN SYNERGETIC INTER-REPRESENTATION NETWORK

ANALYSIS ON THE NATURE OF THE BASIC EQUATIONS IN SYNERGETIC INTER-REPRESENTATION NETWORK Far East Joural of Appled Mathematcs Volume, Number, 2008, Pages Ths paper s avalable ole at http://www.pphm.com 2008 Pushpa Publshg House ANALYSIS ON THE NATURE OF THE ASI EQUATIONS IN SYNERGETI INTER-REPRESENTATION

More information

Feature Selection: Part 2. 1 Greedy Algorithms (continued from the last lecture)

Feature Selection: Part 2. 1 Greedy Algorithms (continued from the last lecture) CSE 546: Mache Learg Lecture 6 Feature Selecto: Part 2 Istructor: Sham Kakade Greedy Algorthms (cotued from the last lecture) There are varety of greedy algorthms ad umerous amg covetos for these algorthms.

More information

We have already referred to a certain reaction, which takes place at high temperature after rich combustion.

We have already referred to a certain reaction, which takes place at high temperature after rich combustion. ME 41 Day 13 Topcs Chemcal Equlbrum - Theory Chemcal Equlbrum Example #1 Equlbrum Costats Chemcal Equlbrum Example #2 Chemcal Equlbrum of Hot Bured Gas 1. Chemcal Equlbrum We have already referred to a

More information

Functions of Random Variables

Functions of Random Variables Fuctos of Radom Varables Chapter Fve Fuctos of Radom Varables 5. Itroducto A geeral egeerg aalyss model s show Fg. 5.. The model output (respose) cotas the performaces of a system or product, such as weght,

More information

On Modified Interval Symmetric Single-Step Procedure ISS2-5D for the Simultaneous Inclusion of Polynomial Zeros

On Modified Interval Symmetric Single-Step Procedure ISS2-5D for the Simultaneous Inclusion of Polynomial Zeros It. Joural of Math. Aalyss, Vol. 7, 2013, o. 20, 983-988 HIKARI Ltd, www.m-hkar.com O Modfed Iterval Symmetrc Sgle-Step Procedure ISS2-5D for the Smultaeous Icluso of Polyomal Zeros 1 Nora Jamalud, 1 Masor

More information

Arithmetic Mean and Geometric Mean

Arithmetic Mean and Geometric Mean Acta Mathematca Ntresa Vol, No, p 43 48 ISSN 453-6083 Arthmetc Mea ad Geometrc Mea Mare Varga a * Peter Mchalča b a Departmet of Mathematcs, Faculty of Natural Sceces, Costate the Phlosopher Uversty Ntra,

More information

MULTIDIMENSIONAL HETEROGENEOUS VARIABLE PREDICTION BASED ON EXPERTS STATEMENTS. Gennadiy Lbov, Maxim Gerasimov

MULTIDIMENSIONAL HETEROGENEOUS VARIABLE PREDICTION BASED ON EXPERTS STATEMENTS. Gennadiy Lbov, Maxim Gerasimov Iteratoal Boo Seres "Iformato Scece ad Computg" 97 MULTIIMNSIONAL HTROGNOUS VARIABL PRICTION BAS ON PRTS STATMNTS Geady Lbov Maxm Gerasmov Abstract: I the wors [ ] we proposed a approach of formg a cosesus

More information

Lecture 9: Tolerant Testing

Lecture 9: Tolerant Testing Lecture 9: Tolerat Testg Dael Kae Scrbe: Sakeerth Rao Aprl 4, 07 Abstract I ths lecture we prove a quas lear lower boud o the umber of samples eeded to do tolerat testg for L dstace. Tolerat Testg We have

More information

Block-Based Compact Thermal Modeling of Semiconductor Integrated Circuits

Block-Based Compact Thermal Modeling of Semiconductor Integrated Circuits Block-Based Compact hermal Modelg of Semcoductor Itegrated Crcuts Master s hess Defese Caddate: Jg Ba Commttee Members: Dr. Mg-Cheg Cheg Dr. Daqg Hou Dr. Robert Schllg July 27, 2009 Outle Itroducto Backgroud

More information

Kernel-based Methods and Support Vector Machines

Kernel-based Methods and Support Vector Machines Kerel-based Methods ad Support Vector Maches Larr Holder CptS 570 Mache Learg School of Electrcal Egeerg ad Computer Scece Washgto State Uverst Refereces Muller et al. A Itroducto to Kerel-Based Learg

More information

Comparison of Dual to Ratio-Cum-Product Estimators of Population Mean

Comparison of Dual to Ratio-Cum-Product Estimators of Population Mean Research Joural of Mathematcal ad Statstcal Sceces ISS 30 6047 Vol. 1(), 5-1, ovember (013) Res. J. Mathematcal ad Statstcal Sc. Comparso of Dual to Rato-Cum-Product Estmators of Populato Mea Abstract

More information

A Chunking Strategy Towards Unknown Word Detection in Chinese Word Segmentation

A Chunking Strategy Towards Unknown Word Detection in Chinese Word Segmentation A Chukg Strategy Towards Ukow Word Detecto Chese Word Segmetato Zhou GuoDog Isttute for Ifocomm Research, 2 Heg Mu Keg Terrace, Sgapore 963 zhougd@2r.a-star.edu.sg Abstract. Ths paper proposes a chukg

More information

Beam Warming Second-Order Upwind Method

Beam Warming Second-Order Upwind Method Beam Warmg Secod-Order Upwd Method Petr Valeta Jauary 6, 015 Ths documet s a part of the assessmet work for the subject 1DRP Dfferetal Equatos o Computer lectured o FNSPE CTU Prague. Abstract Ths documet

More information

UNIVERSITY OF OSLO DEPARTMENT OF ECONOMICS

UNIVERSITY OF OSLO DEPARTMENT OF ECONOMICS UNIVERSITY OF OSLO DEPARTMENT OF ECONOMICS Postpoed exam: ECON430 Statstcs Date of exam: Jauary 0, 0 Tme for exam: 09:00 a.m. :00 oo The problem set covers 5 pages Resources allowed: All wrtte ad prted

More information

Unimodality Tests for Global Optimization of Single Variable Functions Using Statistical Methods

Unimodality Tests for Global Optimization of Single Variable Functions Using Statistical Methods Malaysa Umodalty Joural Tests of Mathematcal for Global Optmzato Sceces (): of 05 Sgle - 5 Varable (007) Fuctos Usg Statstcal Methods Umodalty Tests for Global Optmzato of Sgle Varable Fuctos Usg Statstcal

More information

2006 Jamie Trahan, Autar Kaw, Kevin Martin University of South Florida United States of America

2006 Jamie Trahan, Autar Kaw, Kevin Martin University of South Florida United States of America SOLUTION OF SYSTEMS OF SIMULTANEOUS LINEAR EQUATIONS Gauss-Sedel Method 006 Jame Traha, Autar Kaw, Kev Mart Uversty of South Florda Uted States of Amerca kaw@eg.usf.edu Itroducto Ths worksheet demostrates

More information

Study of Correlation using Bayes Approach under bivariate Distributions

Study of Correlation using Bayes Approach under bivariate Distributions Iteratoal Joural of Scece Egeerg ad Techolog Research IJSETR Volume Issue Februar 4 Stud of Correlato usg Baes Approach uder bvarate Dstrbutos N.S.Padharkar* ad. M.N.Deshpade** *Govt.Vdarbha Isttute of

More information

Chapter 8. Inferences about More Than Two Population Central Values

Chapter 8. Inferences about More Than Two Population Central Values Chapter 8. Ifereces about More Tha Two Populato Cetral Values Case tudy: Effect of Tmg of the Treatmet of Port-We tas wth Lasers ) To vestgate whether treatmet at a youg age would yeld better results tha

More information

Research Article A New Derivation and Recursive Algorithm Based on Wronskian Matrix for Vandermonde Inverse Matrix

Research Article A New Derivation and Recursive Algorithm Based on Wronskian Matrix for Vandermonde Inverse Matrix Mathematcal Problems Egeerg Volume 05 Artcle ID 94757 7 pages http://ddoorg/055/05/94757 Research Artcle A New Dervato ad Recursve Algorthm Based o Wroska Matr for Vadermode Iverse Matr Qu Zhou Xja Zhag

More information

Logistic regression (continued)

Logistic regression (continued) STAT562 page 138 Logstc regresso (cotued) Suppose we ow cosder more complex models to descrbe the relatoshp betwee a categorcal respose varable (Y) that takes o two (2) possble outcomes ad a set of p explaatory

More information

Simulation Output Analysis

Simulation Output Analysis Smulato Output Aalyss Summary Examples Parameter Estmato Sample Mea ad Varace Pot ad Iterval Estmato ermatg ad o-ermatg Smulato Mea Square Errors Example: Sgle Server Queueg System x(t) S 4 S 4 S 3 S 5

More information

Research Article A New Iterative Method for Common Fixed Points of a Finite Family of Nonexpansive Mappings

Research Article A New Iterative Method for Common Fixed Points of a Finite Family of Nonexpansive Mappings Hdaw Publshg Corporato Iteratoal Joural of Mathematcs ad Mathematcal Sceces Volume 009, Artcle ID 391839, 9 pages do:10.1155/009/391839 Research Artcle A New Iteratve Method for Commo Fxed Pots of a Fte

More information

Module 7: Probability and Statistics

Module 7: Probability and Statistics Lecture 4: Goodess of ft tests. Itroducto Module 7: Probablty ad Statstcs I the prevous two lectures, the cocepts, steps ad applcatos of Hypotheses testg were dscussed. Hypotheses testg may be used to

More information

Estimation of Stress- Strength Reliability model using finite mixture of exponential distributions

Estimation of Stress- Strength Reliability model using finite mixture of exponential distributions Iteratoal Joural of Computatoal Egeerg Research Vol, 0 Issue, Estmato of Stress- Stregth Relablty model usg fte mxture of expoetal dstrbutos K.Sadhya, T.S.Umamaheswar Departmet of Mathematcs, Lal Bhadur

More information

Nonlinear Blind Source Separation Using Hybrid Neural Networks*

Nonlinear Blind Source Separation Using Hybrid Neural Networks* Nolear Bld Source Separato Usg Hybrd Neural Networks* Chu-Hou Zheg,2, Zh-Ka Huag,2, chael R. Lyu 3, ad Tat-g Lok 4 Itellget Computg Lab, Isttute of Itellget aches, Chese Academy of Sceces, P.O.Box 3, Hefe,

More information

A Robust Total Least Mean Square Algorithm For Nonlinear Adaptive Filter

A Robust Total Least Mean Square Algorithm For Nonlinear Adaptive Filter A Robust otal east Mea Square Algorthm For Nolear Adaptve Flter Ruxua We School of Electroc ad Iformato Egeerg X'a Jaotog Uversty X'a 70049, P.R. Cha rxwe@chare.com Chogzhao Ha, azhe u School of Electroc

More information

= 1. UCLA STAT 13 Introduction to Statistical Methods for the Life and Health Sciences. Parameters and Statistics. Measures of Centrality

= 1. UCLA STAT 13 Introduction to Statistical Methods for the Life and Health Sciences. Parameters and Statistics. Measures of Centrality UCLA STAT Itroducto to Statstcal Methods for the Lfe ad Health Sceces Istructor: Ivo Dov, Asst. Prof. of Statstcs ad Neurology Teachg Assstats: Fred Phoa, Krste Johso, Mg Zheg & Matlda Hseh Uversty of

More information

f f... f 1 n n (ii) Median : It is the value of the middle-most observation(s).

f f... f 1 n n (ii) Median : It is the value of the middle-most observation(s). CHAPTER STATISTICS Pots to Remember :. Facts or fgures, collected wth a defte pupose, are called Data.. Statstcs s the area of study dealg wth the collecto, presetato, aalyss ad terpretato of data.. The

More information

Bayes Interval Estimation for binomial proportion and difference of two binomial proportions with Simulation Study

Bayes Interval Estimation for binomial proportion and difference of two binomial proportions with Simulation Study IJIEST Iteratoal Joural of Iovatve Scece, Egeerg & Techology, Vol. Issue 5, July 04. Bayes Iterval Estmato for bomal proporto ad dfferece of two bomal proportos wth Smulato Study Masoud Gaj, Solmaz hlmad

More information

Chapter 11 Systematic Sampling

Chapter 11 Systematic Sampling Chapter stematc amplg The sstematc samplg techue s operatoall more coveet tha the smple radom samplg. It also esures at the same tme that each ut has eual probablt of cluso the sample. I ths method of

More information

THE ROYAL STATISTICAL SOCIETY GRADUATE DIPLOMA

THE ROYAL STATISTICAL SOCIETY GRADUATE DIPLOMA THE ROYAL STATISTICAL SOCIETY EXAMINATIONS SOLUTIONS GRADUATE DIPLOMA PAPER II STATISTICAL THEORY & METHODS The Socety provdes these solutos to assst caddates preparg for the examatos future years ad for

More information

Comparing Different Estimators of three Parameters for Transmuted Weibull Distribution

Comparing Different Estimators of three Parameters for Transmuted Weibull Distribution Global Joural of Pure ad Appled Mathematcs. ISSN 0973-768 Volume 3, Number 9 (207), pp. 55-528 Research Ida Publcatos http://www.rpublcato.com Comparg Dfferet Estmators of three Parameters for Trasmuted

More information

Mean is only appropriate for interval or ratio scales, not ordinal or nominal.

Mean is only appropriate for interval or ratio scales, not ordinal or nominal. Mea Same as ordary average Sum all the data values ad dvde by the sample sze. x = ( x + x +... + x Usg summato otato, we wrte ths as x = x = x = = ) x Mea s oly approprate for terval or rato scales, ot

More information

A Combination of Adaptive and Line Intercept Sampling Applicable in Agricultural and Environmental Studies

A Combination of Adaptive and Line Intercept Sampling Applicable in Agricultural and Environmental Studies ISSN 1684-8403 Joural of Statstcs Volume 15, 008, pp. 44-53 Abstract A Combato of Adaptve ad Le Itercept Samplg Applcable Agrcultural ad Evrometal Studes Azmer Kha 1 A adaptve procedure s descrbed for

More information

Point Estimation: definition of estimators

Point Estimation: definition of estimators Pot Estmato: defto of estmators Pot estmator: ay fucto W (X,..., X ) of a data sample. The exercse of pot estmato s to use partcular fuctos of the data order to estmate certa ukow populato parameters.

More information

Fourth Order Four-Stage Diagonally Implicit Runge-Kutta Method for Linear Ordinary Differential Equations ABSTRACT INTRODUCTION

Fourth Order Four-Stage Diagonally Implicit Runge-Kutta Method for Linear Ordinary Differential Equations ABSTRACT INTRODUCTION Malasa Joural of Mathematcal Sceces (): 95-05 (00) Fourth Order Four-Stage Dagoall Implct Ruge-Kutta Method for Lear Ordar Dfferetal Equatos Nur Izzat Che Jawas, Fudzah Ismal, Mohamed Sulema, 3 Azm Jaafar

More information

A New Method for Decision Making Based on Soft Matrix Theory

A New Method for Decision Making Based on Soft Matrix Theory Joural of Scetfc esearch & eports 3(5): 0-7, 04; rtcle o. JS.04.5.00 SCIENCEDOMIN teratoal www.scecedoma.org New Method for Decso Mag Based o Soft Matrx Theory Zhmg Zhag * College of Mathematcs ad Computer

More information

Summary of the lecture in Biostatistics

Summary of the lecture in Biostatistics Summary of the lecture Bostatstcs Probablty Desty Fucto For a cotuos radom varable, a probablty desty fucto s a fucto such that: 0 dx a b) b a dx A probablty desty fucto provdes a smple descrpto of the

More information

AN UPPER BOUND FOR THE PERMANENT VERSUS DETERMINANT PROBLEM BRUNO GRENET

AN UPPER BOUND FOR THE PERMANENT VERSUS DETERMINANT PROBLEM BRUNO GRENET AN UPPER BOUND FOR THE PERMANENT VERSUS DETERMINANT PROBLEM BRUNO GRENET Abstract. The Permaet versus Determat problem s the followg: Gve a matrx X of determates over a feld of characterstc dfferet from

More information

2.28 The Wall Street Journal is probably referring to the average number of cubes used per glass measured for some population that they have chosen.

2.28 The Wall Street Journal is probably referring to the average number of cubes used per glass measured for some population that they have chosen. .5 x 54.5 a. x 7. 786 7 b. The raked observatos are: 7.4, 7.5, 7.7, 7.8, 7.9, 8.0, 8.. Sce the sample sze 7 s odd, the meda s the (+)/ 4 th raked observato, or meda 7.8 c. The cosumer would more lkely

More information

ECONOMETRIC THEORY. MODULE VIII Lecture - 26 Heteroskedasticity

ECONOMETRIC THEORY. MODULE VIII Lecture - 26 Heteroskedasticity ECONOMETRIC THEORY MODULE VIII Lecture - 6 Heteroskedastcty Dr. Shalabh Departmet of Mathematcs ad Statstcs Ida Isttute of Techology Kapur . Breusch Paga test Ths test ca be appled whe the replcated data

More information

Analyzing Fuzzy System Reliability Using Vague Set Theory

Analyzing Fuzzy System Reliability Using Vague Set Theory Iteratoal Joural of Appled Scece ad Egeerg 2003., : 82-88 Aalyzg Fuzzy System Relablty sg Vague Set Theory Shy-Mg Che Departmet of Computer Scece ad Iformato Egeerg, Natoal Tawa versty of Scece ad Techology,

More information

(b) By independence, the probability that the string 1011 is received correctly is

(b) By independence, the probability that the string 1011 is received correctly is Soluto to Problem 1.31. (a) Let A be the evet that a 0 s trasmtted. Usg the total probablty theorem, the desred probablty s P(A)(1 ɛ ( 0)+ 1 P(A) ) (1 ɛ 1)=p(1 ɛ 0)+(1 p)(1 ɛ 1). (b) By depedece, the probablty

More information

Bayes (Naïve or not) Classifiers: Generative Approach

Bayes (Naïve or not) Classifiers: Generative Approach Logstc regresso Bayes (Naïve or ot) Classfers: Geeratve Approach What do we mea by Geeratve approach: Lear p(y), p(x y) ad the apply bayes rule to compute p(y x) for makg predctos Ths s essetally makg

More information

CS286.2 Lecture 4: Dinur s Proof of the PCP Theorem

CS286.2 Lecture 4: Dinur s Proof of the PCP Theorem CS86. Lecture 4: Dur s Proof of the PCP Theorem Scrbe: Thom Bohdaowcz Prevously, we have prove a weak verso of the PCP theorem: NP PCP 1,1/ (r = poly, q = O(1)). Wth ths result we have the desred costat

More information

1. BLAST (Karlin Altschul) Statistics

1. BLAST (Karlin Altschul) Statistics Parwse seuece algmet global ad local Multple seuece algmet Substtuto matrces Database searchg global local BLAST Seuece statstcs Evolutoary tree recostructo Gee Fdg Prote structure predcto RNA structure

More information

Complete Convergence for Weighted Sums of Arrays of Rowwise Asymptotically Almost Negative Associated Random Variables

Complete Convergence for Weighted Sums of Arrays of Rowwise Asymptotically Almost Negative Associated Random Variables A^VÇÚO 1 32 ò 1 5 Ï 2016 c 10 Chese Joural of Appled Probablty ad Statstcs Oct., 2016, Vol. 32, No. 5, pp. 489-498 do: 10.3969/j.ss.1001-4268.2016.05.005 Complete Covergece for Weghted Sums of Arrays of

More information

Chapter 13, Part A Analysis of Variance and Experimental Design. Introduction to Analysis of Variance. Introduction to Analysis of Variance

Chapter 13, Part A Analysis of Variance and Experimental Design. Introduction to Analysis of Variance. Introduction to Analysis of Variance Chapter, Part A Aalyss of Varace ad Epermetal Desg Itroducto to Aalyss of Varace Aalyss of Varace: Testg for the Equalty of Populato Meas Multple Comparso Procedures Itroducto to Aalyss of Varace Aalyss

More information

Entropy ISSN by MDPI

Entropy ISSN by MDPI Etropy 2003, 5, 233-238 Etropy ISSN 1099-4300 2003 by MDPI www.mdp.org/etropy O the Measure Etropy of Addtve Cellular Automata Hasa Aı Arts ad Sceces Faculty, Departmet of Mathematcs, Harra Uversty; 63100,

More information

Multiple Regression. More than 2 variables! Grade on Final. Multiple Regression 11/21/2012. Exam 2 Grades. Exam 2 Re-grades

Multiple Regression. More than 2 variables! Grade on Final. Multiple Regression 11/21/2012. Exam 2 Grades. Exam 2 Re-grades STAT 101 Dr. Kar Lock Morga 11/20/12 Exam 2 Grades Multple Regresso SECTIONS 9.2, 10.1, 10.2 Multple explaatory varables (10.1) Parttog varablty R 2, ANOVA (9.2) Codtos resdual plot (10.2) Trasformatos

More information

Latent Semantic Indexing Based on Factor Analysis

Latent Semantic Indexing Based on Factor Analysis Latet Sematc Idexg Based o Factor Aalyss Norak Kawamae Ceter for Advaced Research ad Techology The Uversty of Tokyo 4-6- Komaba Meguroku Tokyo53-8904 JAPAN tel. +8-3-5452-5277 fax. +8-5452-5278 kawamae@mpeg.rcast.u-tokyo.ac.p

More information

Can we take the Mysticism Out of the Pearson Coefficient of Linear Correlation?

Can we take the Mysticism Out of the Pearson Coefficient of Linear Correlation? Ca we tae the Mstcsm Out of the Pearso Coeffcet of Lear Correlato? Itroducto As the ttle of ths tutoral dcates, our purpose s to egeder a clear uderstadg of the Pearso coeffcet of lear correlato studets

More information

Bootstrap Method for Testing of Equality of Several Coefficients of Variation

Bootstrap Method for Testing of Equality of Several Coefficients of Variation Cloud Publcatos Iteratoal Joural of Advaced Mathematcs ad Statstcs Volume, pp. -6, Artcle ID Sc- Research Artcle Ope Access Bootstrap Method for Testg of Equalty of Several Coeffcets of Varato Dr. Navee

More information

Derivation of 3-Point Block Method Formula for Solving First Order Stiff Ordinary Differential Equations

Derivation of 3-Point Block Method Formula for Solving First Order Stiff Ordinary Differential Equations Dervato of -Pot Block Method Formula for Solvg Frst Order Stff Ordary Dfferetal Equatos Kharul Hamd Kharul Auar, Kharl Iskadar Othma, Zara Bb Ibrahm Abstract Dervato of pot block method formula wth costat

More information

Section l h l Stem=Tens. 8l Leaf=Ones. 8h l 03. 9h 58

Section l h l Stem=Tens. 8l Leaf=Ones. 8h l 03. 9h 58 Secto.. 6l 34 6h 667899 7l 44 7h Stem=Tes 8l 344 Leaf=Oes 8h 5557899 9l 3 9h 58 Ths dsplay brgs out the gap the data: There are o scores the hgh 7's. 6. a. beams cylders 9 5 8 88533 6 6 98877643 7 488

More information

Chapter 9 Jordan Block Matrices

Chapter 9 Jordan Block Matrices Chapter 9 Jorda Block atrces I ths chapter we wll solve the followg problem. Gve a lear operator T fd a bass R of F such that the matrx R (T) s as smple as possble. f course smple s a matter of taste.

More information

Analysis of Variance with Weibull Data

Analysis of Variance with Weibull Data Aalyss of Varace wth Webull Data Lahaa Watthaacheewaul Abstract I statstcal data aalyss by aalyss of varace, the usual basc assumptos are that the model s addtve ad the errors are radomly, depedetly, ad

More information

Unsupervised Learning and Other Neural Networks

Unsupervised Learning and Other Neural Networks CSE 53 Soft Computg NOT PART OF THE FINAL Usupervsed Learg ad Other Neural Networs Itroducto Mture Destes ad Idetfablty ML Estmates Applcato to Normal Mtures Other Neural Networs Itroducto Prevously, all

More information

Modified Cosine Similarity Measure between Intuitionistic Fuzzy Sets

Modified Cosine Similarity Measure between Intuitionistic Fuzzy Sets Modfed ose mlarty Measure betwee Itutostc Fuzzy ets hao-mg wag ad M-he Yag,* Deartmet of led Mathematcs, hese ulture Uversty, Tae, Tawa Deartmet of led Mathematcs, hug Yua hrsta Uversty, hug-l, Tawa msyag@math.cycu.edu.tw

More information

Some Notes on the Probability Space of Statistical Surveys

Some Notes on the Probability Space of Statistical Surveys Metodološk zvezk, Vol. 7, No., 200, 7-2 ome Notes o the Probablty pace of tatstcal urveys George Petrakos Abstract Ths paper troduces a formal presetato of samplg process usg prcples ad cocepts from Probablty

More information

(Monte Carlo) Resampling Technique in Validity Testing and Reliability Testing

(Monte Carlo) Resampling Technique in Validity Testing and Reliability Testing Iteratoal Joural of Computer Applcatos (0975 8887) (Mote Carlo) Resamplg Techque Valdty Testg ad Relablty Testg Ad Setawa Departmet of Mathematcs, Faculty of Scece ad Mathematcs, Satya Wacaa Chrsta Uversty

More information

Part 4b Asymptotic Results for MRR2 using PRESS. Recall that the PRESS statistic is a special type of cross validation procedure (see Allen (1971))

Part 4b Asymptotic Results for MRR2 using PRESS. Recall that the PRESS statistic is a special type of cross validation procedure (see Allen (1971)) art 4b Asymptotc Results for MRR usg RESS Recall that the RESS statstc s a specal type of cross valdato procedure (see Alle (97)) partcular to the regresso problem ad volves fdg Y $,, the estmate at the

More information

COMPROMISE HYPERSPHERE FOR STOCHASTIC DOMINANCE MODEL

COMPROMISE HYPERSPHERE FOR STOCHASTIC DOMINANCE MODEL Sebasta Starz COMPROMISE HYPERSPHERE FOR STOCHASTIC DOMINANCE MODEL Abstract The am of the work s to preset a method of rakg a fte set of dscrete radom varables. The proposed method s based o two approaches:

More information

Bounds for the Connective Eccentric Index

Bounds for the Connective Eccentric Index It. J. Cotemp. Math. Sceces, Vol. 7, 0, o. 44, 6-66 Bouds for the Coectve Eccetrc Idex Nlaja De Departmet of Basc Scece, Humates ad Socal Scece (Mathematcs Calcutta Isttute of Egeerg ad Maagemet Kolkata,

More information

An Improved Differential Evolution Algorithm Based on Statistical Log-linear Model

An Improved Differential Evolution Algorithm Based on Statistical Log-linear Model Sesors & Trasducers, Vol. 59, Issue, November, pp. 77-8 Sesors & Trasducers by IFSA http://www.sesorsportal.com A Improved Dfferetal Evoluto Algorthm Based o Statstcal Log-lear Model Zhehuag Huag School

More information

For combinatorial problems we might need to generate all permutations, combinations, or subsets of a set.

For combinatorial problems we might need to generate all permutations, combinations, or subsets of a set. Addtoal Decrease ad Coquer Algorthms For combatoral problems we mght eed to geerate all permutatos, combatos, or subsets of a set. Geeratg Permutatos If we have a set f elemets: { a 1, a 2, a 3, a } the

More information

A Primer on Summation Notation George H Olson, Ph. D. Doctoral Program in Educational Leadership Appalachian State University Spring 2010

A Primer on Summation Notation George H Olson, Ph. D. Doctoral Program in Educational Leadership Appalachian State University Spring 2010 Summato Operator A Prmer o Summato otato George H Olso Ph D Doctoral Program Educatoal Leadershp Appalacha State Uversty Sprg 00 The summato operator ( ) {Greek letter captal sgma} s a structo to sum over

More information

Convergence of the Desroziers scheme and its relation to the lag innovation diagnostic

Convergence of the Desroziers scheme and its relation to the lag innovation diagnostic Covergece of the Desrozers scheme ad ts relato to the lag ovato dagostc chard Méard Evromet Caada, Ar Qualty esearch Dvso World Weather Ope Scece Coferece Motreal, August 9, 04 o t t O x x x y x y Oservato

More information

MAX-MIN AND MIN-MAX VALUES OF VARIOUS MEASURES OF FUZZY DIVERGENCE

MAX-MIN AND MIN-MAX VALUES OF VARIOUS MEASURES OF FUZZY DIVERGENCE merca Jr of Mathematcs ad Sceces Vol, No,(Jauary 0) Copyrght Md Reader Publcatos wwwjouralshubcom MX-MIN ND MIN-MX VLUES OF VRIOUS MESURES OF FUZZY DIVERGENCE RKTul Departmet of Mathematcs SSM College

More information

ESTIMATION OF MISCLASSIFICATION ERROR USING BAYESIAN CLASSIFIERS

ESTIMATION OF MISCLASSIFICATION ERROR USING BAYESIAN CLASSIFIERS Producto Systems ad Iformato Egeerg Volume 5 (2009), pp. 4-50. ESTIMATION OF MISCLASSIFICATION ERROR USING BAYESIAN CLASSIFIERS PÉTER BARABÁS Uversty of Msolc, Hugary Departmet of Iformato Techology barabas@t.u-msolc.hu

More information

TESTS BASED ON MAXIMUM LIKELIHOOD

TESTS BASED ON MAXIMUM LIKELIHOOD ESE 5 Toy E. Smth. The Basc Example. TESTS BASED ON MAXIMUM LIKELIHOOD To llustrate the propertes of maxmum lkelhood estmates ad tests, we cosder the smplest possble case of estmatg the mea of the ormal

More information

Principal Components. Analysis. Basic Intuition. A Method of Self Organized Learning

Principal Components. Analysis. Basic Intuition. A Method of Self Organized Learning Prcpal Compoets Aalss A Method of Self Orgazed Learg Prcpal Compoets Aalss Stadard techque for data reducto statstcal patter matchg ad sgal processg Usupervsed learg: lear from examples wthout a teacher

More information

Non-uniform Turán-type problems

Non-uniform Turán-type problems Joural of Combatoral Theory, Seres A 111 2005 106 110 wwwelsevercomlocatecta No-uform Turá-type problems DhruvMubay 1, Y Zhao 2 Departmet of Mathematcs, Statstcs, ad Computer Scece, Uversty of Illos at

More information

A New Measure of Probabilistic Entropy. and its Properties

A New Measure of Probabilistic Entropy. and its Properties Appled Mathematcal Sceces, Vol. 4, 200, o. 28, 387-394 A New Measure of Probablstc Etropy ad ts Propertes Rajeesh Kumar Departmet of Mathematcs Kurukshetra Uversty Kurukshetra, Ida rajeesh_kuk@redffmal.com

More information

SPECIAL CONSIDERATIONS FOR VOLUMETRIC Z-TEST FOR PROPORTIONS

SPECIAL CONSIDERATIONS FOR VOLUMETRIC Z-TEST FOR PROPORTIONS SPECIAL CONSIDERAIONS FOR VOLUMERIC Z-ES FOR PROPORIONS Oe s stctve reacto to the questo of whether two percetages are sgfcatly dfferet from each other s to treat them as f they were proportos whch the

More information

means the first term, a2 means the term, etc. Infinite Sequences: follow the same pattern forever.

means the first term, a2 means the term, etc. Infinite Sequences: follow the same pattern forever. 9.4 Sequeces ad Seres Pre Calculus 9.4 SEQUENCES AND SERIES Learg Targets:. Wrte the terms of a explctly defed sequece.. Wrte the terms of a recursvely defed sequece. 3. Determe whether a sequece s arthmetc,

More information

L5 Polynomial / Spline Curves

L5 Polynomial / Spline Curves L5 Polyomal / Sple Curves Cotets Coc sectos Polyomal Curves Hermte Curves Bezer Curves B-Sples No-Uform Ratoal B-Sples (NURBS) Mapulato ad Represetato of Curves Types of Curve Equatos Implct: Descrbe a

More information

Dimensionality reduction Feature selection

Dimensionality reduction Feature selection CS 750 Mache Learg Lecture 3 Dmesoalty reducto Feature selecto Mlos Hauskrecht mlos@cs.ptt.edu 539 Seott Square CS 750 Mache Learg Dmesoalty reducto. Motvato. Classfcato problem eample: We have a put data

More information

Cubic Nonpolynomial Spline Approach to the Solution of a Second Order Two-Point Boundary Value Problem

Cubic Nonpolynomial Spline Approach to the Solution of a Second Order Two-Point Boundary Value Problem Joural of Amerca Scece ;6( Cubc Nopolyomal Sple Approach to the Soluto of a Secod Order Two-Pot Boudary Value Problem W.K. Zahra, F.A. Abd El-Salam, A.A. El-Sabbagh ad Z.A. ZAk * Departmet of Egeerg athematcs

More information

UNIVERSITY OF OSLO DEPARTMENT OF ECONOMICS

UNIVERSITY OF OSLO DEPARTMENT OF ECONOMICS UNIVERSITY OF OSLO DEPARTMENT OF ECONOMICS Exam: ECON430 Statstcs Date of exam: Frday, December 8, 07 Grades are gve: Jauary 4, 08 Tme for exam: 0900 am 00 oo The problem set covers 5 pages Resources allowed:

More information

Likelihood Ratio, Wald, and Lagrange Multiplier (Score) Tests. Soccer Goals in European Premier Leagues

Likelihood Ratio, Wald, and Lagrange Multiplier (Score) Tests. Soccer Goals in European Premier Leagues Lkelhood Rato, Wald, ad Lagrage Multpler (Score) Tests Soccer Goals Europea Premer Leagues - 4 Statstcal Testg Prcples Goal: Test a Hpothess cocerg parameter value(s) a larger populato (or ature), based

More information

Bayesian Classification. CS690L Data Mining: Classification(2) Bayesian Theorem: Basics. Bayesian Theorem. Training dataset. Naïve Bayes Classifier

Bayesian Classification. CS690L Data Mining: Classification(2) Bayesian Theorem: Basics. Bayesian Theorem. Training dataset. Naïve Bayes Classifier Baa Classfcato CS6L Data Mg: Classfcato() Referece: J. Ha ad M. Kamber, Data Mg: Cocepts ad Techques robablstc learg: Calculate explct probabltes for hypothess, amog the most practcal approaches to certa

More information