Research Article Towards the Novel Reasoning among Particles in PSO by the Use of RDF and SPARQL

Size: px
Start display at page:

Download "Research Article Towards the Novel Reasoning among Particles in PSO by the Use of RDF and SPARQL"

Transcription

1 e Scentfc World Journal, Artcle I , 10 pages Research Artcle Towards the Novel Reasonng among Partcles n PSO by the Use of RF and SPARQL Iztok Fster Jr., 1 Xn-She Yang, 2 Karn LjubI, 3 ušan Fster, 1 Janez Brest, 1 and Iztok Fster 1 1 Unversty of Marbor, Faculty of Electrcal Engneerng and Computer Scence, Smetanova 17, 2000 Marbor, Slovena 2 Mddlesex Unversty Hendon Campus, London NW4 4BT, UK 3 Unversty of Marbor Faculty of Medcne, Taborska 8, 2000 Marbor, Slovena Correspondence should be addressed to Iztok Fster Jr.; ztok.fster2@un-mb.s Receved 15 January 2014; Accepted 26 February 2014; Publshed 27 March 2014 Academc Edtors: N. Chakrabort, P. Meln, and F. Ner Copyrght 2014 Iztok Fster Jr. et al. Ths s an open access artcle dstrbuted under the Creatve Commons Attrbuton Lcense, whch permts unrestrcted use, dstrbuton, and reproducton n any medum, provded the orgnal work s properly cted. The sgnfcant development of the Internet has posed some new challenges and many new programmng tools have been developed to address such challenges. Today, semantc web s a modern paradgm for representng and accessng knowledge data on the Internet. Ths paper tres to use the semantc tools such as resource defnton framework (RF) and RF query language (SPARQL) for the optmzaton purpose. These tools are combned wth partcle swarm optmzaton (PSO) and the selecton of the best solutons depends on ts ftness. Instead of the local best soluton, a neghborhood of solutons for each partcle can be defned and used for the calculaton of the new poston, based on the key deas from semantc web doman. The prelmnary results by optmzng ten benchmark functons showed the promsng results and thus ths method should be nvestgated further. 1. Introducton Searchng for the optmal solutons of the hardest realworldproblemssanactvefeldespecallyncomputer scence. An eternal desre of computer scentsts s to develop a general problem solver that wll be able to cope wth all classes of real-world problems. Unfortunately, the most of the so-called clever algorthms are subject of the No Free Lunch Theorem [1]. Regardng ths theorem, f one algorthm s good on one class of problems, t does not mean that t wll also be good on the other classes of problems. Especally, three domans of algorthms have recently been appeared n the role of general problem solver, as follows: Artfcal Intellgence (AI) [2], evolutonary algorthms (EA) [3], and Swarm Intellgence (SI) [4]. Whle the former mmcs operatng a human bran, the latter domans are nspred by nature. Evolutonary algorthms are nspred by arwnan prncples of natural evoluton [5] accordng to whch the fttest ndvduals have the greater possbltes for survval and pass on ther characterstcs to ther offsprng durng a process of reproducton. Nowadays, evolutonary computaton (AC) [6] captures the algorthms nvolved n evolutonary doman and t consders genetc algorthms (GA) [7], genetc programmng [8], evoluton strateges (ES) [9], evolutonaryprogrammng [10], and dfferental evoluton (E) [11 13]. The mentoned algorthms dffer between each other accordng to representaton ofndvdual.asaresult,thesekndsofalgorthmshavebeen appled to varous optmzaton, modelng, and smulaton problems. However, ths paper concentrates on the SI doman that s concerned wth the desgn of multagent systems wth applcatons, for example, n optmzaton and n robotcs [4]. Inspraton for the desgn of these systems s taken from the collectve behavor of socal nsects, lke ants, termtes, and bees, as well as from the behavor of other anmal socetes, lke flocks of brds or schools of fsh. Recently, there exst a lot of dfferent algorthms from ths doman that s stll beng developed. Let us menton only the most mportant members of the SI algorthms, as follows: the partcle swarm optmzaton (PSO) [14], the frefly algorthm (FA) [15, 16], cuckoo search [17], the bat algorthm (BA) [18, 19], and so forth.

2 2 The Scentfc World Journal The PSO s populaton-based algorthm that mmcs movement of the swarm of partcles (e.g., brds) by flyng across a landscape, thus searchng for food. Each partcle n PSO represents the canddate soluton of the problem to be solved. Poston of the partcle conssts of the problem parameters that are modfed when the vrtual partcle s moved n the search space. The moton depends on the current partcle poston and the current poston of local best and global best solutons, respectvely. The local best solutons denote the best solutons that are whenever arsen on the defnte locaton n the populaton, whle the current best s the best soluton whenever found n the whole populaton. Thssolutonhasthemanmpactonthedrectonofmovng the swarm towards the optmal soluton. When ths soluton s not mproved anymore, the populaton gets stuck nto a local optmum. Manly, we focused on the new defnton of the neghborhood wthn the PSO algorthm. In place of the local best solutons, the neghborhood s defned usng the predefned radus of ftness values around each canddate soluton, thus capturng all canddate solutons wth the ftness value nsde the predefned vrtual radus. The sze of ths neghborhoodcanbevarable.therefore,atleastonebut maxmum three canddate solutons can be permtted to form ths neghborhood. Although ths s not the frst try how to defne the varable neghborhood wthn the PSO algorthm [20 22], n ths paper, such neghborhood s defned usng the Resource escrpton Framework (RF), SPARQL Protocol, and RF query language (SPARQL) tools taken from semantc web doman. As a result, the modfed RF-PSO algorthm was developed. Both web tools are approprate for descrbng and manpulatng decentralzed and dstrbuted data. On the other hand, the orgnal PSO algorthm mantans a populaton of partcles that are also decentralzed n ther nature. An am of usng these web tools was to smulate a dstrbuted populaton of partcles, where each partcle s placed on the dfferent locaton n the Internet. The remander of ths paper s structured as follows. In Secton 2, we outlne a short descrpton of the PSO algorthm. The secton s fnshed by ntroducng the semantc web tools, that s, RF and SPARQL. Secton3 concentrates on development of the modfed RF-PSO algorthm. Secton 4 presents the conducted experments and results obtaned wth the RF-PSO algorthms. Fnally, Secton 5 summarzes our work and potental future drectons for the future work are outlned. 2. Background 2.1. Partcle Swarm Optmzaton. Partcle swarm optmzaton (PSO) was one of the frst SI algorthms to be presented at aninternatonalconferenceonneuralnetworksbykennedy and Eberhart n 1995 [14]. PSO s nspred by the socal foragng behavor of some anmals such as flockng behavor of brds (Fgure 1) andschoolngbehavoroffsh[23]. In nature, there are some ndvduals wth better developed nstnct for fndng food. Accordng to these ndvduals, the Fgure 1: PSO. whole swarm s drected nto more promsng regons n the landscape. The PSO s a populaton-based algorthm that conssts of N partcles x (t) =(x 1,...,x ) T representng ther poston n a -dmensonal search space. These partcles move across ths space wth velocty k (t) =(V 1,...,V ) T accordng to the poston of the best partcle x (t) best towards the more promsng regons of the search space. However, ths movement s also dependent on the local best poston of each partcle p (t) and s mathematcally expressed, as follows: k (t+1) = k (t) +c 1 r (t) 1 (p(t) x (t) ) +c 2 r (t) 2 (x(t) best x(t) ), for,...,n, where r (t) 1, r(t) 2 denote the random numbers drawn from the nterval [0, 1], andc 1, c 2 are constrcton coeffcents that determne the proporton, wth whch the local and global best solutons nfluence the current soluton. Then, the new partcle poston s calculated accordng to the followng expresson: x (t+1) = x (t) (1) + k (t), for,...,n. (2) Pseudocode of the PSO algorthm s llustrated n Algorthm 1. After fnshng the ntalzaton n functon nt partcles (Algorthm 1), the PSO algorthm optmzes a problem by teratvely mprovng the canddate soluton [24, 25]. Thus, two functons are appled. The functon evaluate the new soluton calculates the ftness value of partcles obtaned after ntalzaton or movement. The movement accordng to (1) and(2) s mplemented n the functon generate new soluton RF. The RF s an XML applcaton devoted to encodng, exchangng, and reusng structural metadata [26]. It enables the knowledge to be represented n symbolcal form. Fortunately, ths knowledge s human readable. On the other hand, t s understandable to machnes. The man characterstc of ths framework s that RF data can be manpulated on decentralzed manner and dstrbuted among varous servers on the Internet. Resources dentfed by Unform Resource Identfer (URI) are descrbed n RF graphs, where each resource representng the node has many propertes that are assocated wth the resource usng the

