THE ANNALS OF "DUNAREA DE JOS" UNIVERSITY OF GALATI FASCICLE III, 2003 ISSN X ELECTROTECHNICS, ELECTRONICS, AUTOMATIC CONTROL, INFORMATICS

Size: px
Start display at page:

Download "THE ANNALS OF "DUNAREA DE JOS" UNIVERSITY OF GALATI FASCICLE III, 2003 ISSN X ELECTROTECHNICS, ELECTRONICS, AUTOMATIC CONTROL, INFORMATICS"

Transcription

1 FASCICLE III, 003 ISSN -454X ELECTROTECHNICS, ELECTRONICS, AUTOMATIC CONTROL, INFORMATICS A NEW METHOD OF GENE CODING FOR A GENETIC ALGORITHM DESIGNED FOR PARAMETRIC OPTIMIZATION Rau Belea * an Liviu Beliman * Department of Control System an Inustrial Informatics, University Dunărea e Jos of Galati, Faculty of Electrical Engineering an Computer Science, Domneasca Street 47, 600, Galaţi, Romania. Pone: (+40) , Pone+Fax: (+40) , Rau.Belea@ugal.ro., Liviu.Beliman@ugal.ro. Abstract: In a parametric optimization problem te genes coe te real parameters of te fitness function. Tere are two coing tecniques known uner te names of: binary coe genes an real coe genes. Te comparison between tese two is a controversial subject since te first papers about parametric optimization ave appeare. An objective analysis regaring te avantages an isavantages of te two coing tecniques is ifficult to be one wile ifferent format information is compare. Te present paper suggests a gene coing tecnique tat uses te same format for bot binary coe genes an for te real coe genes. After unifying te real parameters representation, te next criterion is going to be applie: te ifferences between te two tecniques are statistically measure by te effect of te genetic operators over some ranom generate fellows. Keywors: binary coe genes, exploration, exploitation, ranom initialize genes, uniform crossover, HUX crossover, aritmetic crossover.. INTRODUCTION Everyting tat can be foun in a numerical computer, numerical information, grapical information, texts, programs, operating systems, algoritms etc. is coe wit binary igits. Tat is wy te expressions binary coe genes an real coe genes, even if tey are very often use, are pleonasms. It is proper to speak about fixe-point real numbers an floating-point real numbers, but tese expressions aren t consecrate in te genetic algoritms literature. In literature is often use a wor-game: explorationexploitation. Te verb to explore means to searc over large areas, wile te substantive exploit also as te meaning of mining exploitation or mine. In tis wor-game te verb to exploit means to searc wit small steps. A genetic algoritm as goo results if it combines large areas searcing wit small steps searcing. In Crawfor [977] tere are enounce eigt guielines tat guie a new crossover operator esign. Two of tem are important for te present paper. - Guieline 5: te crossover operator soul explore, not exploit. - Guieline 8: In general, small (large) canges in genotype soul prouce small (large) canges in penotype. In a genetic algoritm, te exploration is goo if te population covers, in time, uniformly te searc space, an if te number of visite points is as big as possible. Accoring to guieline 5 (Crawfor, [977]), te exploration success epens firstly on Tis paper was recommene for publication by Rustem POPA 66