3 The Scentfc World Journal 3 Input: PSO populaton of partcles x =(x 1,...,x ) T for,...,n. Output: The best soluton x best and ts correspondng value f mn = mn(f(x)). (1) nt partcles; (2) eval =0; (3) whle termnaton condton not meet do (4) for to N do (5) f =evaluate the new soluton(x ); (6) eval = eval +1; (7) f f pbest then (8) p = x ; pbest =f ; // save the local best soluton (9) end f (10) f f f mn then (11) x best = x ; f mn =f ; // save the global best soluton (12) end f (13) x = generate new soluton(x ); (14) end for (15) end whle Algorthm 1: Pseudocode of the classc PSO algorthm. (1) <rdf:rf> (2) <rdf:escrpton rdf:about= > (3) <ns1:name>john</ns1:name> (4) <ns1:surname>smth</ns1:surname> (5) </rdf:escrpton> (6) </rdf:rf> Algorthm 2: Pseudocode of the Person descrpton n RF. property-type relatonshp. Ths relatonshp represents an edge n RF graph. Thus, attrbutes may be atomc n nature (e.g., numbers, text strngs, etc.) or represent other resources wth ther own propertes [27]. The resource, property-type relaton, and attrbute present a trplet sutable for presentaton n RF graph. A sample of ths graph s presented n Fgure 2,fromwhchtwo trples (also 2-trples) can be translated from the dagram. These 2-trples are wrtten nto a RF database. In general, the format of ths RF data s seralzaton of N-trples obtaned from the RF graphs. For nstance, the descrpton of RF database obtaned from the RF graph n Fgure 2 s presented n Algorthm SPARQL. RF enables data to be decentralzed and dstrbuted across the Internet. On the other hand, the SPARQL Protocol has been developed for accessng and dscoverng RF data. SPARQL s an RF query language that has ts own syntax very smlar to SQL queres. The SPARQL query conssts of two parts[28]. The former SELECT clause dentfes the varables that appear n the query results, whle the latter WHERE clause provdes the basc patterns that match aganst the RF graph. Usually, these query patterns consst of three parts denotng the resource name, propertytype relaton, and attrbute. As a result, the matched patterns are returned by the query. A sample of SPARQL query s llustrated n Algorthm 3. John Person: name Person Person: surname Smth Fgure 2: agram llustrates a resource Person n RF graph. The resource conssts of two atomc attrbutes John and Smth that are assgned to t wth relatons PERSON: Name and PERSON: Surname. In other words, the name of the person s John and the surname of the same person s Smth. Note that the word PERSON: denotes a locaton (URI), where a name space contanng the descrpton of semantcs for ths relaton s located. As a result of query presented n Algorthm 3, thename John and surname Smth are returned. 3. The Modfed RF-PSO Algorthm The modfed RF-PSO algorthm mplements two features: ()usngthevarableneghborhoodofcanddatesolutons n place of the local best solutons,

4 4 The Scentfc World Journal (1) SELECT?name?surname (2) WHERE { (3) < PERSON:Name?name. (4) < PERSON:Surname?surname. (5) } Algorthm 3: Example of SPARQL query. Input: PSO populaton of partcles x =(x 1,...,x ) T for,...,n. Output: The best soluton x best and ts correspondng value f mn = mn(f(x)). (1) nt partcles; (2) eval =0; (3) whle termnaton condton not meet do (4) for to N do (5) f =evaluate the new soluton(x ); (6) eval = eval +1; (7) f f f mn then (8) x best = x ; f mn =f ; // save the global best soluton (9) end f (10) N(x )={p j p j s neghbor of x }; (11) x = generate new soluton(x, N(x )); (12) end for (13) end whle Algorthm4:TheproposedRF-PSOalgorthm. () usng the RF for descrbng and SPARQL for manpulatng ths neghborhood. The man reason for applyng these well-known tools from the semantc web doman was to develop a dstrbuted populaton model that could later be used n other SI algorthms. On the other hand, we try to use the semantc web tools for optmzaton purposes as well. Fortunately, RF s sutable tool for descrbng the dstrbuted populaton models, n general. In the PSO algorthm, t s appled for descrbng the relatons between partcles n populaton. For our purposes, a relaton s negbour of s mportant that each partcle determnes ts neghborhood. Furthermore, SPARQL s used for determnng the partcles n ts neghborhood. As a result, the RF-PSO algorthm has been establshed, whose pseudocode s presented n Algorthm 4. The three man dfferences dstngush the proposed RF-PSO wth the orgnal PSO algorthm, as follows: () no local best solutons that are mantaned by the RF-PSO (lnes omtted n the Algorthm1), () defnng the neghborhood of canddate soluton (lne 10 n Algorthm 4), () generatng the new soluton accordng to the defned varable neghborhood relaton (lne 11 n Algorthm 4). The relaton N(x )={x j x j s neghbor of x j } (lne 10 n Algorthm 4)sdefnedaccordngtothefollowngrelaton: f abs (f (x j ) f(x )) R then x j N (x ), (3) where radus R defnes the necessary maxmum ftness dstanceoftwocanddatesolutonsthatcanbenneghborhood. In fact, ths parameter regulates the number of canddate solutons n the neghborhood. Here, the radus s expressed as R = N f(x ) / N. Indeed, the neghborhood captures all solutons wth the ftness dfferences less than the radus R.Typcally,whenthe radus R ssmall,theszeofneghborhoodcanalsobesmall. However, ths asserton holds f the populaton dversty s hgher enough. When the partcles are scattered across the search space, no partcles are located n the vcnty of each other. Consequently, the sze of neghborhood becomes zero. On the other hand, when the partcles are crowded around some ftter ndvduals, the number of ts neghbors can be ncreased enormously. In order to prevent ths underszng and overszng, the neghborhood sze s defned n such a manner that t cannot exceed the value of three and cannot be zero; n other words, N(x ) [1, 3]. For each observed partcle x,thenewsolutonsgenerated accordng to the number of neghbors N(x ) n generate new soluton functon. The followng modfed equaton s used n RF-PSO for calculatng the velocty: k (t+1) =w k (t) +c 1 r (t) 1 (x(t) best x(t) ) N(x j) j=1 c + [ j+1 r (t) j+1 (p(t) j x (t) ) (4) [ N (x ], ) ] where, r 1,andr 2 are the real numbers randomly drawn from the nterval [0, 1], c 1 and c 2 denote the constrcton

5 The Scentfc World Journal 5 (1) <rdf:rf> (2) <rdf:escrpton rdf:about= > (3) <ns1:member of rdf:resource= /> (4) <ns1:member of rdf:resource= /> (5) (6) <ns1:member of rdf:resource= /> (7) </rdf:escrpton> (8) <rdf:escrpton rdf:about= > (9) <ns1:s neghbor of rdf:href= /> (10) <ns1:s neghbor of rdf:href= /> (11) <ns1:d>1</ns1:d> (12) </rdf:escrpton> (13) (14) </rdf:rf> Algorthm 5: Pseudocode of the PSO populaton n RF. coeffcents, p (t) j ={x k x k s neghbor of x 1 k N}, j [1, N(x ) ], and N(x ) j=1 c j+1 = 1. Thus, t s expected that the movement of more crowded neghborhood depends on more neghbors. Furthermore, the term between square parenthess ensures that the proporton of each neghbor as determned by constrcton coeffcents {c 2,c 3,c 4 } never exceeded the value of one. Populaton ns1:about Partcle 1 ns1:d ns1:s neghbor of 1 Partcle 5 ns1:s neghbor of Partcle Representaton of a strbuted Populaton. The rapd growth of the Internet means that new knds of applcaton archtectures have been emerged. The Internet applcatons are sutable to explot enormous power of the computers connected to ths huge network. Typcally, these applcatons search for data dstrbuted on many servers. These data need to be accessed easly, securely, and effcently. Ths paper proposes the frst steps of developng the dstrbuted populaton model wthn the PSO algorthm. In lne wth ths, the RF tool s appled that ntroduces a descrpton of relatons between partcles n the populaton. These relatons make us possble to manpulate populaton members on a hgher abstracton level. At the moment, only the relaton s neghbor of s mplemented that determnes the neghborhood of a specfc partcle n the populaton. For ths purpose, RF s devoted for defnng the varous resources on dfferent Internet servers. In our case, each partcle n the populaton represents the resource that s defned wth correspondng property-type relaton (e.g., s neghbor of ) and attrbutes. The RF graph of the dstrbuted populaton s llustrated n Fgure 3. The defnton of a dstrbuted populaton n RF s presented n Algorthm 5, from whch t can be seen that two knds of attrbutes are encountered n ths defnton, that s, the references to neghbors of specfc partcle and ts sequence number. Some detals are omtted n ths algorthm becauseofthespacelmtatonofthspaper.themssng parts of code are denoted by punctuaton marks. Fgure 3: Ths PSO dstrbuted populaton model contans the defntons of resources populaton and partcle. Thus,each partcle can relate to one or more neghbors and has an dentfcaton number. The former represents a reference to other partcles n a swarm, whle the latter s an atomc value. (1) SELECT?partcle (2) WHERE { (3) < (4) < neghbor of> (5)?partcle (6) } Algorthm 6: SPAQL query that returns partcles n the neghborhood of partcle4. language, whose syntax s smlar to the standard SQL syntax. An example of SPARQL query for returnng the neghborhood of fourth partcle s represented n Algorthm 6. Note that the SPARQL query from the mentoned algorthm wll return all attrbutes that are related to the resource4 wth the relaton s neghbor of Accessng the strbuted Populaton. The dstrbuted populaton n RF can be accessed usng the SPARQL query 3.3. Implementaton etals. The proposed RF-PSO algorthm was mplemented n Python programmng language

6 6 The Scentfc World Journal Table 1: efntons of benchmark functons. f Functon name efnton f 1 Grewangk s functon f 1 (x) = f 2 Rastrgn s functon f 2 (x) =n 10+ n 1 f 3 Rosenbrock s functon f 3 (x) = n 1 f 4 Ackley s functon f 4 (x) = n cos ( x n )+ f 5 Schwefel s functon f 5 (x) = f 6 e Jong s sphere functon f 6 (x) = x 2 f 7 Easom s functon f 7 (x) = ( 1) ( f 8 Mchalewcz s functon f 8 (x) = f 9 Xn-She Yang s functon f 9 (x) =( n x (x 2 10cos (2πx )) 100 (x +1 x 2 )2 +(x 1) 2 (20 + e 20 e (x2 +1 +x2 ) e 0.5(cos(2πx +1)+cos(2πx )) ) x sn ( x ) cos 2 (x )) exp [ sn (x )[sn ( A x π )] x ) exp [ sn (x 2 )] f 10 Zakharov s functon f 10 (x) = x 2 +( 1 x 2 ) +( x ) (x π) 2 ] 4 and executed on Lnux operatng system. Addtonally, the followng lbrares were used: () rdflb whchsapythonlbraryforworkngwthrf [29], () NumPy that s the fundamental package for scentfc computng wth Python [30] () matplotlb that s a python 2 plottng lbrary [31]. The decson for usng Python has been taken because there already exsted a lot of the PSO mplementaton. Furthermore, the RF and SPARQL semantc tools are also supportednthslanguageandultmately,programmngn Python s easy. 4. Experments and Results The goal of our expermental work was to show that the semantc web tools, that s, RF and SPARQL can be useful for the optmzaton purposes as well. Moreover, we want to show that usng the varable neghborhood n RF-PSO can also mprove the results of the orgnal PSO. In lne wth ths, the RF-PSO algorthm was appled to the optmzaton of ten benchmark functons taken from lterature. The functon optmzaton belongs to a class of contnuous optmzaton problems, where the objectve functon f(x) s gven and x ={x 1,...,x } s a vector of desgn varables n a decson space S. Each desgn varable x [Lb,Ub ] s lmted by ts lower Lb R and upper Ub R bounds. The task of optmzaton s to fnd the mnmum of the objectve functons. In the remander of ths secton, the benchmark sute s descrbed; then, the expermental setup s presented and fnally, the results of experments are llustrated n detal Test Sute. The test sute conssted of ten functons, whchwereselectedfromthelterature.however,theprmary reference s the paper by Yang [32] that proposed a set of optmzaton functons sutable for testng the newly developed algorthms. The defntons of the benchmark functons are represented n Table 1, whle ther propertes are llustrated n Table 2. Table 2 conssts of fve columns that contan the functon dentfcatons (tag f), ther global optmum (tag f ), the values of optmal desgn varables (tag x ), the lower and upper bounds of the desgn varables (tag Bound), and ther characterstcs (tag Characterstcs). The lower and upper bounds of the desgn varables determne ntervals that lmt theszeofthesearchspace.thewdersthenterval,thewder s the search space. Note that the ntervals were selected, so that the search space was wder than those proposed n the standard lterature. The functons wthn the benchmark sute can be dvded nto unmodal and multmodal. The multmodal functons have two or more local optma. Typcally, themultmodalfunctonsaremoredffculttosolve.themost complex functons are those that have an exponental number of local optma randomly dstrbuted wthn the search space.

7 The Scentfc World Journal 7 Table 2: Propertes of benchmark functons. f f x Bounds Characterstcs f (0, 0,..., 0) [ 600, 600] Hghly mult-modal f (0,0,...,0) [ 15,15] Hghly mult-modal f (1,1,...,1) [ 15,15] Multple local optma f (0, 0,..., 0) [ , ] Hghly mult-modal f (0, 0,..., 0) [ 500, 500] Hghly mult-modal f (0, 0,..., 0) [ 600, 600] Un-modal, convex f (π,π,...,π) [ 2π,2π] Multple local optma f ( , ) 1 [0, π] Multple local optma f (0,0,...,0) [ 2π,2π] Multple local optma f (0,0,...,0) [ 5,10] Un-modal 1 These values are vald for dmensons = Expermental Setup. Ths expermental study compares the results of the RF-PSO usng dfferent knd of dstrbuted populatons wthn the orgnal PSO algorthm. All PSO algorthms used the followng setup. The parameter w was randomly drawn from the nterval [0.4, 0.9], whle the constrcton coeffcents were set as c 1 = c 2 = 1.0. Asatermnatoncondton,thenumberofftnessfuncton evaluatonswasconsdered.itwassettofes = 1000, where denotes dmenson of the problem. In ths study, three dfferent dmensons of functons were appled; that s, =10, =30,and=50.However,thepopulatonszes a crucal parameter for all populaton-based algorthms that have a great nfluence on ther performance. In lne wth ths, extensve experments had been run n order to determne the most approprate settng of ths parameter by all algorthms n the test. As a result, the most approprate settng of ths parameter N = 100 was consdered for the experments. Parameters, lke the termnaton condton, dmensons of the observed functons, and the populaton sze were also used by the other algorthms n experments. The PSO algorthms are stochastc n nature. Therefore, statstcal measures, lke mnmum, maxmum, average, standard devaton, and medan, were accumulated after 25 runs of the algorthms n order to farly estmate the qualty of solutons Results. The comparatve study was conducted n whch we would lke to show, frstly, that the semantc web tools can be successfully appled to the optmzaton purposes as well and, secondly, that usng the dstrbuted populaton affects the results of the orgnal PSO algorthm. In the remander of ths secton, a detaled analyss of RF-PSO algorthms s presented Analyss of the RF-PSO Algorthms. In ths experment, the characterstcs of the RF-PSO algorthm were analyzed. In lne wth ths, the RF-PSO wth neghborhood sze of one (RF1), the RF-PSO wth neghborhood sze of two (RF2), and the RF-PSO wth neghborhood sze of tree (RF3) were compared wth the orgnal PSO algorthm (PSO) by optmzng ten benchmark functons wth dmensons = 10, = 30,and = 50.Theobtanedresults by the optmzaton of functons wth dmenson =30are aggregated n Table 3.Note that the best average values are for each functon presented bold n the table. From Table 3, t can be seen that the best average values were obtaned by the RF-1 algorthm eght tmes, that s, by f 1 f 4, f 6, f 8,andf 10. The best results were two tmes observed also by the orgnal PSO algorthm, that s, f 5 and f 9. On average, the results of the other two RF-PSO algorthms, that are, RF-2 and RF-3, were better than the results of the orgnal PSO algorthm. In order to statstcally estmate the qualty of soluton, the Fredman nonparametrc test was conducted. Each algorthm enters ths test wth fve statstcal measures for each of observed functons. As a result, each statstcal classfer (.e., varous algorthms) conssts of 5 10=50dfferent varables. The Fredman test [33, 34] compares the average ranks of the algorthms. The closer the rank to one, the better s the algorthm n ths applcaton. A null hypothess states that two algorthms are equvalent and, therefore, ther ranks should be equal. If the null hypothess s rejected, that s, the performance of the algorthms s statstcally dfferent, the Bonferron-unn test [35] s performed that calculates the crtcal dfference between the average ranks of those two algorthms. When the statstcal dfference s hgher than the crtcal dfference, the algorthms are sgnfcantly dfferent. The equaton for the calculaton of crtcal dfference can be found n [35]. Fredman tests were performed usng the sgnfcance level The results of the Fredman nonparametrc test are presented n Fgure4 where the three dagrams show the ranks and confdence ntervals (crtcal dfferences) for the algorthms under consderaton. The dagrams are organzed accordng to the dmensons of functons. Two algorthms are sgnfcantly dfferent f ther ntervals do not overlap. The frst dagram n Fgure 4 shows that the RF-1 algorthm sgnfcantly outperforms the RF-3 algorthm. Interestngly, the results of the orgnal PSO are also better than the results of the RF-2 and RF-3 algorthm. The stuaton s changed n the second (by = 30)andthrd dagram (by = 50), where RF-3 mproves the results

8 8 The Scentfc World Journal Table 3: Comparng the results of dfferent PSO algorthms ( =30). Alg. Meas. f 1 f 2 f 3 f 4 f 5 Best 7.40E E E E E Worst 1.41E E E E E PSO Mean 1.06E E E E E Stev 1.06E E E E E Mean 1.37E E E E E Best 8.87E E E E E Worst 3.33E E E E E RF-1 Mean 3.40E E E E E Stev 1.27E E E E E Medan 6.91E E E E E Best 1.10E E E E E Worst 2.42E E E E E RF-2 Mean 6.03E E E E E Stev 4.12E E E E E Mean 5.80E E E E E Best 3.07E E E E E Worst 2.52E E E E E RF-3 Mean 8.94E E E E E Stev 7.62E E E E E Mean 5.51E E E E E Evals Meas. f 6 f 7 f 8 f 9 f 10 Best 1.10E E E E E 001 Worst 3.75E E E E E PSO Mean 1.13E E E E E Stev 6.89E E E E E Mean 1.24E E E E E Best 7.80E E E E E 012 Worst 3.55E E E E E 007 RF-1 Mean 3.83E E E E E 008 Stev 2.97E E E E E 009 Mean 8.15E E E E E 007 Best 6.63E E E E E 001 Worst 2.03E E E E E RF-2 Mean 4.36E E E E E Stev 1.48E E E E E Mean 5.58E E E E E Best 5.21E E E E E Worst 2.09E E E E E RF-3 Mean 8.47E E E E E Stev 8.14E E E E E Mean 5.73E E E E E oftherf-3andtheorgnalpso,butnottherf-2 algorthm. Addtonally, the RF-2 s sgnfcantly better than the orgnal PSO also by =50. In summary, the RF-1 exposes the best results between all the other algorthms n tests by all observed dmensons of functons. On the other hand, the orgnal PSO algorthm s only comparable wth the modfed PSO algorthms by optmzng the low dmensonal functons ( = 10). The queston why the RF-PSO wth neghborhood sze of one outperformed the other RF-PSO algorthms remans open for the future work. At ths moment, t seems that here the prmary role plays the constrcton coeffcents that determne an nfluence of specfc neghbors. 5. Concluson The am of ths paper was twofold. Frst s to prove that the semantc web tools, lke RF and SPARQL, can also