2 FASCICLE III, 003 ISSN -454X te crossover operator use, an ten on te space sape an te selection meto use. Te paper is organize as it follows: in section tere is briefly presente te aritmetic crossover. In section 3 tere are presente te binary representation tecniques of real numbers. In section 4 it is explaine a new gene coing meto, meto tat unifies binary coe genes wit real coe genes. In section 5 it is use te bits istogram to test if te genetic operators were programme correct. In section 7 it is use te istogram of Hamming istance between parents an cilren in orer to appreciate te crossover operators quality. A summary of te results will be one in te last section of te paper.. CROSSOVER BETWEEN REAL NUMBERS In real coe genes genetic algoritms, te parents cromosomes p [, p [ an te cilren cromosomes o [, o [, k =, K, K are gene arrays. Te most popular crossover variant between real numbers is te aritmetic crossover. Genes situate in te k position of te cilren cromosomes are calculate as it follows: o[ = α p[ + ( α) p[ (), o [ = ( α) p [ + α p [ were α [0,) is a ranom real number uniformly istribute. Te aritmetic crossover as a major isavantage: it oesn t explore te wole space. were α, α [ δ,+ δ ) are two ranom numbers an δ = 0. 5 is a number cosen by te programmer. In te case δ = 0. 5 it is necessary to verify for eac gene if te result obtaine after te crossover in t overflow te searcing space. 3. THE BINARY REPRESENTATION OF REASL NUMBERS In orer to recor te exact value of a real number an infinite number of igits is neee. For example, tere are known some tousans ecimals of te number π but its exact value isn t known. Tat means tat te value of a real number store in a numeric calculator is truncate, as it is represente wit a finite sequence of bits. A finite sequence of bits bpbp K bb 0b Kbq + bq is a fixe-point unsigne real number. Te value of tis number is: (3) V = i b i. p i= q Consequently, wit p + q + binary igits real numbers can be represente in te omain p q 0 V wit a resolution of. Te resolution is te ifference between two consecutive real numbers in te respective representation, an te maxim representation error is alf of te resolution, tat is q. A floating-point real number can be represente as it follows: x,b B (4) V = ( ) M, S E x,a A x,a x,b Fig.. Te effective space explore by te aritmetic crossover In figure it is presente a two-imensional searcing space ( x, x) [, ) [, ). Te aritmetic crossover prouces two cilren situate in te rectangle elimite by te x, ) an (, A x, A ( x, B, x, B ) points tat correspons to te parents cromosomes an it oesn t explore te wole space. In orer to avoi tis fact, te intermeiate crossover may be use: ( ) ( ) o[ = p[ + α p[ p[ () o [ = p [ + α p [ p [ were S {0, } is te sign bit, E is a signe integer calle exponent, an M is fixe point real number calle mantissa. At te en of a floating point operation, te numbers E an M are arrange so tat te mantissa as only one binary igit equal to in front of te point. Tis operation is calle te mantissa normalization. In te case of working wit a normalize mantissa, it isn t necessary to store te igit in front of te point. Te value of te real number is: S N n off (5) V = ( ) ( b. F), msb were F is te fractional part of te mantissa. Te bit b msb is te most significant bit of te mantissa. In te case of floating point real numbers wit normalize mantissa b =. Te exponent msb = N n off is store wit a gap of off E n so tat te number N never as all te bits null. Te number 67

3 FASCICLE III, 003 ISSN -454X noff is cosen so tat noff E noff. It can be observe tat te real number 0 cannot be represente in a floating-point real number wit normalize mantissa. From tis reason, te number real 0 is coe by storing all te bits null. Single 4 Real 6 Double 8 Comp 0 K S N bmsb F noff b b9 b L - b0 Lb3 7 b 40 b4 b L - b Lb39 5 b b b L - b Lb64 03 b b5 b L 6 Table b 7 b80 b L 6535 Te bits signification of te four representations of te real numbers in te IBM-PC computers is given in Table. Te real number is store as a binary igits array of form: bb b3b4 L b8 K were K is te byte number of te real number representation, S is te sign bit, N is a bits array tat stores te exponent, b msb is te most significant bit of te mantissa, F is a bits array tat stores te fractional part of te mantissa of te real number, an n off is te gap use to compute te exponent. 4. A NEW METHOD OF GENE CODING Te major isavantage of te floating-point representation is te epenency between te number value an te bits weigt. Tat s wy te mutation an te crossover operators cannot be use te way tey were efine in te case of binary coe genes. Toug, in te representation of floating-point real numbers wit normalize mantissa tere are intervals k k+ x [, ), k Z, were all te real numbers from tis interval ave te same exponent an te mantissa s bits wit te same position ave te same weigt. For example, te real parameter x x min, x ) can be normalize wit te function: [ max (6) ~ x xmin [ xmax, xmin ) [,), x = + x x In te next examples te single type is use, store on 3 bits. Te numbers in te interval [,) ave S =, N = 0, so te exponent is E = N 7 = 0, an te mantissa takes values starting wit te combination.000k0 to te combination.k. Te numbers are normalize, so tere are store only te first 3 bits from te max min fractional part of te mantissa. Tis representation as te following avantages: te cromosome is an array of real numbers; tere can be use genetic operators efine for binary coe genes, but also genetic operators efine for real coe genes; tere is no nee of a function for ecoing te genetic information. It is sufficient to enormalize te gene. All te aritmetic operations are realize by te co-processor, fact tat spees up te genetic algoritm spee. Tis representation imposes some restrictions wen programming genetic operators for binary coe genes. Te mutation an te crossover must not moify te bits tat carry te sign an te exponent. For all te numbers normalize to te interval ~ x [,) on four bytes, te bits tat souln t be moifie are b K b = 5. TESTING GENETIC OPERATORS WITH MONTE CARLO METHODS In orer to verify te correctitue of te genetic operators implementation, it is necessary to make some statistic tests for te ranom initialization, te mutation an te crossover. Te gene ranom initialization was implemente wit te instruction: (7) g : = Ranom +; were te function Ranom generates a ranom number in te interval [ 0,). In Figure tere is presente a bit istogram for 000 genes ranom initialize. Fig.. Statistic test for ranom initialization In te figure, on te abscissa te bits are place in te orer from table, an on te orinate is te probability of te bits tat ave te value. Te ranom initialization is correct if b = b 0, = b K b9 =, an any bit from b0 K b3 takes te value wit a probability of 0.5. Te mean value was calculate only for te bits b0 K b3 tat can moify teir content. 68

4 FASCICLE III, 003 ISSN -454X In Golberg [99] te next recommenation is enounce: te mutation probability must not be affecte by te bits number tat coe te gene. In orer to fulfill tis recommenation an to avoi excessive use of te ranom generator first it is calculate n, te number of te bits tat will suffer a mutation wit te instruction: (8) n : = Trunc(3* pm + Ranom); were Trunc is te roun function by truncation to te lower value, 3 is te number of bits of te fractional part of te mantissa, pm is te mutation probability, an Ranom is te function tat generates ranom numbers uniformly istribute in te interval [ 0,). Ten te ranom numbers generator is use n times more to establis te bits tat are going to be moifie. Fig. 3. Statistic test for mutation In figure 3 is presente a istogram of te bits tat coe te gene for 000 applications of te mutation operators wit p m = Te gene was initialize wit te value g =. 0. Te mutation operator is programme correctly if it results from te istogram tat every bit from b0 K b3 takes te value wit te probability p m. Fig. 4. Statistic test for crossover In figure 4 it is presente a istogram of te bits tat coe te g genes (gray bars) an te g genes (black bars). Te istograms were realize after te crossover was applie 000 times over te genes: g =.99L an g =. 0. It was stuie te onepoint crossover as it was escribe in Golberg [99]. Te crossover operator is programme correctly if te bits b0 K b3 of te g istogram take te value wit an increasing probability from 0 to, an te bits b0 K b3 of te g istogram take te value wit a ecreasing probability from to THE CROSSOVER OPERATOR QUALITY MEASURING METHOD Te Hamming istance between two cromosomes was use to analyze te uniform crossover even from te first papers of Booker or Eselman were tere were suggeste te uniform crossover an te HUX (igly isruptive form of crossover) crossover. Let it be two genes g = 00 an g = 00. Te amming istance between g an g is: (9) = bc p xor p ) = bc(00 xor 00) = (000) ( bc were te logical operator "xor" is applie to te bits wit te same position, an bc ( ) is a function tat counts te non-zero bits in a string of bits. A first result obtaine from using te Hamming istance in te analyze of te crossover operator is te Booker observation: (0) ( p, p ( p, p ) = 0 ) = o = p o = p o = p o = p were o an o are calle substitute offspring. Correlating te guielines 5 an 8 presente by Crawfor wit Booker observation, te next criteria results: Criteria: te crossover operator explores te better te parameters space if te Hamming istances between te parents an te offspring cromosomes are statistically te larger. Let it be a species of solutions tat ave a gene coe wit te meto suggeste in section 4 of te present paper. It is note wit p, p te parents cromosomes an o, o te offspring cromosomes. Rana [999] notices tat: () ( p, o ) = ( p, o). ( p, o ) = ( p, o ) In Rana [999] it is covere te set of te inepenent cromosomes an te istogram of te parents-offspring Hamming istances is realize. Te Hamming istance between parents an offspring was calculate wit te formula: () p, o) = min( ( p, o ) ( p, )) ( + o Te quality of te crossover operator is appreciate consiering te probability of substitute offspring 69

5 FASCICLE III, 003 ISSN -454X apparition an te mean value of te istances calculate wit te formula (). In te present paper tere are consiere a set of ranom initialize cromosomes an te Hamming istance between parents an offspring is calculate wit te formula: (3) ( p, o ) + ( p, o ) p, o) =. ( Te quality of te crossover operator is appreciate consiering te mean value an te ispersion of te istances calculate wit formula (3). Moreover, tis meto is extene to te comparison of te binary crossover wit te aritmetic crossover an to te comparison of te exploration realize by te aritmetic crossover wit te exploration realize by te ranom initialization of te population. Te analyze meto consist in ranom initialization of te parents genes an ten two ifferent crossover operators are applie an two pairs of cilren are obtaine. Ten, for eac crossover operator, it is calculate te Hamming istance between parents an offspring. Te last operations are repeate for a large number of pairs of genes ranom initialize, an ten te Hamming istance istograms are grapically represente. 7. EXPERIMENTAL RESULTS One point crossover is largely presente in Golberg [99]. In te case of uniform crossover, te probabilities of every bit transfer from one parent to offspring an te bit transfer in te same position, from te oter parent is 0.5. Fig. 6. Te comparison between uniform crossover an te HUX crossover In figure 6 tere are comparatively presente te Hamming istance istograms between parents an offspring for uniform crossover an te HUX crossover. Te HUX crossover is a uniform crossover variant tat reuces te istance ispersion between te parents p, p an te offspring o, o imposing: (4) ( p, o ) = ( p, p) iv, ( p, o ) = ( p, p ) ( p, o ) te "iv" operator from () representing te integer ivision witout rest. Te mask of te move bits m c, of te HUX crossover is obtaine from te Hamming mask m = p xor p, from wic alf of te bits wit te value are remove. Of course, te positions of tese bits are ranomly cosen. For 3 bits genes, te probability of substitute offspring ecrease from.3% in te case of uniform crossover to 0.0% in te case of HUX crossover. If te meto suggeste in section of te present paper is use, ten te parents cromosomes p [ ], k p [ ] an te offspring cromosomes o [ ], o [ ], k k k k =, K, K are gene arrays an if it is performe te aritmetic crossover wit te formula (), were α [0,) is a ranom real number, it results tat: (5) p[ [,) p[ [,) o[ [,), o[ [,) Fig. 5. Te comparison between one point crossover an uniform crossover In figure 5 tere are comparatively presente te Hamming istance istograms between parents an offspring for one point crossover an uniform crossover. Summing te two samples from te figure 5 3.3% from te offspring obtaine troug one point crossover are substitute offspring, wile only.3% of substitute offspring obtaine after te uniform crossover, so te quality of te exploration realize by te uniform crossover is better because te probability of substitute offspring appearance is smaller. tat means tat te bits of a gene oesn t moify teir weigt in te gene value (see section 4). So, te aritmetic crossover can be compare to any of te binary crossover variants. Fig. 7. Te comparison between te HUX crossover an te aritmetic crossover 70

6 FASCICLE III, 003 ISSN -454X In figure 7 tere are comparatively presente te Hamming istance istograms between parents an offspring for te HUX crossover an te aritmetic crossover. It can be notice tat te Hamming istances between parents an offspring are bigger in te case of te aritmetic crossover. In te introuctory part it was state tat te exploration is better if te number of points visite by te fellows is bigger. Tis visitation of te searcing space starts in te moment of te ranom initialization of te genetic algoritm. Te coing meto suggeste in section 4, togeter wit te analyze meto formerly use allow te comparison of te performances of te exploration realize by te ranom initialization wit te exploration realize by te crossover genetic operator. Fig. 8. Te comparison between te exploration realize by te aritmetic crossover an te exploration realize by te ranom initialization of te genes In figure 8 tere are presente two istograms: te istogram of te Hamming istances between parents an offspring in te case of aritmetic crossover an te istogram of te Hamming istances between two ranomly initialize genes. It can be notices tat te aritmetic crossover is almost as efficient as te ranom initialization of te genes. 8. CONCLUSIONS From te figures 5, 6 an 7 it results tat ue to te criteria enounce in section 6, te one-point crossover as te weakest performance an te performances increase from te uniform crossover, te HUX crossover to te real numbers crossover. Te aritmetic crossover (see formula ()) realize a very goo searc wen te population is concentrate in an ecological nice, improving te exploring process (see figure 7, section 7), but it oesn t explore te wole searcing space (see figue, section ). So, te aritmetic crossover oesn t fulfill te Crawfor s guieline 5. Te unwante result from te figure suggests a combine using of te uniform crossover or te HUX crossover wit te aritmetic crossover. In tis way, te aritmetic crossover reinitializes te bits of a part of te population, preserving te goo solutions near te optimum point, wile te binary crossover explores very well te searcing space. 8. REFERENCES Bäck T. [997]. Principles of Evolutionary Computation. EUFIT 97, September 8-, 997, Aacen, Germany p Crawfor K. D. [997]. How one go eveloping a new crossover operator wit an a priori expectation of its merit? Report at university of Tilsa 997. Eselman L. J. [99]. Te CHC Aaptive Searc Algoritm: How to Have Safe Searc Wen Engaging in Nontraitional Genetic Recombination. "Founations of genetic Algoritms". Eite by Gregory Rowlins Morgan Kaufmann Publisiers, Inc. 99. Golberg D. E. [990]. Real-coe Genetic Algoritms, Virtual Alpabets. University of Illinois at Urbana-Campaign, Tecnical Report no. 9000, September 990. Golberg D. E. [99]. Genetic Algoritms. Aison-Wesley Usa, (5767), 99. Traucere în limba franceză, Copyrigt Juin 994 Eitions Aison-Wesley France, S. A. Micalewicz Z. [994]. Genetic Algoritms + Data Structures = Evolution Programs. Springer-Verlag Berlin Heielberg 994. Rana S. [999]. Disertation. Examining Te Role of Optima an Scema Processing in Genetic Searc. For te Degree of Doctor of Pilosopy, Colorao State University, Fort Colins, 999. Wrigt A. H. [99]. Genetic Algoritms for Real Parameter Optimisation. "Founations of genetic Algoritms". Eite by Gregory Rowlins Morgan Kaufmann Publisers, Inc. 99. ***[985]. ANSI/IEEE Stanar. 7

Revision Topic 12: Area and Volume Area of simple shapes

Revision Topic 12: Area and Volume Area of simple shapes Revision Topic : Area and Volume Area of simple sapes You need to learn ALL of te following area formulae: Rectangle Triangle W L b Area = lengt widt Area = base eigt = ½ b Parallelogram Trapezium a b

More information

青藜苑教育 Example : Find te area of te following trapezium. 7cm 4.5cm cm To find te area, you add te parallel sides 7

青藜苑教育 Example : Find te area of te following trapezium. 7cm 4.5cm cm To find te area, you add te parallel sides 7 青藜苑教育 www.tetopedu.com 00-6895997 3095457 Area of simple sapes Revision Topic : Area and Volume You need to learn ALL of te following area formulae: Rectangle Triangle W L Area = lengt widt Area = b base

More information

Optimization Model of Oil-Volume Marking with Tilted Oil Tank

Optimization Model of Oil-Volume Marking with Tilted Oil Tank Open Journal of Optimization 1 1 - ttp://.doi.org/1.36/ojop.1.1 Publised Online December 1 (ttp://www.scirp.org/journal/ojop) Optimization Model of Oil-olume Marking wit Tilted Oil Tank Wei Xie 1 Xiaojing

More information

Balanced Binary Trees

Balanced Binary Trees Balanced Binary Trees 1 Binary searc trees provide O(log N) searc times provided tat te nodes are distributed in a reasonably balanced manner. Unfortunately, tat is not always te case and performing a

More information

Physics Engineering PC 1431 Experiment P2 Heat Engine. Section B: Brief Theory (condensed from Serway & Jewett)

Physics Engineering PC 1431 Experiment P2 Heat Engine. Section B: Brief Theory (condensed from Serway & Jewett) Pysics Engineering PC 1431 Experiment P2 Heat Engine Section A: Introduction Te invention of steam engine played a very significant role in te Industrial Revolution from te late 1700s to early 1800s. Te

More information

16.1 Volume of Prisms and Cylinders

16.1 Volume of Prisms and Cylinders Name Class Date 16.1 Volume of Prisms and Cylinders Essential Question: How do te formulas for te volume of a prism and cylinder relate to area formulas tat you already know? Explore G.11.D Apply te formulas

More information

To find the volume of a pyramid and of a cone

To find the volume of a pyramid and of a cone - Volumes of Pyramids and Cones Common Core State Standards G-GMD.A. Use volume formulas for... pyramids, cones... to solve problems. G-MG.A. Use geometric sapes, teir measures, and teir properties to

More information

20.1 Heights and distances

20.1 Heights and distances 20 Heigts an istances INTROUTION In tis capter, we will learn te practical use of trigonometry in our ay-to-ay life. We will see ow trigonometry is use for fining te eigts an istances of various objects,

More information

2 2D 2F. 1pc for each 20 m of wire. h (min. 45) h (min. 45) 3AC. see details J, E

2 2D 2F. 1pc for each 20 m of wire. h (min. 45) h (min. 45) 3AC. see details J, E TEXTILE AIR DIFFUSERS - - INSTRUCTIONS AIR FOR MOUNTING 1 1D 1F see details A, B, C 2 2D 2F see details A, B, C (min. 32) min. every 0 mm 1pc for eac 20 m of wire min. every 0 mm 1pc for eac 20 m of wire

More information

Calculation of Theoretical Torque and Displacement in an Internal Gear Pump

Calculation of Theoretical Torque and Displacement in an Internal Gear Pump TECHNICAL REPORT Calculation of Teoretical Torque and Displacement in an Internal Gear Pump Y. INAGUMA Tis paper describes numerical determination of teoretical torque (ideal torque) and teoretical stroke

More information

Bribery and Favoritism by Auctioneers in Sealed-Bid Auctions

Bribery and Favoritism by Auctioneers in Sealed-Bid Auctions Bribery an Favoritism by Auctioneers in Seale-Bi Auctions Roberto Burguet an Martin K. Perry Abstract We consier a moel of bribery in an asymmetric procurement auction. In return for a bribe from te isonest

More information

Numerical Simulation of Stresses in Thin-rimmed Spur Gears with Keyway B. Brůžek, E. Leidich

Numerical Simulation of Stresses in Thin-rimmed Spur Gears with Keyway B. Brůžek, E. Leidich Numerical Simulation of Stresses in Tin-rimmed Spur Gears wit Keyway B. Brůžek, E. Leidic Tis paper contains an investigation of te key on a stress distribution in a tin-rimmed spur gear. A stress analysis

More information

Overall stability of multi-span portal sheds at right-angles to the portal spans

Overall stability of multi-span portal sheds at right-angles to the portal spans Overall stability of multi-span portal seds at rigt-angles to te portal spans SCI s Senior Manager for Standards, Carles M King, explains te approac for design of long-span portal seds. 1. Introduction

More information

Math GPS. 2. Art projects include structures made with straws this week.

Math GPS. 2. Art projects include structures made with straws this week. Number of Plants Mat GPS. List te measurements in order from greatest to least., inces,5 feet mile 75 yards Greatest. Art projects include structures made wit straws tis week. Number of Projects, p Total

More information

Red Green Black Trees: Extension to Red Black Trees

Red Green Black Trees: Extension to Red Black Trees Red Green Black Trees: Extension to Red Black Trees Seyfeddine Zouana*, Djamel Eddine Zegour Laboratoire de la Communication dans les Systèmes Informatiques, Ecole nationale Supérieure d'informatique,

More information

OD DVOSTRUKO ZASTAKLJENOG PROZORA DO DVOSTRUKE FASADE INDIKATORI PRENOSA TOPLOTE STACIONARNOG STANJA

OD DVOSTRUKO ZASTAKLJENOG PROZORA DO DVOSTRUKE FASADE INDIKATORI PRENOSA TOPLOTE STACIONARNOG STANJA OD DVOSTRUKO ZASTAKLJENOG PROZORA DO DVOSTRUKE FASADE INDIKATORI PRENOSA TOPLOTE STACIONARNOG STANJA FROM DOUBLE-GLAZED WINDOW TO DOUBLE-SKIN FACADE STEADY STATE HEAT TRANSFER INDICATORS Gabriel NĂSTASE

More information

Point Pollution Sources Dimensioning

Point Pollution Sources Dimensioning Point Pollution Sources Diensioning Georgeta CUCULEANU 1 ABSTRACT In tis paper a etod for deterining te ain pysical caracteristics of te point pollution sources is presented. It can be used to find te

More information

234 The National Strategies Secondary Mathematics exemplification: Y7

234 The National Strategies Secondary Mathematics exemplification: Y7 234 Te National Strategies Secondary Matematics exemplification: Y7 Pupils sould learn to: Deduce and use formulae to calculate lengts, perimeters, areas and volumes in 2-D and 3-D sapes As outcomes, Year

More information

Installation the DELTABEAM Frame

Installation the DELTABEAM Frame Tese installation instructions are intended to be used togeter wit te project s erection metod statement were te instructions may be complemented. If tere are differences between te erection metod statement

More information

4.2 Using Similar Shapes

4.2 Using Similar Shapes LESSON 4.2 Using Similar Sapes Proportionalit 7.5. Generalize te critical attributes of similarit, including ratios witin and between similar sapes. ESSENTIL QUESTION How can ou use similar sapes to find

More information

ANALYSIS OF WORK ROLL THERMAL BEHAVIOR FOR 1450MM HOT STRIP MILL WITH GENETIC ALGORITHM

ANALYSIS OF WORK ROLL THERMAL BEHAVIOR FOR 1450MM HOT STRIP MILL WITH GENETIC ALGORITHM Journal of Teoretical and Applied Information Tecnology 3 t September 2. Vol. 43 No.2 5-2 JATIT & LLS. All rigts reserved. ANALYSIS OF WORK ROLL THERMAL BEHAVIOR FOR 45MM HOT STRIP MILL WITH GENETIC ALGORITHM

More information

Calculation Methodology of Translucent Construction Elements in Buildings and Other Structures

Calculation Methodology of Translucent Construction Elements in Buildings and Other Structures MATEC Web of Conferences 96, 005 (08) ttps://doi.org/0.05/matecconf/0896005 XXVII R-S-P Seminar 08, Teoretical Foundation of Civil Engineering Calculation Metodology of Translucent Construction Elements

More information

Goal: Measure the pump curve(s)

Goal: Measure the pump curve(s) Pump Performance Tes;ng Goal: Measure te pump curve(s) Head versus flow rate: Efficiency versus flow rate: Maximum ead at = 0 Maximum flow rate at = 0 η η = 0 wen = 0 and = 0 Maximum efficiency Pump tes;ng

More information

Math Practice Use a Formula

Math Practice Use a Formula 9.4 Volumes of Prisms How can you find te volume of a prism? ACTIVITY: Pearls in a Treasure Cest Work wit a partner. A treasure cest is filled wit valuable pearls. Eac pearl is about centimeter in diameter

More information

EXPERIMENTAL AND NUMERICAL ANALYSIS OF HEAT TRANSFER IN THE CAVITIES OF HOLLOW BLOCKS

EXPERIMENTAL AND NUMERICAL ANALYSIS OF HEAT TRANSFER IN THE CAVITIES OF HOLLOW BLOCKS EXPERIMENTAL AND NUMERICAL ANALYSIS OF HEAT TRANSFER IN THE CAVITIES OF HOLLOW BLOCKS Pietro Stefanizzi, Antonio Lippolis, Stefania Liuzzi Politecnico i Bari, Via Orabona 4, 715 Bari SUMMARY Given te importance

More information

TORQUE CONVERTER MODELLING FOR ACCELERATION SIMULATION

TORQUE CONVERTER MODELLING FOR ACCELERATION SIMULATION UNIVERSITY OF PITESTI SCIENTIFIC BULLETIN FACULTY OF MECHANICS AND TECHNOLOGY AUTOMOTIVE series, year XVII, no.1 ( 3 ) TORQUE CONVERTER MODELLING FOR ACCELERATION SIMULATION 1 Ciobotaru, Ticuşor *, 1 Vînturiş,

More information

Description of Danish Practices in Retail Trade Statistics.

Description of Danish Practices in Retail Trade Statistics. Description of Danis Practices in Retail Trade Statistics. 1. Statistical units and reporting units Units and population Te enterprises in te Retail Trade Index are all legal units. In te Central Business

More information

Essential Question How can you find the surface area and the volume of a cone? 3 in. π

Essential Question How can you find the surface area and the volume of a cone? 3 in. π 11.7 Suface Aeas and Volumes of Cones Essential Question How can you find te suface aea and te volume of a cone? Finding te Suface Aea of a Cone Wok wit a patne. Constuct a cicle wit a adius of 3 inces.

More information

Bribery and Favoritism by Auctioneers in Sealed-Bid Auctions

Bribery and Favoritism by Auctioneers in Sealed-Bid Auctions Bribery an Favoritism by Auctioneers in Seale-Bi Auctions Roberto Burguet Institute for Economic Analysis (CSIC) an CREA Campus UAB Bellaterra, Barcelona, Spain 08193 Martin K. Perry * Department of Economics

More information

Prediction of steel plate deformation due to triangle heating using the inherent strain method

Prediction of steel plate deformation due to triangle heating using the inherent strain method J Mar Sci Tecnol (005) 10:11 16 DOI 10.1007/s00773-005-00-5 Prediction of steel plate deformation due to triangle eating using te inerent strain metod Cang Doo Jang 1, Tae Hoon Kim, Dae Eun Ko 3, Tomas

More information

Fixation effects: do they exist in design problem solving?

Fixation effects: do they exist in design problem solving? Environment and Planning B: Planning and Design, 1993, volume 20, pages 333-345 Fixation effects: do tey exist in design problem solving? A T Purcell, P Williams, J S Gero, B Colbron Department of Arcitectural

More information

5.10. Area and Perimeter INSERT

5.10. Area and Perimeter INSERT 5.10 Aea and Peimete INSERT A Peimete We egin tis section y eviewing te definition of a polygon, and te definition of peimete. Definition A polygon is a closed geometic figue, wit at least tee sides, in

More information

THE REDESIGNED CANADIAN MONTHLY WHOLESALE AND RETAIL TRADE SURVEY: A POSTMORTEM OF THE IMPLEMENTATION

THE REDESIGNED CANADIAN MONTHLY WHOLESALE AND RETAIL TRADE SURVEY: A POSTMORTEM OF THE IMPLEMENTATION ASA Section on Survey Researc Metods THE REDESIGNED CANADIAN MONTHLY WHOLESALE AND RETAIL TRADE SURVEY: A POSTMORTEM OF THE IMPLEMENTATION Julie Trépanier, Statistics Canada Julie Trépanier, Business Survey

More information

Online Appendix to. Are Two heads Better Than One: Team versus Individual Play in Signaling Games. David C. Cooper and John H.

Online Appendix to. Are Two heads Better Than One: Team versus Individual Play in Signaling Games. David C. Cooper and John H. Online Appendix to Are Two heads Better Than One: Team versus Individual Play in Signaling Games David C. Cooper and John H. Kagel This appendix contains a discussion of the robustness of the regression

More information

wine 1 wine 2 wine 3 person person person person person

wine 1 wine 2 wine 3 person person person person person 1. A trendy wine bar set up an experiment to evaluate the quality of 3 different wines. Five fine connoisseurs of wine were asked to taste each of the wine and give it a rating between 0 and 10. The order

More information

Study of Steam Export Transients in a Combined Cycle Power Plant

Study of Steam Export Transients in a Combined Cycle Power Plant Study of Steam Export Transients in a Combined Cycle ower lant Alfonso Junquera Delgado Departamento Mecánico, Empresarios Agrupados c\ Magallanes 3 Madrid 8003 ajd@empre.es Almudena Travesí de los Santos

More information

Variance Estimation of the Design Effect

Variance Estimation of the Design Effect JSM 013 - Survey Researc Metods Section Variance Estimation of te Design Effect Alberto Padilla Banco de México Abstract Sample size determination is a crucial part of te planning process of a survey and

More information

Gail E. Potter, Timo Smieszek, and Kerstin Sailer. April 24, 2015

Gail E. Potter, Timo Smieszek, and Kerstin Sailer. April 24, 2015 Supplementary Material to Modelling workplace contact networks: the effects of organizational structure, architecture, and reporting errors on epidemic predictions, published in Network Science Gail E.

More information

Volumes of Pyramids. Essential Question How can you find the volume of a pyramid?

Volumes of Pyramids. Essential Question How can you find the volume of a pyramid? 11.6 Volumes of Pyramids Essential Question How can you find te volume of a pyramid? Finding te Volume of a Pyramid Work wit a partner. Te pyramid and te prism ave te same eigt and te same square base.

More information

Experiment 2: ANALYSIS FOR PERCENT WATER IN POPCORN

Experiment 2: ANALYSIS FOR PERCENT WATER IN POPCORN Experiment 2: ANALYSIS FOR PERCENT WATER IN POPCORN Purpose: The purpose is to determine and compare the mass percent of water and percent of duds in two brands of popcorn. Introduction: When popcorn kernels

More information

1/1 FULL SIZE 3/4 QUARTER SIZE 1/2 HALF SIZE EXTRA LARGE SIZE EXTRA LONG SIZE

1/1 FULL SIZE 3/4 QUARTER SIZE 1/2 HALF SIZE EXTRA LARGE SIZE EXTRA LONG SIZE STERILE CONTAINER SYSTEMS BIO-BARRIER 1/1 FULL SIZE 3/4 QUARTER SIZE 1/2 HALF SIZE EXTRA LARGE SIZE EXTRA LONG SIZE Aygün Bio-Barrier model sterilization container systems are designed wit mecanical valves

More information

Archdiocese of New York Practice Items

Archdiocese of New York Practice Items Archdiocese of New York Practice Items Mathematics Grade 8 Teacher Sample Packet Unit 1 NY MATH_TE_G8_U1.indd 1 NY MATH_TE_G8_U1.indd 2 1. Which choice is equivalent to 52 5 4? A 1 5 4 B 25 1 C 2 1 D 25

More information

1/1 FULL SIZE 3/4 QUARTER SIZE 1/2 HALF SIZE EXTRA LARGE SIZE EXTRA LONG SIZE

1/1 FULL SIZE 3/4 QUARTER SIZE 1/2 HALF SIZE EXTRA LARGE SIZE EXTRA LONG SIZE BIO-BARRIER 1/1 FULL SIZE 3/4 QUARTER SIZE 1/2 HALF SIZE EXTRA LARGE SIZE EXTRA LONG SIZE Aygün Bio-Barrier model sterilization container systems are designed wit mecanical valves bot in bottom and lid

More information

MasterTop BC 309. A two component, clear, non-solvented (total solid), epoxy binder

MasterTop BC 309. A two component, clear, non-solvented (total solid), epoxy binder PRODUCT DESCRIPTION is a non-solvente, low viscous, clear an flui two-component epoxy resin. FIELDS OF APPLICATION is formulate to be use inoors for applications in inustrial an ecorative areas. MasterTop

More information

Presenting a Mathematical Model for Estimating the Deep Percolation Due to Irrigation

Presenting a Mathematical Model for Estimating the Deep Percolation Due to Irrigation International Journal of Hyraulic Engineering 2015, 4(1): 17-21 DOI: 10.5923/j.ijhe.20150401.03 Presenting a Mathematical Moel for Estimating the Deep Percolation Due to Irrigation Kaveh Osta-Ali-Askari

More information

EFFECT OF TOMATO GENETIC VARIATION ON LYE PEELING EFFICACY TOMATO SOLUTIONS JIM AND ADAM DICK SUMMARY

EFFECT OF TOMATO GENETIC VARIATION ON LYE PEELING EFFICACY TOMATO SOLUTIONS JIM AND ADAM DICK SUMMARY EFFECT OF TOMATO GENETIC VARIATION ON LYE PEELING EFFICACY TOMATO SOLUTIONS JIM AND ADAM DICK 2013 SUMMARY Several breeding lines and hybrids were peeled in an 18% lye solution using an exposure time of

More information

Farm Structure Survey 2009/2010 Survey on agricultural production methods 2009/2010

Farm Structure Survey 2009/2010 Survey on agricultural production methods 2009/2010 Farm Structure Survey 2009/2010 Survey on agricultural production metods 2009/2010 National Metodological Report (NMR) According to Art. 12 of Regulation (EC) No 1166/2008 of te European Parliament and

More information

HW 5 SOLUTIONS Inference for Two Population Means

HW 5 SOLUTIONS Inference for Two Population Means HW 5 SOLUTIONS Inference for Two Population Means 1. The Type II Error rate, β = P{failing to reject H 0 H 0 is false}, for a hypothesis test was calculated to be β = 0.07. What is the power = P{rejecting

More information

Relation between Grape Wine Quality and Related Physicochemical Indexes

Relation between Grape Wine Quality and Related Physicochemical Indexes Research Journal of Applied Sciences, Engineering and Technology 5(4): 557-5577, 013 ISSN: 040-7459; e-issn: 040-7467 Maxwell Scientific Organization, 013 Submitted: October 1, 01 Accepted: December 03,

More information

Characteristics and dead-time of GM-tube

Characteristics and dead-time of GM-tube Caracteristics ad dead-time of GM-tube GM-tubes are te most popular gas ioizatio detectors for te measuremet of - ad -radiatio. Gas ioizatio detectors ave tree types: ioizatio cambers, proportioal couters

More information

Which of your fingernails comes closest to 1 cm in width? What is the length between your thumb tip and extended index finger tip? If no, why not?

Which of your fingernails comes closest to 1 cm in width? What is the length between your thumb tip and extended index finger tip? If no, why not? wrong 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 right 66 65 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 score 100 98.5 97.0 95.5 93.9 92.4 90.9 89.4 87.9 86.4 84.8 83.3 81.8 80.3 78.8 77.3 75.8 74.2

More information

Ground Improvement Using Preloading with Prefabricated Vertical Drains

Ground Improvement Using Preloading with Prefabricated Vertical Drains DISCUSSION of: Ground Improvement Using Preloading wit Prefabricated Vertical Drains Full Reference: Dar, A.S., Siddique, A., Ameen, S.F., (211). Ground Improvement using Pre-loading wit Prefabricated

More information

Biologist at Work! Experiment: Width across knuckles of: left hand. cm... right hand. cm. Analysis: Decision: /13 cm. Name

Biologist at Work! Experiment: Width across knuckles of: left hand. cm... right hand. cm. Analysis: Decision: /13 cm. Name wrong 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 right 72 71 70 69 68 67 66 65 64 63 62 61 60 59 58 57 56 55 54 53 52 score 100 98.6 97.2 95.8 94.4 93.1 91.7 90.3 88.9 87.5 86.1 84.7 83.3 81.9

More information

Background. Sample design

Background. Sample design Background Te National Statistics Centre (NSC) of te Lao Peoples Democratic Republic as conducted tree expenditure and consumption surveys in te last decade. Te first Lao Expenditure and Consumption Survey

More information

Total surface area: the area of the lateral faces combined with the area of both bases

Total surface area: the area of the lateral faces combined with the area of both bases Capte 9: Measuement and te Metic System Section 9.: Volume and Suface Aea Total Suface Aea of a Cylinde and a Pism Lateal aea: te aea of te egions bounded by te lateal faces of a pism Total suface aea:

More information

INSTITUTE AND FACULTY OF ACTUARIES CURRICULUM 2019 SPECIMEN SOLUTIONS. Subject CS1B Actuarial Statistics

INSTITUTE AND FACULTY OF ACTUARIES CURRICULUM 2019 SPECIMEN SOLUTIONS. Subject CS1B Actuarial Statistics INSTITUTE AND FACULTY OF ACTUARIES CURRICULUM 2019 SPECIMEN SOLUTIONS Subject CS1B Actuarial Statistics Question 1 (i) # Data entry before

More information

Reflections on the drinking bowl 'Balance'

Reflections on the drinking bowl 'Balance' Supplement to Fun wit oueold object and centre of ma, originally publied in te German journal Pyik in unerer Zeit, 9-96 eflection on te drinking bowl Balance I te bowl made of maive tainle teel? No: ma

More information

Study of microrelief influence on optical output coefficient of GaN-based LED

Study of microrelief influence on optical output coefficient of GaN-based LED Study of microrelief influence on optical output coefficient of GaN-based LED Danilina T.I., Cistoyedova I.A. and Popov A.A. Tomsk State University of Control Systems and Radioelectronics, Lenina prospect

More information

Statistics: Final Project Report Chipotle Water Cup: Water or Soda?

Statistics: Final Project Report Chipotle Water Cup: Water or Soda? Statistics: Final Project Report Chipotle Water Cup: Water or Soda? Introduction: For our experiment, we wanted to find out how many customers at Chipotle actually get water when they order a water cup.

More information

An experimental study on the design method of a real-sized Mobile Bridge for a moving vehicle

An experimental study on the design method of a real-sized Mobile Bridge for a moving vehicle Mobile and Rapidly ssembled Structures I 93 n experimental study on te design metod of a real-sized Mobile ridge for a moving veicle Y. ikairo, I. rio, M. Nakazawa, S. Ono 3, J. olnicki-szulc 4, P. Pawlowski

More information

Using tree-grammars for training set expansion in page classification

Using tree-grammars for training set expansion in page classification Using tree-grammars for training set expansion in page classification Stefano Baldi Simone Marinai Gioanni Soda DSI - Uniersity of Florence - Italy Email: marinai@dsi.unifi.it Abstract In tis paper we

More information

Annex 16. Methodological Tool. Tool to determine project emissions from flaring gases containing methane

Annex 16. Methodological Tool. Tool to determine project emissions from flaring gases containing methane CDM Met Panel Twenty-fourt meeting Page 1 Metodological Tool Tool to determine project emissions from flaring es containing metane I. DEFINITIONS, SCOPE, APPLICABILITY AND PARAMETERS Definitions For te

More information

Fair Trade and Free Entry: Can a Disequilibrium Market Serve as a Development Tool? Online Appendix September 2014

Fair Trade and Free Entry: Can a Disequilibrium Market Serve as a Development Tool? Online Appendix September 2014 Fair Trade and Free Entry: Can a Disequilibrium Market Serve as a Development Tool? 1. Data Construction Online Appendix September 2014 The data consist of the Association s records on all coffee acquisitions

More information

Geometry Supplement for Math 60 Perimeter, Area, and Volume

Geometry Supplement for Math 60 Perimeter, Area, and Volume Geomety Suppement fo Mat 60 Peimete, Aea, and Voume Geomety comes fom te Geek wods geo meaning eat and meton meaning measue. Today we wi ean about ow to measue cetain featues of two- and tee-dimensiona

More information

FIRST COMPARISON OF REMOTE CESIUM FOUNTAINS

FIRST COMPARISON OF REMOTE CESIUM FOUNTAINS 2001 EEE nternational Frequency Control Symposium and PDA Exibition FRST COMPARSON OF REMOTE CESUM FOUNTANS T. Parker*, P. Hetzel', S. Jefferts*, S. Weyers', L. Nelson", A. Bauc', J. Levine* *National

More information

Appendix A. Table A.1: Logit Estimates for Elasticities

Appendix A. Table A.1: Logit Estimates for Elasticities Estimates from historical sales data Appendix A Table A.1. reports the estimates from the discrete choice model for the historical sales data. Table A.1: Logit Estimates for Elasticities Dependent Variable:

More information

Supporing Information. Modelling the Atomic Arrangement of Amorphous 2D Silica: Analysis

Supporing Information. Modelling the Atomic Arrangement of Amorphous 2D Silica: Analysis Electronic Supplementary Material (ESI) for Physical Chemistry Chemical Physics. This journal is the Owner Societies 2018 Supporing Information Modelling the Atomic Arrangement of Amorphous 2D Silica:

More information

Acidity and ph Analysis

Acidity and ph Analysis Broad supplier of analytical instruments for the dairy industry. Acidity and Analysis for Milk and Cheese HI 84429 Titratable Acids mini Titrator and Meter Perform a Complete Analysis with One Compact

More information

Buying Filberts On a Sample Basis

Buying Filberts On a Sample Basis E 55 m ^7q Buying Filberts On a Sample Basis Special Report 279 September 1969 Cooperative Extension Service c, 789/0 ite IP") 0, i mi 1910 S R e, `g,,ttsoliktill:torvti EARs srin ITQ, E,6

More information

HCR OF HEAT PUMP ROOM AIR CONDITIONER IN CHINA. Beijing , China

HCR OF HEAT PUMP ROOM AIR CONDITIONER IN CHINA. Beijing , China OF HEA PUMP ROOM AIR CONDIIONER IN CHINA Baolong Wang 1, Wenxing Si 1, uan Cen 1 1 Department of Building Sciencesingua University, Beijing 100084, Cina ABSRAC Definition of eating/cooling capacity ratio

More information

2. The differential pressure across control valves must not vary too much

2. The differential pressure across control valves must not vary too much 2. Te differential pressre across control valves mst not vary too mc Common roblems roblems, typical indicating tat condition nmber two is not met: - Continos oscillation of room temperatre. - Room temperatres

More information

Experiment # Lemna minor (Duckweed) Population Growth

Experiment # Lemna minor (Duckweed) Population Growth Experiment # Lemna minor (Duckweed) Population Growth Introduction Students will grow duckweed (Lemna minor) over a two to three week period to observe what happens to a population of organisms when allowed

More information

The Violin Bow: Taper, Camber and Flexibility

The Violin Bow: Taper, Camber and Flexibility Te Violin Bow: Taper, Camber and lexibility Colin Goug Scool of Pysics and Astronomy, University of Birmingam, B13 9SN,UK a) (Dated: 11/22/1) An analytic, small-deflection, simplified model of te modern

More information

A Note on a Test for the Sum of Ranksums*

A Note on a Test for the Sum of Ranksums* Journal of Wine Economics, Volume 2, Number 1, Spring 2007, Pages 98 102 A Note on a Test for the Sum of Ranksums* Richard E. Quandt a I. Introduction In wine tastings, in which several tasters (judges)

More information

Effect of Inocucor on strawberry plants growth and production

Effect of Inocucor on strawberry plants growth and production Effect of Inocucor on strawberry plants growth and production Final report For Inocucor Technologies Inc. 20 Grove, Knowlton, Quebec, J0E 1V0 Jae Min Park, Dr. Soledad Saldías, Kristen Delaney and Dr.

More information

BLAST CHILLING METHOD FOR MEAT DISHES COOKING

BLAST CHILLING METHOD FOR MEAT DISHES COOKING BLAST CHILLING METHOD FOR MEAT DISHES COOKING Baiba Gingule, Martins Rucins*, Viesturs Rozenbergs Latvia University of Agriculture, Jelgava, LV-3001 Latvia, Tel.63005647, *e-mail: martins.rucins@llu.lv

More information

Level 2 Mathematics and Statistics, 2016

Level 2 Mathematics and Statistics, 2016 91267 912670 2SUPERVISOR S Level 2 Mathematics and Statistics, 2016 91267 Apply probability methods in solving problems 9.30 a.m. Thursday 24 November 2016 Credits: Four Achievement Achievement with Merit

More information

Lesson 11: Comparing Ratios Using Ratio Tables

Lesson 11: Comparing Ratios Using Ratio Tables Student Outcomes Students solve problems by comparing different ratios using two or more ratio tables. Classwork Example 1 (10 minutes) Allow students time to complete the activity. If time permits, allow

More information

Business Statistics /82 Spring 2011 Booth School of Business The University of Chicago Final Exam

Business Statistics /82 Spring 2011 Booth School of Business The University of Chicago Final Exam Business Statistics 41000-81/82 Spring 2011 Booth School of Business The University of Chicago Final Exam Name You may use a calculator and two cheat sheets. You have 3 hours. I pledge my honor that I

More information

CAUTION!!! Do not eat anything (Skittles, cylinders, dishes, etc.) associated with the lab!!!

CAUTION!!! Do not eat anything (Skittles, cylinders, dishes, etc.) associated with the lab!!! Physical Science Period: Name: Skittle Lab: Conversion Factors Date: CAUTION!!! Do not eat anything (Skittles, cylinders, dishes, etc.) associated with the lab!!! Estimate: Make an educated guess about

More information

Green Beans, the Wonderful Fruit Using Scientific Measurement

Green Beans, the Wonderful Fruit Using Scientific Measurement Green Beans, the Wonderful Fruit Using Scientific Measurement Darwin s theory of natural selection included the observation that individuals in a population of any species vary in many inheritable traits.

More information

Russell James Department of Scientific and Industrial Research Taupo-ldairakei, New Zealand

Russell James Department of Scientific and Industrial Research Taupo-ldairakei, New Zealand MEASUREMENT OF STEAM-TJATER FLOWS FOR THE TOTAL FLOW TURBIlJE Russell James Department of Scientific and Industrial Researc Taupo-ldairakei, New Zealand Hot water geotermal fields discarge steam-water

More information

Applications. 38 Looking for Pythagoras. Find the missing length(s).

Applications. 38 Looking for Pythagoras. Find the missing length(s). Applications. A rigt triangle as legs of lengt inces and inces. a. Find te area of a square drawn on te ypotenuse of te triangle. b. Wat is te lengt of te ypotenuse?. Use te Pytagorean Teorem to find te

More information

COMPARISON OF CORE AND PEEL SAMPLING METHODS FOR DRY MATTER MEASUREMENT IN HASS AVOCADO FRUIT

COMPARISON OF CORE AND PEEL SAMPLING METHODS FOR DRY MATTER MEASUREMENT IN HASS AVOCADO FRUIT New Zealand Avocado Growers' Association Annual Research Report 2004. 4:36 46. COMPARISON OF CORE AND PEEL SAMPLING METHODS FOR DRY MATTER MEASUREMENT IN HASS AVOCADO FRUIT J. MANDEMAKER H. A. PAK T. A.

More information

A New Information Hiding Method for Image Watermarking Based on Mojette Transform

A New Information Hiding Method for Image Watermarking Based on Mojette Transform ISBN 978-952-5726-09-1 (Print) Proceedings of the Second International Symposium on Networking and Network Security (ISNNS 10) Jinggangshan, P. R. China, 2-4, April. 2010, pp. 124-128 A New Information

More information

MPLEMENTATION OF A NATIONAL OBSERVATORY FOR MONITORING TECHNO-ECONOMIC DATA OF THE ITALIAN FLEET AND THE EVALUATION OF SOCIO-ECONOMIC PARAMETERS 1

MPLEMENTATION OF A NATIONAL OBSERVATORY FOR MONITORING TECHNO-ECONOMIC DATA OF THE ITALIAN FLEET AND THE EVALUATION OF SOCIO-ECONOMIC PARAMETERS 1 MPLEMENTATION OF A NATIONAL OBSERVATORY FOR MONITORING TECHNO-ECONOMIC DATA OF THE ITALIAN FLEET AND THE EVALUATION OF SOCIO-ECONOMIC PARAMETERS 1 1. Data collection and estimates of economic parameters

More information

Better Punctuation Prediction with Hierarchical Phrase-Based Translation

Better Punctuation Prediction with Hierarchical Phrase-Based Translation Better Punctuation Prediction with Hierarchical Phrase-Based Translation Stephan Peitz, Markus Freitag and Hermann Ney peitz@cs.rwth-aachen.de IWSLT 2014, Lake Tahoe, CA December 4th, 2014 Human Language

More information

RELATIVE EFFICIENCY OF ESTIMATES BASED ON PERCENTAGES OF MISSINGNESS USING THREE IMPUTATION NUMBERS IN MULTIPLE IMPUTATION ANALYSIS ABSTRACT

RELATIVE EFFICIENCY OF ESTIMATES BASED ON PERCENTAGES OF MISSINGNESS USING THREE IMPUTATION NUMBERS IN MULTIPLE IMPUTATION ANALYSIS ABSTRACT RELATIVE EFFICIENCY OF ESTIMATES BASED ON PERCENTAGES OF MISSINGNESS USING THREE IMPUTATION NUMBERS IN MULTIPLE IMPUTATION ANALYSIS Nwakuya, M. T. (Ph.D) Department of Mathematics/Statistics University

More information

Research regarding the setting up of the Processing Directions of Peach New Cultivars and Hybrids

Research regarding the setting up of the Processing Directions of Peach New Cultivars and Hybrids Roumanian Biotecnological Letters Vol. 13, No. 5, 2008, pp. 3955 3961 Copyrigt 2008 Bucarest University Printed in Romania. All rigts reserved Roumanian Society of Biological Sciences ORIGINAL PAPER Researc

More information

Calvin Lietzow and James Nienhuis Department of Horticulture, University of Wisconsin, 1575 Linden Dr., Madison, WI 53706

Calvin Lietzow and James Nienhuis Department of Horticulture, University of Wisconsin, 1575 Linden Dr., Madison, WI 53706 Precocious Yellow Rind Color in Cucurbita moschata Calvin Lietzow and James Nienhuis Department of Horticulture, University of Wisconsin, 1575 Linden Dr., Madison, WI 53706 Amber DeLong and Linda Wessel-Beaver

More information

Wine-Tasting by Numbers: Using Binary Logistic Regression to Reveal the Preferences of Experts

Wine-Tasting by Numbers: Using Binary Logistic Regression to Reveal the Preferences of Experts Wine-Tasting by Numbers: Using Binary Logistic Regression to Reveal the Preferences of Experts When you need to understand situations that seem to defy data analysis, you may be able to use techniques

More information

Running head: THE OVIPOSITION PREFERENCE OF C. MACULATUS 1. The Oviposition Preference of Callosobruchus maculatus and Its Hatch Rates on Mung,

Running head: THE OVIPOSITION PREFERENCE OF C. MACULATUS 1. The Oviposition Preference of Callosobruchus maculatus and Its Hatch Rates on Mung, Running head: THE OVIPOSITION PREFERENCE OF C. MACULATUS 1 The Oviposition Preference of Callosobruchus maculatus and Its Hatch Rates on Mung, Pinto, Kidney, and Adzuki Beans Abbigail Traaseth, BIO 106-77

More information

Simultaneous Heat Integration and Batch Process Scheduling

Simultaneous Heat Integration and Batch Process Scheduling A publiation of VOL. 29, 2012 CHEMICAL ENGINEERINGTRANSACTIONS Guest Editors: Petar Sabev Varbanov, Hon Loong Lam,Jiří Jaromír Klemeš Copyrigt 2012, AIDIC ServiziS.r.l., ISBN 978-88-95608-20-4; ISSN 1974-9791

More information

Public Assessment Report. Scientific discussion. Gestoden/Ethinylestradiol 75/20 Stragen Gestoden/Ethinylestradiol 75/30 Stragen

Public Assessment Report. Scientific discussion. Gestoden/Ethinylestradiol 75/20 Stragen Gestoden/Ethinylestradiol 75/30 Stragen Public Assessment Report Scientific discussion Gestoden/Etinylestradiol 75/20 Stragen Gestoden/Etinylestradiol 75/30 Stragen 75/20 micg and 75/30 micg coated tablets Gestodene/Etinylestradiol DK/H/1149/001-002/DC

More information

STABILITY IN THE SOCIAL PERCOLATION MODELS FOR TWO TO FOUR DIMENSIONS

STABILITY IN THE SOCIAL PERCOLATION MODELS FOR TWO TO FOUR DIMENSIONS International Journal of Modern Physics C, Vol. 11, No. 2 (2000 287 300 c World Scientific Publishing Company STABILITY IN THE SOCIAL PERCOLATION MODELS FOR TWO TO FOUR DIMENSIONS ZHI-FENG HUANG Institute

More information

Influence of the mass flow ratio water-air on the volumetric mass transfer coefficient in a cooling tower

Influence of the mass flow ratio water-air on the volumetric mass transfer coefficient in a cooling tower International Journal of CemTec Researc CODEN (UA): IJCRGG, IN: 974-49, IN(Online):455-9555 Vol.11 No.1, pp 167-173, 18 Influence of te mass flow ratio water-air on te volumetric mass transfer coefficient

More information

László Mester. The new physical-mechanical theory of granular materials

László Mester. The new physical-mechanical theory of granular materials László Mester Te new pysical-mecanical teory of granular materials 9 - - Contents Introduction 3 Granular material as a distinct state of matter 4 Pysical properties of te granular material in relation

More information

PRO LIGNO Vol. 13 N pp

PRO LIGNO Vol. 13 N pp EFFECTIVE SPECIFIC HEAT OF WOOD BRIQUETTES Daniela SOVA Transilvania University of Brasov, Faculty of Mechanical Engineering Str. Politehnicii nr. 1, 500024 Brasov, Romania E-mail: sova.@unitbv.ro Abstract:

More information

ARM4 Advances: Genetic Algorithm Improvements. Ed Downs & Gianluca Paganoni

ARM4 Advances: Genetic Algorithm Improvements. Ed Downs & Gianluca Paganoni ARM4 Advances: Genetic Algorithm Improvements Ed Downs & Gianluca Paganoni Artificial Intelligence In Trading, we want to identify trades that generate the most consistent profits over a long period of

More information

2. Materials and methods. 1. Introduction. Abstract

2. Materials and methods. 1. Introduction. Abstract Standardizing Peanut Roasting Process Of Peanut Butter Production N. K. Dhamsaniya and N. C. Patel Junagadh Agricultural University, Junagadh, Gujarat, India Abstract The current practice of roasting peanut

More information