9 The Scentfc World Journal 9 RF-3 RF-2 RF-1 PSO Average rank ( = 10) Average rank ( = 30) Average rank ( = 50) (a) (b) (c) Fgure 4: Results of the Fredman nonparametrc test. be used for the optmzaton purposes. Second s to show that the results of the modfed RF-PSO usng the varable neghborhood are comparable wth the results of the orgnal PSO algorthm. In lne wth the frst hypothess, a dstrbuted populaton model was developed wthn the PSO algorthm that s sutable for descrbng the varable neghborhood of partcles n the populaton. Furthermore, movng partcles across the search space depends on all the partcles n the neghborhood n place of the local best solutons as proposed n the orgnal PSO algorthm. In order to confrm the second hypothess, the benchmark sute of ten well-known functons from the lterature was defned. The results of extensve experments by optmzaton of benchmark functons showed that the optmal neghborhood sze wthn the RF-PSO algorthm s one (RF1). Ths varant of the RF-PSO also outperformed the orgnal PSO algorthm. The dstrbuted populaton model extends the concept of populaton n SI. Ths means that the populaton s no longer a passve data structure for storng partcles. Not only can the partcles now be dstrbuted, but also some relatons can be placed between the populaton members. In ths proof of concept, only one relaton was defned, that s, s neghbor of. Addtonally, not the whole defnton of the dstrbuted populaton was put onto Internet at ths moment. Although we are at the begnnng of the path of how to make an ntellgent partcle n swarm ntellgence algorthms, the prelmnary results are encouragng and future researches would nvestgate ths dea of dstrbuted populaton models n greater detal. Conflct of Interests The authors declare that there s no conflct of nterests regardng the publcaton of ths paper. References [1]. H. Wolpert and W. G. Macready, No free lunch theorems for optmzaton, IEEE Transactons on Evolutonary Computaton, vol. 1, no. 1, pp , [2] S. Russell and P. Norvg, Artfcal Intellgence: A Modern Approach, Prentce Hall, New York, NY, USA, [3] A. E. Eben and J. E. Smth, Introducton to Evolutonary Computng, Sprnger, Berln, Germany, [4] C. Blum and. Merkle, Swarm Intellgence: Introducton and Applcatons, Sprnger, Berln, Germany, [5] C. arwn, The Orgn of Speces, JohnMurray,London,UK, [6] W. Paszkowcz, Genetc algorthms, a nature-nspred tool: survey of applcatons n materals scence and related felds, Materals and Manufacturng Processes, vol.24,no.2,pp , [7]. Goldberg, Genetc Algorthms n Search, Optmzaton, and Machne Learnng, Addson-Wesley, Massachusetts, Mass, USA, [8] J. Koza, Genetc Programmng 2 Automatc scovery of Reusable Programs, The MIT Press, Cambrdge, Mass, USA, [9] T. Bck, Evolutonary Algorthms n Theory and Practce Evoluton Strateges, Evolutonary Programmng, Genetc Algorthms, Unversty Press, Oxford, UK, [10] L. Fogel, A. Owens, and M. Walsh, Artfcal Intellgence through Smulated Evoluton, John Wley & Sons, New York, NY, USA, [11] R. Storn and K. Prce, fferental evoluton a smple and effcent heurstc for global optmzaton over contnuous spaces, Journal of Global Optmzaton, vol. 11, no. 4, pp , [12] J. Brest, S. Grener, B. Boškovć, M. Mernk, and V. Žumer, Self-adaptng control parameters n dfferental evoluton: a comparatve study on numercal benchmark problems, IEEE Transactons on Evolutonary Computaton, vol.10,no.6,pp , [13] S. as and P. N. Suganthan, fferental evoluton: a survey of the state-of-the-art, IEEE Transactons on Evolutonary Computaton,vol.15,no.1,pp.4 31,2011. [14] J. Kennedy and R. Eberhart, Partcle swarm optmzaton, n Proceedngs of the IEEE Internatonal Conference on Neural Networks, vol. 4, pp , IEEE, Perth, Australa, ecember [15] I. Fster, I. Fster Jr., X. -S. Yang, and J. Brest, A comprehensve revew of frefly algorthms, Swarm and Evolutonary Computaton,vol.13,pp.34 46,2013.

10 10 The Scentfc World Journal [16] I. Fster, X. -S. Yang, J. Brest, and I. Fster Jr., Modfed frefly algorthm usng quaternon representaton, Expert Systems wth Applcatons,vol.40,no.18,pp ,2013. [17] I. Fster Jr.,. Fster, and I. Fster, A comprehensve revew of cuckoo search: varants and hybrds, Internatonal Journal of Mathematcal Modellng and Numercal Optmsaton,vol.4,no. 4, pp , [18] X.-S. Yang, A new metaheurstc bat-nspred algorthm, n Nature Inspred Cooperatve Strateges for Optmzaton (NICSO 2010),pp.65 74,Sprnger,NewYork,NY,USA,2010. [19] I. Fster Jr.,. Fster, and I. Fster, fferental evoluton strateges wth random forest regresson n the bat algorthm, n Proceedng of the 15th Annual Conference Companon on Genetc and Evolutonary Computaton, pp , ACM, [20] P. N. Suganthan, Partcle swarm optmser wth neghbourhood operator, n Proceedngs of the Congress on Evolutonary Computaton (CEC 99), vol. 3, IEEE, Washngton, Wash, USA, July [21] H. Lu, A. Abraham, O. Cho, and S. H. Moon, Varable neghborhood partcle swarm optmzaton for mult-objectve flexble job-shop schedulng problems, n Smulated Evoluton and Learnng, vol.4247oflecture Notes n Computer Scence, pp , Sprnger, New York, NY, USA, [22] J. Kennedy, Partcle swarm optmzaton, n Encyclopeda of Machne Learnng, pp , Sprnger, New York, NY, USA, [23] N. Chakrabort, R. Jayakanth, S. as, E.. Çalşr, and Ş. Erkoç, Evolutonary and genetc algorthms appled to L+-C system: calculatons usng dfferental evoluton and partcle swarm algorthm, Journal of Phase Equlbra and ffuson,vol.28,no. 2, pp , [24] R. C. Eberhart and Y. Sh, Partcle swarm optmzaton: developments, applcatons and resources, n Proceedngs of the Congress on Evolutonary Computaton, vol. 1, pp , IEEE, May [25] Y. Sh and R. Eberhart, Modfed partcle swarm optmzer, n Proceedngs of the IEEE Internatonal Conference on Evolutonary Computaton (ICEC 98), pp , IEEE, May [26] E. Mller, An ntroducton to the resource descrpton framework, -Lb Magazne, vol. 4, no. 5, pp , [27]. Allemang and J. Hendler, Semantc Web for the Workng Ontologst: Effectve Modelng n RFS and OWL, Morgan Kaufmann, Amsterdam, The Netherlands, 2nd edton, [28] S. Harrs and A. Seaborne, Sparql 1.1 Query Language, [29] rdflb: A python lbrary for workng wth RF, 2013, code.google.com/p/rdflb/. [30] Numpy, 2013, [31] Matplotlb, 2013, [32] X.-S. Yang, Appendx A: test problems n optmzaton, n Engneerng Optmzaton, X.-S. Yang, Ed., pp , John Wley & Sons, Hoboken, NJ, USA, [33] M. Fredman, The use of ranks to avod the assumpton of normalty mplct n the analyss of varance, Journal of the Amercan Statstcal Assocaton, vol.32,no.200,pp , [34] M. Fredman, A comparson of alternatve tests of sgnfcance for the problem of m rankngs, The Annals of Mathematcal Statstcs,vol.11,no.1,pp.86 92,1940. [35] J. emšar, Statstcal comparsons of classfers over multple data sets, JournalofMachneLearnngResearch,vol.7,pp.1 30, 2006.

11 Journal of Advances n Industral Engneerng Multmeda The Scentfc World Journal Appled Computatonal Intellgence and Soft Computng Internatonal Journal of strbuted Sensor Networks Advances n Fuzzy Systems Modellng & Smulaton n Engneerng Submt your manuscrpts at Journal of Computer Networks and Communcatons Advances n Artfcal Intellgence Internatonal Journal of Bomedcal Imagng Advances n Artfcal Neural Systems Internatonal Journal of Computer Engneerng Computer Games Technology Advances n Advances n Software Engneerng Internatonal Journal of Reconfgurable Computng Robotcs Computatonal Intellgence and Neuroscence Advances n Human-Computer Interacton Journal of Journal of Electrcal and Computer Engneerng

The Study of Teaching-learning-based Optimization Algorithm

The Study of Teaching-learning-based Optimization Algorithm Advanced Scence and Technology Letters Vol. (AST 06), pp.05- http://dx.do.org/0.57/astl.06. The Study of Teachng-learnng-based Optmzaton Algorthm u Sun, Yan fu, Lele Kong, Haolang Q,, Helongang Insttute

More information

arxiv: v1 [math.oc] 3 Aug 2010

arxiv: v1 [math.oc] 3 Aug 2010 arxv:1008.0549v1 math.oc] 3 Aug 2010 Test Problems n Optmzaton Xn-She Yang Department of Engneerng, Unversty of Cambrdge, Cambrdge CB2 1PZ, UK Abstract Test functons are mportant to valdate new optmzaton

More information

Comparison of the Population Variance Estimators. of 2-Parameter Exponential Distribution Based on. Multiple Criteria Decision Making Method

Comparison of the Population Variance Estimators. of 2-Parameter Exponential Distribution Based on. Multiple Criteria Decision Making Method Appled Mathematcal Scences, Vol. 7, 0, no. 47, 07-0 HIARI Ltd, www.m-hkar.com Comparson of the Populaton Varance Estmators of -Parameter Exponental Dstrbuton Based on Multple Crtera Decson Makng Method

More information

Research Article A Novel Hybrid Self-Adaptive Bat Algorithm

Research Article A Novel Hybrid Self-Adaptive Bat Algorithm e Scentfc World Journal, Artcle I 709738, 12 pages http://dx.do.org/10.1155/2014/709738 Research Artcle A Novel Hybrd Self-Adaptve Bat Algorthm Iztok Fster Jr., 1 Smon Fong, 2 Janez Brest, 1 and Iztok

More information

Kernel Methods and SVMs Extension

Kernel Methods and SVMs Extension Kernel Methods and SVMs Extenson The purpose of ths document s to revew materal covered n Machne Learnng 1 Supervsed Learnng regardng support vector machnes (SVMs). Ths document also provdes a general

More information

Particle Swarm Optimization with Adaptive Mutation in Local Best of Particles

Particle Swarm Optimization with Adaptive Mutation in Local Best of Particles 1 Internatonal Congress on Informatcs, Envronment, Energy and Applcatons-IEEA 1 IPCSIT vol.38 (1) (1) IACSIT Press, Sngapore Partcle Swarm Optmzaton wth Adaptve Mutaton n Local Best of Partcles Nanda ulal

More information

MODIFIED PARTICLE SWARM OPTIMIZATION FOR OPTIMIZATION PROBLEMS

MODIFIED PARTICLE SWARM OPTIMIZATION FOR OPTIMIZATION PROBLEMS Journal of Theoretcal and Appled Informaton Technology 3 st ecember 0. Vol. No. 005 0 JATIT & LLS. All rghts reserved. ISSN: 9985 www.jatt.org EISSN: 87395 MIFIE PARTICLE SARM PTIMIZATIN FR PTIMIZATIN

More information

Research Article Relative Smooth Topological Spaces

Research Article Relative Smooth Topological Spaces Advances n Fuzzy Systems Volume 2009, Artcle ID 172917, 5 pages do:10.1155/2009/172917 Research Artcle Relatve Smooth Topologcal Spaces B. Ghazanfar Department of Mathematcs, Faculty of Scence, Lorestan

More information

x = , so that calculated

x = , so that calculated Stat 4, secton Sngle Factor ANOVA notes by Tm Plachowsk n chapter 8 we conducted hypothess tests n whch we compared a sngle sample s mean or proporton to some hypotheszed value Chapter 9 expanded ths to

More information

Module 3 LOSSY IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur

Module 3 LOSSY IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur Module 3 LOSSY IMAGE COMPRESSION SYSTEMS Verson ECE IIT, Kharagpur Lesson 6 Theory of Quantzaton Verson ECE IIT, Kharagpur Instructonal Objectves At the end of ths lesson, the students should be able to:

More information

arxiv: v3 [cs.ne] 5 Jun 2013

arxiv: v3 [cs.ne] 5 Jun 2013 A Hybrd Bat Algorthm Iztok Fster Jr., Dušan Fster, and Xn-She Yang Abstract Swarm ntellgence s a very powerful technque to be used for optmzaton purposes. In ths paper we present a new swarm ntellgence

More information

An Adaptive Learning Particle Swarm Optimizer for Function Optimization

An Adaptive Learning Particle Swarm Optimizer for Function Optimization An Adaptve Learnng Partcle Swarm Optmzer for Functon Optmzaton Changhe L and Shengxang Yang Abstract Tradtonal partcle swarm optmzaton (PSO) suffers from the premature convergence problem, whch usually

More information

An improved multi-objective evolutionary algorithm based on point of reference

An improved multi-objective evolutionary algorithm based on point of reference IOP Conference Seres: Materals Scence and Engneerng PAPER OPEN ACCESS An mproved mult-objectve evolutonary algorthm based on pont of reference To cte ths artcle: Boy Zhang et al 08 IOP Conf. Ser.: Mater.

More information

Simulated Power of the Discrete Cramér-von Mises Goodness-of-Fit Tests

Simulated Power of the Discrete Cramér-von Mises Goodness-of-Fit Tests Smulated of the Cramér-von Mses Goodness-of-Ft Tests Steele, M., Chaselng, J. and 3 Hurst, C. School of Mathematcal and Physcal Scences, James Cook Unversty, Australan School of Envronmental Studes, Grffth

More information

Regulation No. 117 (Tyres rolling noise and wet grip adhesion) Proposal for amendments to ECE/TRANS/WP.29/GRB/2010/3

Regulation No. 117 (Tyres rolling noise and wet grip adhesion) Proposal for amendments to ECE/TRANS/WP.29/GRB/2010/3 Transmtted by the expert from France Informal Document No. GRB-51-14 (67 th GRB, 15 17 February 2010, agenda tem 7) Regulaton No. 117 (Tyres rollng nose and wet grp adheson) Proposal for amendments to

More information

Appendix B: Resampling Algorithms

Appendix B: Resampling Algorithms 407 Appendx B: Resamplng Algorthms A common problem of all partcle flters s the degeneracy of weghts, whch conssts of the unbounded ncrease of the varance of the mportance weghts ω [ ] of the partcles

More information

Multi-agent system based on self-adaptive differential evolution for solving dynamic optimization problems

Multi-agent system based on self-adaptive differential evolution for solving dynamic optimization problems Mult-agent system based on self-adaptve dfferental evoluton for solvng dynamc optmzaton problems Aleš Čep Faculty of Electrcal Engneerng and Computer Scence Unversty of Marbor ales.cep@um.s ABSTRACT Ths

More information

VARIATION OF CONSTANT SUM CONSTRAINT FOR INTEGER MODEL WITH NON UNIFORM VARIABLES

VARIATION OF CONSTANT SUM CONSTRAINT FOR INTEGER MODEL WITH NON UNIFORM VARIABLES VARIATION OF CONSTANT SUM CONSTRAINT FOR INTEGER MODEL WITH NON UNIFORM VARIABLES BÂRZĂ, Slvu Faculty of Mathematcs-Informatcs Spru Haret Unversty barza_slvu@yahoo.com Abstract Ths paper wants to contnue

More information

Statistics II Final Exam 26/6/18

Statistics II Final Exam 26/6/18 Statstcs II Fnal Exam 26/6/18 Academc Year 2017/18 Solutons Exam duraton: 2 h 30 mn 1. (3 ponts) A town hall s conductng a study to determne the amount of leftover food produced by the restaurants n the

More information

A PROBABILITY-DRIVEN SEARCH ALGORITHM FOR SOLVING MULTI-OBJECTIVE OPTIMIZATION PROBLEMS

A PROBABILITY-DRIVEN SEARCH ALGORITHM FOR SOLVING MULTI-OBJECTIVE OPTIMIZATION PROBLEMS HCMC Unversty of Pedagogy Thong Nguyen Huu et al. A PROBABILITY-DRIVEN SEARCH ALGORITHM FOR SOLVING MULTI-OBJECTIVE OPTIMIZATION PROBLEMS Thong Nguyen Huu and Hao Tran Van Department of mathematcs-nformaton,

More information

A New Evolutionary Computation Based Approach for Learning Bayesian Network

A New Evolutionary Computation Based Approach for Learning Bayesian Network Avalable onlne at www.scencedrect.com Proceda Engneerng 15 (2011) 4026 4030 Advanced n Control Engneerng and Informaton Scence A New Evolutonary Computaton Based Approach for Learnng Bayesan Network Yungang

More information

CHAPTER IV RESEARCH FINDING AND DISCUSSIONS

CHAPTER IV RESEARCH FINDING AND DISCUSSIONS CHAPTER IV RESEARCH FINDING AND DISCUSSIONS A. Descrpton of Research Fndng. The Implementaton of Learnng Havng ganed the whole needed data, the researcher then dd analyss whch refers to the statstcal data

More information

The Order Relation and Trace Inequalities for. Hermitian Operators

The Order Relation and Trace Inequalities for. Hermitian Operators Internatonal Mathematcal Forum, Vol 3, 08, no, 507-57 HIKARI Ltd, wwwm-hkarcom https://doorg/0988/mf088055 The Order Relaton and Trace Inequaltes for Hermtan Operators Y Huang School of Informaton Scence

More information

CHAPTER IV RESEARCH FINDING AND ANALYSIS

CHAPTER IV RESEARCH FINDING AND ANALYSIS CHAPTER IV REEARCH FINDING AND ANALYI A. Descrpton of Research Fndngs To fnd out the dfference between the students who were taught by usng Mme Game and the students who were not taught by usng Mme Game

More information

Solving of Single-objective Problems based on a Modified Multiple-crossover Genetic Algorithm: Test Function Study

Solving of Single-objective Problems based on a Modified Multiple-crossover Genetic Algorithm: Test Function Study Internatonal Conference on Systems, Sgnal Processng and Electroncs Engneerng (ICSSEE'0 December 6-7, 0 Duba (UAE Solvng of Sngle-objectve Problems based on a Modfed Multple-crossover Genetc Algorthm: Test

More information

Asymptotics of the Solution of a Boundary Value. Problem for One-Characteristic Differential. Equation Degenerating into a Parabolic Equation

Asymptotics of the Solution of a Boundary Value. Problem for One-Characteristic Differential. Equation Degenerating into a Parabolic Equation Nonl. Analyss and Dfferental Equatons, ol., 4, no., 5 - HIKARI Ltd, www.m-har.com http://dx.do.org/.988/nade.4.456 Asymptotcs of the Soluton of a Boundary alue Problem for One-Characterstc Dfferental Equaton

More information

A Study on Improved Cockroach Swarm Optimization Algorithm

A Study on Improved Cockroach Swarm Optimization Algorithm A Study on Improved Cockroach Swarm Optmzaton Algorthm 1 epartment of Computer Scence and Engneerng, Huaan Vocatonal College of Informaton Technology,Huaan 223003, Chna College of Computer and Informaton,

More information

A Robust Method for Calculating the Correlation Coefficient

A Robust Method for Calculating the Correlation Coefficient A Robust Method for Calculatng the Correlaton Coeffcent E.B. Nven and C. V. Deutsch Relatonshps between prmary and secondary data are frequently quantfed usng the correlaton coeffcent; however, the tradtonal

More information

Chapter 8 Indicator Variables

Chapter 8 Indicator Variables Chapter 8 Indcator Varables In general, e explanatory varables n any regresson analyss are assumed to be quanttatve n nature. For example, e varables lke temperature, dstance, age etc. are quanttatve n

More information

Chapter 3 Describing Data Using Numerical Measures

Chapter 3 Describing Data Using Numerical Measures Chapter 3 Student Lecture Notes 3-1 Chapter 3 Descrbng Data Usng Numercal Measures Fall 2006 Fundamentals of Busness Statstcs 1 Chapter Goals To establsh the usefulness of summary measures of data. The

More information

Riccardo Poli, James Kennedy, Tim Blackwell: Particle swarm optimization. Swarm Intelligence 1(1): (2007)

Riccardo Poli, James Kennedy, Tim Blackwell: Particle swarm optimization. Swarm Intelligence 1(1): (2007) Sldes largely based on: Rccardo Pol, James Kennedy, Tm Blackwell: Partcle swarm optmzaton. Swarm Intellgence 1(1): 33-57 (2007) Partcle Swarm Optmzaton Sldes largely based on: Rccardo Pol, James Kennedy,

More information

Resource Allocation with a Budget Constraint for Computing Independent Tasks in the Cloud

Resource Allocation with a Budget Constraint for Computing Independent Tasks in the Cloud Resource Allocaton wth a Budget Constrant for Computng Independent Tasks n the Cloud Wemng Sh and Bo Hong School of Electrcal and Computer Engneerng Georga Insttute of Technology, USA 2nd IEEE Internatonal

More information

NUMERICAL DIFFERENTIATION

NUMERICAL DIFFERENTIATION NUMERICAL DIFFERENTIATION 1 Introducton Dfferentaton s a method to compute the rate at whch a dependent output y changes wth respect to the change n the ndependent nput x. Ths rate of change s called the

More information

Turbulence classification of load data by the frequency and severity of wind gusts. Oscar Moñux, DEWI GmbH Kevin Bleibler, DEWI GmbH

Turbulence classification of load data by the frequency and severity of wind gusts. Oscar Moñux, DEWI GmbH Kevin Bleibler, DEWI GmbH Turbulence classfcaton of load data by the frequency and severty of wnd gusts Introducton Oscar Moñux, DEWI GmbH Kevn Blebler, DEWI GmbH Durng the wnd turbne developng process, one of the most mportant

More information

Chapter 13: Multiple Regression

Chapter 13: Multiple Regression Chapter 13: Multple Regresson 13.1 Developng the multple-regresson Model The general model can be descrbed as: It smplfes for two ndependent varables: The sample ft parameter b 0, b 1, and b are used to

More information

4 Analysis of Variance (ANOVA) 5 ANOVA. 5.1 Introduction. 5.2 Fixed Effects ANOVA

4 Analysis of Variance (ANOVA) 5 ANOVA. 5.1 Introduction. 5.2 Fixed Effects ANOVA 4 Analyss of Varance (ANOVA) 5 ANOVA 51 Introducton ANOVA ANOVA s a way to estmate and test the means of multple populatons We wll start wth one-way ANOVA If the populatons ncluded n the study are selected

More information

Comparative Studies of Law of Conservation of Energy. and Law Clusters of Conservation of Generalized Energy

Comparative Studies of Law of Conservation of Energy. and Law Clusters of Conservation of Generalized Energy Comparatve Studes of Law of Conservaton of Energy and Law Clusters of Conservaton of Generalzed Energy No.3 of Comparatve Physcs Seres Papers Fu Yuhua (CNOOC Research Insttute, E-mal:fuyh1945@sna.com)

More information

BOOTSTRAP METHOD FOR TESTING OF EQUALITY OF SEVERAL MEANS. M. Krishna Reddy, B. Naveen Kumar and Y. Ramu

BOOTSTRAP METHOD FOR TESTING OF EQUALITY OF SEVERAL MEANS. M. Krishna Reddy, B. Naveen Kumar and Y. Ramu BOOTSTRAP METHOD FOR TESTING OF EQUALITY OF SEVERAL MEANS M. Krshna Reddy, B. Naveen Kumar and Y. Ramu Department of Statstcs, Osmana Unversty, Hyderabad -500 007, Inda. nanbyrozu@gmal.com, ramu0@gmal.com

More information

Joint Statistical Meetings - Biopharmaceutical Section

Joint Statistical Meetings - Biopharmaceutical Section Iteratve Ch-Square Test for Equvalence of Multple Treatment Groups Te-Hua Ng*, U.S. Food and Drug Admnstraton 1401 Rockvlle Pke, #200S, HFM-217, Rockvlle, MD 20852-1448 Key Words: Equvalence Testng; Actve

More information

Artificial neural network regression as a local search heuristic for ensemble strategies in differential evolution

Artificial neural network regression as a local search heuristic for ensemble strategies in differential evolution Nonlnear Dyn (2016) 84:895 914 DOI 10.1007/s11071-015-2537-8 ORIGINAL PAPER Artfcal neural network regresson as a local search heurstc for ensemble strateges n dfferental evoluton Iztok Fster Ponnuthura

More information

Markov Chain Monte Carlo Lecture 6

Markov Chain Monte Carlo Lecture 6 where (x 1,..., x N ) X N, N s called the populaton sze, f(x) f (x) for at least one {1, 2,..., N}, and those dfferent from f(x) are called the tral dstrbutons n terms of mportance samplng. Dfferent ways

More information

FREQUENCY DISTRIBUTIONS Page 1 of The idea of a frequency distribution for sets of observations will be introduced,

FREQUENCY DISTRIBUTIONS Page 1 of The idea of a frequency distribution for sets of observations will be introduced, FREQUENCY DISTRIBUTIONS Page 1 of 6 I. Introducton 1. The dea of a frequency dstrbuton for sets of observatons wll be ntroduced, together wth some of the mechancs for constructng dstrbutons of data. Then

More information

Computing Correlated Equilibria in Multi-Player Games

Computing Correlated Equilibria in Multi-Player Games Computng Correlated Equlbra n Mult-Player Games Chrstos H. Papadmtrou Presented by Zhanxang Huang December 7th, 2005 1 The Author Dr. Chrstos H. Papadmtrou CS professor at UC Berkley (taught at Harvard,

More information

Solving Nonlinear Differential Equations by a Neural Network Method

Solving Nonlinear Differential Equations by a Neural Network Method Solvng Nonlnear Dfferental Equatons by a Neural Network Method Luce P. Aarts and Peter Van der Veer Delft Unversty of Technology, Faculty of Cvlengneerng and Geoscences, Secton of Cvlengneerng Informatcs,

More information

Chapter 11: Simple Linear Regression and Correlation

Chapter 11: Simple Linear Regression and Correlation Chapter 11: Smple Lnear Regresson and Correlaton 11-1 Emprcal Models 11-2 Smple Lnear Regresson 11-3 Propertes of the Least Squares Estmators 11-4 Hypothess Test n Smple Lnear Regresson 11-4.1 Use of t-tests

More information

A new Approach for Solving Linear Ordinary Differential Equations

A new Approach for Solving Linear Ordinary Differential Equations , ISSN 974-57X (Onlne), ISSN 974-5718 (Prnt), Vol. ; Issue No. 1; Year 14, Copyrght 13-14 by CESER PUBLICATIONS A new Approach for Solvng Lnear Ordnary Dfferental Equatons Fawz Abdelwahd Department of

More information

Comparison of Regression Lines

Comparison of Regression Lines STATGRAPHICS Rev. 9/13/2013 Comparson of Regresson Lnes Summary... 1 Data Input... 3 Analyss Summary... 4 Plot of Ftted Model... 6 Condtonal Sums of Squares... 6 Analyss Optons... 7 Forecasts... 8 Confdence

More information

Lecture Notes on Linear Regression

Lecture Notes on Linear Regression Lecture Notes on Lnear Regresson Feng L fl@sdueducn Shandong Unversty, Chna Lnear Regresson Problem In regresson problem, we am at predct a contnuous target value gven an nput feature vector We assume

More information

Statistics for Managers Using Microsoft Excel/SPSS Chapter 13 The Simple Linear Regression Model and Correlation

Statistics for Managers Using Microsoft Excel/SPSS Chapter 13 The Simple Linear Regression Model and Correlation Statstcs for Managers Usng Mcrosoft Excel/SPSS Chapter 13 The Smple Lnear Regresson Model and Correlaton 1999 Prentce-Hall, Inc. Chap. 13-1 Chapter Topcs Types of Regresson Models Determnng the Smple Lnear

More information

A Bayes Algorithm for the Multitask Pattern Recognition Problem Direct Approach

A Bayes Algorithm for the Multitask Pattern Recognition Problem Direct Approach A Bayes Algorthm for the Multtask Pattern Recognton Problem Drect Approach Edward Puchala Wroclaw Unversty of Technology, Char of Systems and Computer etworks, Wybrzeze Wyspanskego 7, 50-370 Wroclaw, Poland

More information

A Solution of the Harry-Dym Equation Using Lattice-Boltzmannn and a Solitary Wave Methods

A Solution of the Harry-Dym Equation Using Lattice-Boltzmannn and a Solitary Wave Methods Appled Mathematcal Scences, Vol. 11, 2017, no. 52, 2579-2586 HIKARI Ltd, www.m-hkar.com https://do.org/10.12988/ams.2017.79280 A Soluton of the Harry-Dym Equaton Usng Lattce-Boltzmannn and a Soltary Wave

More information

On the Multicriteria Integer Network Flow Problem

On the Multicriteria Integer Network Flow Problem BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 5, No 2 Sofa 2005 On the Multcrtera Integer Network Flow Problem Vassl Vasslev, Marana Nkolova, Maryana Vassleva Insttute of

More information

Statistics for Economics & Business

Statistics for Economics & Business Statstcs for Economcs & Busness Smple Lnear Regresson Learnng Objectves In ths chapter, you learn: How to use regresson analyss to predct the value of a dependent varable based on an ndependent varable

More information

Semi-supervised Classification with Active Query Selection

Semi-supervised Classification with Active Query Selection Sem-supervsed Classfcaton wth Actve Query Selecton Jao Wang and Swe Luo School of Computer and Informaton Technology, Beng Jaotong Unversty, Beng 00044, Chna Wangjao088@63.com Abstract. Labeled samples

More information

Design and Optimization of Fuzzy Controller for Inverse Pendulum System Using Genetic Algorithm

Design and Optimization of Fuzzy Controller for Inverse Pendulum System Using Genetic Algorithm Desgn and Optmzaton of Fuzzy Controller for Inverse Pendulum System Usng Genetc Algorthm H. Mehraban A. Ashoor Unversty of Tehran Unversty of Tehran h.mehraban@ece.ut.ac.r a.ashoor@ece.ut.ac.r Abstract:

More information

2016 Wiley. Study Session 2: Ethical and Professional Standards Application

2016 Wiley. Study Session 2: Ethical and Professional Standards Application 6 Wley Study Sesson : Ethcal and Professonal Standards Applcaton LESSON : CORRECTION ANALYSIS Readng 9: Correlaton and Regresson LOS 9a: Calculate and nterpret a sample covarance and a sample correlaton

More information

(Online First)A Lattice Boltzmann Scheme for Diffusion Equation in Spherical Coordinate

(Online First)A Lattice Boltzmann Scheme for Diffusion Equation in Spherical Coordinate Internatonal Journal of Mathematcs and Systems Scence (018) Volume 1 do:10.494/jmss.v1.815 (Onlne Frst)A Lattce Boltzmann Scheme for Dffuson Equaton n Sphercal Coordnate Debabrata Datta 1 *, T K Pal 1

More information

Adaptive Consensus Control of Multi-Agent Systems with Large Uncertainty and Time Delays *

Adaptive Consensus Control of Multi-Agent Systems with Large Uncertainty and Time Delays * Journal of Robotcs, etworkng and Artfcal Lfe, Vol., o. (September 04), 5-9 Adaptve Consensus Control of Mult-Agent Systems wth Large Uncertanty and me Delays * L Lu School of Mechancal Engneerng Unversty

More information

Research Article Green s Theorem for Sign Data

Research Article Green s Theorem for Sign Data Internatonal Scholarly Research Network ISRN Appled Mathematcs Volume 2012, Artcle ID 539359, 10 pages do:10.5402/2012/539359 Research Artcle Green s Theorem for Sgn Data Lous M. Houston The Unversty of

More information

Department of Quantitative Methods & Information Systems. Time Series and Their Components QMIS 320. Chapter 6

Department of Quantitative Methods & Information Systems. Time Series and Their Components QMIS 320. Chapter 6 Department of Quanttatve Methods & Informaton Systems Tme Seres and Ther Components QMIS 30 Chapter 6 Fall 00 Dr. Mohammad Zanal These sldes were modfed from ther orgnal source for educatonal purpose only.

More information

Correlation and Regression. Correlation 9.1. Correlation. Chapter 9

Correlation and Regression. Correlation 9.1. Correlation. Chapter 9 Chapter 9 Correlaton and Regresson 9. Correlaton Correlaton A correlaton s a relatonshp between two varables. The data can be represented b the ordered pars (, ) where s the ndependent (or eplanator) varable,

More information

This column is a continuation of our previous column

This column is a continuation of our previous column Comparson of Goodness of Ft Statstcs for Lnear Regresson, Part II The authors contnue ther dscusson of the correlaton coeffcent n developng a calbraton for quanttatve analyss. Jerome Workman Jr. and Howard

More information

Open Access A Variable Neighborhood Particle Swarm Algorithm Based on the Visual of Artificial Fish

Open Access A Variable Neighborhood Particle Swarm Algorithm Based on the Visual of Artificial Fish Send Orders for Reprnts to reprnts@benthamscence.ae 1122 The Open Automaton and Control Systems Journal, 2014, 6, 1122-1131 Open Access A Varable Neghborhood Partcle Swarm Algorthm Based on the Vsual of

More information

A Novel Hybrid Bat Algorithm for the Multilevel Thresholding Medical Image Segmentation

A Novel Hybrid Bat Algorithm for the Multilevel Thresholding Medical Image Segmentation RESEARCH ARTICLE Copyrght 2015 Amercan Scentfc Publshers All rghts reserved Prnted n the Unted States of Amerca Journal of Medcal Imagng and Health Informatcs Vol. 5, 1 5, 2015 A Novel Hybrd Bat Algorthm

More information

Differential Evolution Algorithm with a Modified Archiving-based Adaptive Tradeoff Model for Optimal Power Flow

Differential Evolution Algorithm with a Modified Archiving-based Adaptive Tradeoff Model for Optimal Power Flow 1 Dfferental Evoluton Algorthm wth a Modfed Archvng-based Adaptve Tradeoff Model for Optmal Power Flow 2 Outlne Search Engne Constrant Handlng Technque Test Cases and Statstcal Results 3 Roots of Dfferental

More information

Answers Problem Set 2 Chem 314A Williamsen Spring 2000

Answers Problem Set 2 Chem 314A Williamsen Spring 2000 Answers Problem Set Chem 314A Wllamsen Sprng 000 1) Gve me the followng crtcal values from the statstcal tables. a) z-statstc,-sded test, 99.7% confdence lmt ±3 b) t-statstc (Case I), 1-sded test, 95%

More information

UCLA STAT 13 Introduction to Statistical Methods for the Life and Health Sciences. Chapter 11 Analysis of Variance - ANOVA. Instructor: Ivo Dinov,

UCLA STAT 13 Introduction to Statistical Methods for the Life and Health Sciences. Chapter 11 Analysis of Variance - ANOVA. Instructor: Ivo Dinov, UCLA STAT 3 ntroducton to Statstcal Methods for the Lfe and Health Scences nstructor: vo Dnov, Asst. Prof. of Statstcs and Neurology Chapter Analyss of Varance - ANOVA Teachng Assstants: Fred Phoa, Anwer

More information

Generalized Linear Methods

Generalized Linear Methods Generalzed Lnear Methods 1 Introducton In the Ensemble Methods the general dea s that usng a combnaton of several weak learner one could make a better learner. More formally, assume that we have a set

More information

x i1 =1 for all i (the constant ).

x i1 =1 for all i (the constant ). Chapter 5 The Multple Regresson Model Consder an economc model where the dependent varable s a functon of K explanatory varables. The economc model has the form: y = f ( x,x,..., ) xk Approxmate ths by

More information

Entropy Generation Minimization of Pin Fin Heat Sinks by Means of Metaheuristic Methods

Entropy Generation Minimization of Pin Fin Heat Sinks by Means of Metaheuristic Methods Indan Journal of Scence and Technology Entropy Generaton Mnmzaton of Pn Fn Heat Snks by Means of Metaheurstc Methods Amr Jafary Moghaddam * and Syfollah Saedodn Department of Mechancal Engneerng, Semnan

More information

Cooperative Micro Differential Evolution for High Dimensional Problems

Cooperative Micro Differential Evolution for High Dimensional Problems Cooperatve Mcro Dfferental Evoluton for Hgh Dmensonal Problems Konstantnos E. Parsopoulos Department of Mathematcs Unversty of Patras GR 26110 Patras, Greece kostasp@math.upatras.gr ABSTRACT Hgh dmensonal

More information

COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS

COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS Avalable onlne at http://sck.org J. Math. Comput. Sc. 3 (3), No., 6-3 ISSN: 97-537 COMPARISON OF SOME RELIABILITY CHARACTERISTICS BETWEEN REDUNDANT SYSTEMS REQUIRING SUPPORTING UNITS FOR THEIR OPERATIONS

More information

Uncertainty as the Overlap of Alternate Conditional Distributions

Uncertainty as the Overlap of Alternate Conditional Distributions Uncertanty as the Overlap of Alternate Condtonal Dstrbutons Olena Babak and Clayton V. Deutsch Centre for Computatonal Geostatstcs Department of Cvl & Envronmental Engneerng Unversty of Alberta An mportant

More information

Topic- 11 The Analysis of Variance

Topic- 11 The Analysis of Variance Topc- 11 The Analyss of Varance Expermental Desgn The samplng plan or expermental desgn determnes the way that a sample s selected. In an observatonal study, the expermenter observes data that already

More information

Real-Time Systems. Multiprocessor scheduling. Multiprocessor scheduling. Multiprocessor scheduling

Real-Time Systems. Multiprocessor scheduling. Multiprocessor scheduling. Multiprocessor scheduling Real-Tme Systems Multprocessor schedulng Specfcaton Implementaton Verfcaton Multprocessor schedulng -- -- Global schedulng How are tasks assgned to processors? Statc assgnment The processor(s) used for

More information

Using Immune Genetic Algorithm to Optimize BP Neural Network and Its Application Peng-fei LIU1,Qun-tai SHEN1 and Jun ZHI2,*

Using Immune Genetic Algorithm to Optimize BP Neural Network and Its Application Peng-fei LIU1,Qun-tai SHEN1 and Jun ZHI2,* Advances n Computer Scence Research (ACRS), volume 54 Internatonal Conference on Computer Networks and Communcaton Technology (CNCT206) Usng Immune Genetc Algorthm to Optmze BP Neural Network and Its Applcaton

More information

Lecture 10 Support Vector Machines II

Lecture 10 Support Vector Machines II Lecture 10 Support Vector Machnes II 22 February 2016 Taylor B. Arnold Yale Statstcs STAT 365/665 1/28 Notes: Problem 3 s posted and due ths upcomng Frday There was an early bug n the fake-test data; fxed

More information

DERIVATION OF THE PROBABILITY PLOT CORRELATION COEFFICIENT TEST STATISTICS FOR THE GENERALIZED LOGISTIC DISTRIBUTION

DERIVATION OF THE PROBABILITY PLOT CORRELATION COEFFICIENT TEST STATISTICS FOR THE GENERALIZED LOGISTIC DISTRIBUTION Internatonal Worshop ADVANCES IN STATISTICAL HYDROLOGY May 3-5, Taormna, Italy DERIVATION OF THE PROBABILITY PLOT CORRELATION COEFFICIENT TEST STATISTICS FOR THE GENERALIZED LOGISTIC DISTRIBUTION by Sooyoung

More information

Basic Business Statistics, 10/e

Basic Business Statistics, 10/e Chapter 13 13-1 Basc Busness Statstcs 11 th Edton Chapter 13 Smple Lnear Regresson Basc Busness Statstcs, 11e 009 Prentce-Hall, Inc. Chap 13-1 Learnng Objectves In ths chapter, you learn: How to use regresson

More information

A PROCEDURE FOR SIMULATING THE NONLINEAR CONDUCTION HEAT TRANSFER IN A BODY WITH TEMPERATURE DEPENDENT THERMAL CONDUCTIVITY.

A PROCEDURE FOR SIMULATING THE NONLINEAR CONDUCTION HEAT TRANSFER IN A BODY WITH TEMPERATURE DEPENDENT THERMAL CONDUCTIVITY. Proceedngs of the th Brazlan Congress of Thermal Scences and Engneerng -- ENCIT 006 Braz. Soc. of Mechancal Scences and Engneerng -- ABCM, Curtba, Brazl,- Dec. 5-8, 006 A PROCEDURE FOR SIMULATING THE NONLINEAR

More information

A Hybrid Differential Evolution Algorithm Game Theory for the Berth Allocation Problem

A Hybrid Differential Evolution Algorithm Game Theory for the Berth Allocation Problem A Hybrd Dfferental Evoluton Algorthm ame Theory for the Berth Allocaton Problem Nasser R. Sabar, Sang Yew Chong, and raham Kendall The Unversty of Nottngham Malaysa Campus, Jalan Broga, 43500 Semenyh,

More information

Lecture 6: Introduction to Linear Regression

Lecture 6: Introduction to Linear Regression Lecture 6: Introducton to Lnear Regresson An Manchakul amancha@jhsph.edu 24 Aprl 27 Lnear regresson: man dea Lnear regresson can be used to study an outcome as a lnear functon of a predctor Example: 6

More information

Existence of Two Conjugate Classes of A 5 within S 6. by Use of Character Table of S 6

Existence of Two Conjugate Classes of A 5 within S 6. by Use of Character Table of S 6 Internatonal Mathematcal Forum, Vol. 8, 2013, no. 32, 1591-159 HIKARI Ltd, www.m-hkar.com http://dx.do.org/10.12988/mf.2013.3359 Exstence of Two Conjugate Classes of A 5 wthn S by Use of Character Table

More information

ANSWERS. Problem 1. and the moment generating function (mgf) by. defined for any real t. Use this to show that E( U) var( U)

ANSWERS. Problem 1. and the moment generating function (mgf) by. defined for any real t. Use this to show that E( U) var( U) Econ 413 Exam 13 H ANSWERS Settet er nndelt 9 deloppgaver, A,B,C, som alle anbefales å telle lkt for å gøre det ltt lettere å stå. Svar er gtt . Unfortunately, there s a prntng error n the hnt of

More information

1. Inference on Regression Parameters a. Finding Mean, s.d and covariance amongst estimates. 2. Confidence Intervals and Working Hotelling Bands

1. Inference on Regression Parameters a. Finding Mean, s.d and covariance amongst estimates. 2. Confidence Intervals and Working Hotelling Bands Content. Inference on Regresson Parameters a. Fndng Mean, s.d and covarance amongst estmates.. Confdence Intervals and Workng Hotellng Bands 3. Cochran s Theorem 4. General Lnear Testng 5. Measures of

More information

Chapter - 2. Distribution System Power Flow Analysis

Chapter - 2. Distribution System Power Flow Analysis Chapter - 2 Dstrbuton System Power Flow Analyss CHAPTER - 2 Radal Dstrbuton System Load Flow 2.1 Introducton Load flow s an mportant tool [66] for analyzng electrcal power system network performance. Load

More information

829. An adaptive method for inertia force identification in cantilever under moving mass

829. An adaptive method for inertia force identification in cantilever under moving mass 89. An adaptve method for nerta force dentfcaton n cantlever under movng mass Qang Chen 1, Mnzhuo Wang, Hao Yan 3, Haonan Ye 4, Guola Yang 5 1,, 3, 4 Department of Control and System Engneerng, Nanng Unversty,

More information

An Interactive Optimisation Tool for Allocation Problems

An Interactive Optimisation Tool for Allocation Problems An Interactve Optmsaton ool for Allocaton Problems Fredr Bonäs, Joam Westerlund and apo Westerlund Process Desgn Laboratory, Faculty of echnology, Åbo Aadem Unversty, uru 20500, Fnland hs paper presents

More information

The Jacobsthal and Jacobsthal-Lucas Numbers via Square Roots of Matrices

The Jacobsthal and Jacobsthal-Lucas Numbers via Square Roots of Matrices Internatonal Mathematcal Forum, Vol 11, 2016, no 11, 513-520 HIKARI Ltd, wwwm-hkarcom http://dxdoorg/1012988/mf20166442 The Jacobsthal and Jacobsthal-Lucas Numbers va Square Roots of Matrces Saadet Arslan

More information

FUZZY GOAL PROGRAMMING VS ORDINARY FUZZY PROGRAMMING APPROACH FOR MULTI OBJECTIVE PROGRAMMING PROBLEM

FUZZY GOAL PROGRAMMING VS ORDINARY FUZZY PROGRAMMING APPROACH FOR MULTI OBJECTIVE PROGRAMMING PROBLEM Internatonal Conference on Ceramcs, Bkaner, Inda Internatonal Journal of Modern Physcs: Conference Seres Vol. 22 (2013) 757 761 World Scentfc Publshng Company DOI: 10.1142/S2010194513010982 FUZZY GOAL

More information

Negative Binomial Regression

Negative Binomial Regression STATGRAPHICS Rev. 9/16/2013 Negatve Bnomal Regresson Summary... 1 Data Input... 3 Statstcal Model... 3 Analyss Summary... 4 Analyss Optons... 7 Plot of Ftted Model... 8 Observed Versus Predcted... 10 Predctons...

More information

V is the velocity of the i th

V is the velocity of the i th Proceedngs of the 007 IEEE Swarm Intellgence Symposum (SIS 007) Probablstcally rven Partcle Swarms for Optmzaton of Mult Valued screte Problems : esgn and Analyss Kalyan Veeramachanen, Lsa Osadcw, Ganapath

More information

LOW BIAS INTEGRATED PATH ESTIMATORS. James M. Calvin

LOW BIAS INTEGRATED PATH ESTIMATORS. James M. Calvin Proceedngs of the 007 Wnter Smulaton Conference S G Henderson, B Bller, M-H Hseh, J Shortle, J D Tew, and R R Barton, eds LOW BIAS INTEGRATED PATH ESTIMATORS James M Calvn Department of Computer Scence

More information

Chapter 9: Statistical Inference and the Relationship between Two Variables

Chapter 9: Statistical Inference and the Relationship between Two Variables Chapter 9: Statstcal Inference and the Relatonshp between Two Varables Key Words The Regresson Model The Sample Regresson Equaton The Pearson Correlaton Coeffcent Learnng Outcomes After studyng ths chapter,

More information

UNIVERSITY OF TORONTO Faculty of Arts and Science. December 2005 Examinations STA437H1F/STA1005HF. Duration - 3 hours

UNIVERSITY OF TORONTO Faculty of Arts and Science. December 2005 Examinations STA437H1F/STA1005HF. Duration - 3 hours UNIVERSITY OF TORONTO Faculty of Arts and Scence December 005 Examnatons STA47HF/STA005HF Duraton - hours AIDS ALLOWED: (to be suppled by the student) Non-programmable calculator One handwrtten 8.5'' x

More information

Global Sensitivity. Tuesday 20 th February, 2018

Global Sensitivity. Tuesday 20 th February, 2018 Global Senstvty Tuesday 2 th February, 28 ) Local Senstvty Most senstvty analyses [] are based on local estmates of senstvty, typcally by expandng the response n a Taylor seres about some specfc values

More information

Statistics for Business and Economics

Statistics for Business and Economics Statstcs for Busness and Economcs Chapter 11 Smple Regresson Copyrght 010 Pearson Educaton, Inc. Publshng as Prentce Hall Ch. 11-1 11.1 Overvew of Lnear Models n An equaton can be ft to show the best lnear

More information

Research Article Adaptive Parameters for a Modified Comprehensive Learning Particle Swarm Optimizer

Research Article Adaptive Parameters for a Modified Comprehensive Learning Particle Swarm Optimizer Hndaw Publshng Corporaton Mathematcal Problems n Engneerng Volume 2012, Artcle ID 207318, 11 pages do:10.1155/2012/207318 Research Artcle Adaptve Parameters for a Modfed Comprehensve Learnng Partcle Swarm

More information

ECE559VV Project Report

ECE559VV Project Report ECE559VV Project Report (Supplementary Notes Loc Xuan Bu I. MAX SUM-RATE SCHEDULING: THE UPLINK CASE We have seen (n the presentaton that, for downlnk (broadcast channels, the strategy maxmzng the sum-rate

More information

Interactive Bi-Level Multi-Objective Integer. Non-linear Programming Problem

Interactive Bi-Level Multi-Objective Integer. Non-linear Programming Problem Appled Mathematcal Scences Vol 5 0 no 65 3 33 Interactve B-Level Mult-Objectve Integer Non-lnear Programmng Problem O E Emam Department of Informaton Systems aculty of Computer Scence and nformaton Helwan

More information