6. Matematika és Informatika Alkalmazásokkal Konferencia Csíkszereda, november

Size: px
Start display at page:

Download "6. Matematika és Informatika Alkalmazásokkal Konferencia Csíkszereda, november"

Transcription

1 Pál László Gazdaság- és Humántudományok Kar, Sapientia EMTE, Csíkszereda 6. Matematika és Informatika Alkalmazásokkal Konferencia Csíkszereda, november

2 Outline 1 Bevezető A feladat Direkt kereső eljárások 2 Az UNIRANDI helyi kereső eljárás A módosított UNIRANDI eljárás Célok 3

3 A feladat Direkt kereső eljárások A feladat Intervallum-korlátos feladat: min f(x), x D ahol D = {x l x u} R n, és x,l,u R n. f-nek nem létezik a deriváltja Költséges a derivált kiszámítása Derivált-mentes optimalizálás Direkt kereső eljárások

4 A feladat Direkt kereső eljárások Direkt kereső eljárások Megbízhatóak Alkalmazhatóak nem folytonos, nem differenciálható feladatok tanulmányozására Alkalmasak kezdeti megoldások javítására Viszonylag lassúak Könnyen implementálhatóak, párhuzamosíthatóak

5 Az UNIRANDI helyi kereső eljárás A módosított UNIRANDI eljárás Célok Az UNIRANDI helyi kereső eljárás Egy véletlen-séta alapú kereső módszer 1 2 Két lépés: véletlen irányok generálása és vonalmenti keresés a jó irányok mentén Része a GLOBAL optimalizáló eljárásnak UNIRANDI javítások 3 1 T. Järvi, A random search optimizer with an application to a maxmin problem, Publications of the Institute for Applied Mathematics, University of Turku, T. Csendes, Nonlinear parameter estimation by global optimization effciency and reliability, Acta Cybernetica, vol. 8, no. 4, pp , T. Csendes, L. Pál, J.O.H. Sendín, J.R. Banga. The GLOBAL Optimization Method Revisited, Optimization Letters, 2: , 2008.

6 Az UNIRANDI helyi kereső eljárás A módosított UNIRANDI eljárás Célok Az UNIRANDI algoritmus Function UNIRANDI(f, x, h) while convergence criterion is not satisfied do Generate random direction d x new x +h d if f(x new) < f(x) then x LineSearch(f,x new,x,d,h) h 0.5 h continue d d x new x +h d if f(x new) < f(x) then x LineSearch(f,x new,x,d,h) h 0.5 h continue h 0.5 h return x, f(x) Function LineSearch(f, x new, x, d, h) while f(x new) < f(x) do x x new h 2 h x new x +h d return x

7 Az UNIRANDI helyi kereső eljárás A módosított UNIRANDI eljárás Célok A módosított UNIRANDI eljárás Bizonyos számú sikeres vonalmenti keresés után, újabb kereséseket hajtunk végre ígéretes irányok mentén x2 x0 x2 rd2 rd1 x1 x0 Hasonló lépést alkalmaznak ismert koordináta menti kereső algoritmusok (pld. Rosenbrock, Powell, Hooke-Jeeves)

8 Az UNIRANDI helyi kereső eljárás A módosított UNIRANDI eljárás Célok A módosított UNIRANDI algoritmus Function UNIRANDI(f, x, h) x 0 x while convergence criterion is not satisfied do while itr < maxiters do Generate random direction d x new x + h d if f(x new) < f(x) then x LineSearch(f,x new,x,d,h) h 0.5 h continue d d x new x + h d if f(x new) < f(x) then x LineSearch(f,x new,x,d,h) h 0.5 h continue h 0.5 h x x 2 0 x 4 x 5 x 3 rd 3 x x 3 0 x 2 x x rd rd x 1 x 1 0 Keresés az x 3 x 0 és x 2 x 0 irányok mentén. d x x 0 x 0 x x new x + h d if f(x new) < f(x) then x LineSearch(f,x new,x,d,h) h 0.5 h continue return x, f(x)

9 Az UNIRANDI helyi kereső eljárás A módosított UNIRANDI eljárás Célok Célok Az új UNIRANDI összehasonĺıtása a GLOBAL részeként standard tesztfüggvényeket használva: A régi változattal Rosenbrock 4, Powell 5, Hooke-Jeeves 6 módszerekkel A BOBYQA 7 helyi keresővel Összehasonĺıtási szempontok: megbízhatóság, hatékonyság 4 H.H. Rosenbrock. An Automatic Method for Finding the Greatest or Least Value of a Function, Comput J, 3(3): , M.J.D. Powell. An efficient method for finding the minimum of a function of several variables without calculating derivatives, Comput J, 7(2): , R. Hooke, T.A. Jeeves. Direct search solution of numerical and statistical problems, J ACM, 8(2): , M.J.D. Powell. The BOBYQA algorithm for bound constrained optimization without derivatives. Tech. Rep. NA2009/06, Department of Applied Mathematics and Theoretical Physics, University of Cambridge, Cambridge, 2009.

10 GLOBAL + local search (Unirandi, Rosenbrock, Powell, Hooke-Jeeves, BOBYQA) 63 tesztfüggvény Függvény jellemzők: unimodális, multimodális, szétválasztható, nem-szétválasztható, rosszul kondicionált Dimenziók: Colville function 2 Perm (4,10) function 2 Powell function Cigar function 10 Levy function Egy 10 módosított 5 0 direkt5 kereső10 eljárás vizsgálata

11 - Beálĺıtások GLOBAL: 50 DIM mintapont, a 2 legjobb pontot klaszterezzük 50 független futtatás Egy futtatás (trial) sikeres, ha f f 10 8 teljesül Maximális megengedett függvényhívások száma: DIM Maximális megengedett függvényhívások száma egy helyi keresőben: DIM/2 Összehasonĺıtási kritériumok: Átlagos függvényhívások száma, sikerességi ráta (SR - success rate), CPU idő Átlagos (medián) hiba értéke, Wilcoxon teszt

12 UNIRANDI iterációszám beálĺıtása Maximális iterációszám beálĺıtása Iterations DIM 0.5 DIM DIM DIM DIM Konvergencia grafikonok: Rosenbrock function 5D DIM floor(0.5*sqrt(dim)) DIM DIM+floor(0.5*sqrt(DIM)) Rosenbrock function 20D DIM floor(0.5*sqrt(dim)) DIM DIM+floor(0.5*sqrt(DIM)) Cigar function 20D DIM floor(0.5*sqrt(dim)) DIM DIM+floor(0.5*sqrt(DIM)) ftarget fbest ftarget fbest ftarget fbest Number of function evaluations Number of function evaluations x Number of function evaluations x Ellipse function 20D DIM floor(0.5*sqrt(dim)) DIM DIM+floor(0.5*sqrt(DIM)) Trid function 10D DIM floor(0.5*sqrt(dim)) DIM DIM+floor(0.5*sqrt(DIM)) Sum squares 30D DIM floor(0.5*sqrt(dim)) DIM DIM+floor(0.5*sqrt(DIM)) ftarget fbest ftarget fbest ftarget fbest Number of function evaluations x Number of function evaluations Number of function evaluations

13 Hatékonyság és megbízhatóság elemzése Function UNIR nunir dim NFE SR(%) CPU NFE SR(%) CPU Cigar Cigar Cigar-rot Cigar-rot Cigar-rot Diff. Powers Diff. Powers Diff. Powers Discus Discus Discus-rot Discus-rot Discus-rot Ellipsoid Ellipsoid Ellipsoid-rot Ellipsoid-rot Ellipsoid-rot Sum Squares Sum Squares Sum Squares Sum Squares-rot

14 Hatékonyság és megbízhatóság elemzése Function UNIR nunir dim NFE SR(%) CPU NFE SR(%) CPU Colville Dixon-Price Perm-(4,1/2) Perm-(4,10) Powell Powell Rosenbrock Rosenbrock Rosenbrock-rot Rosenbrock-rot Rosenbrock-rot Ackley Griewank Griewank Levy Rastrigin Schaffer Schwefel

15 Eltérések hibája - Wilcoxon előjeles rang próba Gyakran használt próba annak eldöntésére, hogy két algoritmus viselkedése között vannak-e szignifikáns eltérések Null hipotézis: a párosított minta mindkét mediánja azonos, vagyis a különbségük mediánja nulla Konfidencia szint: 5% (p < szignifikáns a különbség, h = 1 - a null hipotézis elvetése) Eredmények: 58 feladaton az új algoritmus szignifikánsan jobb 3 feladat (Easom, Griewank, Rastrigin, Schwefel) esetén a nullhipotézis nem eldobható 1 feladat (Ackley) esetén a régi módszer jobb

16 Eltérések hibája - Wilcoxon teszt Function UNIR nunir Wilcoxon test dim Average Median Average Median p-value h Ackley e e e e e-03 1 Beale e e e e e-04 1 Booth e e e e e-02 1 Branin e e e e e-04 1 Cigar e e e e e-10 1 Cigar e e e e e-10 1 Cigar-rot e e e e e-10 1 Cigar-rot e e e e e-10 1 Cigar-rot e e e e e-10 1 Colville e e e e e

17 Hatékonyság és megbízhatóság elemzése Function nunir ROS POW HJ BOBYQA dim NFE SR NFE SR NFE SR NFE SR NFE SR Cigar Cigar Cigar-rot Cigar-rot Cigar-rot Colville Diff. Powers Diff. Powers Diff. Powers Discus Discus Discus-rot Discus-rot Discus-rot Ellipsoid Ellipsoid Ellipsoid-rot Ellipsoid-rot Ellipsoid-rot Sum Squares Sum Squares Sum Squares Sum Sq.-rot

18 Hatékonyság és megbízhatóság elemzése Function nunir ROS POW HJ BOBYQA dim NFE SR NFE SR NFE SR NFE SR NFE SR Perm-(4,1/2) Perm-(4,10) Powell Powell Rosenbrock Rosenbrock Rosenbrock-rot Rosenbrock-rot Rosenbrock-rot Sharpridge Sharpridge Zakharov Zakharov Zakharov Zakharov-rot Ackley Griewank Griewank Levy Rastrigin Schaffer Schwefel

19 Eltérések hibája a teljes függvényhalmazra Average error values Median error values UNIR nunir ROB POW HJ BOBYQA UNIR nunir ROB POW HJ BOBYQA (a) Average errors (b) Median errors Local search UNIR nunir ROB POW HJ BOBYQA Sum of averages Sum of averages Sum of medians Sum of medians Sum of average/median errors over all functions 2 Sum of average/median errors over all functions except Ackley, Schwefel, and Sharpridge

20 Következtetések Az új UNIRANDI lényegesen javult mind a megbízhatóság mind a hatékonyság tekintetében Más módszerekkel összehasonĺıtva kiemelendő a módszer megbízhatósága, különösen a rosszul kondicionált feladatokon További tervek: A helyi kereső javítása az optimalizálási szakasz végén Párhuzamosítás

21 Köszönöm a figyelmet!

Szemidefinit optimalizálás. feladatok megoldásának. Pólik Imre SAS Institute Cary, NC, USA. MTA, 2012. november 21.

Szemidefinit optimalizálás. feladatok megoldásának. Pólik Imre SAS Institute Cary, NC, USA. MTA, 2012. november 21. Szemidefinit optimalizálási feladatok megoldásának numerikus kérdései Pólik Imre SAS Institute Cary, NC, USA Szemidefinit optimalizálás elmélete és alkalmazásai MTA, 2012. november 21. Tartalom 1 Kúplineáris

More information

One Rank Cuckoo Search Algorithm with Application to Algorithmic Trading Systems Optimization

One Rank Cuckoo Search Algorithm with Application to Algorithmic Trading Systems Optimization One Rank Cuckoo Search Algorithm with Application to Algorithmic Trading Systems Optimization Ahmed S. Tawfik Department of Computer Science, Faculty of Computers and Information, Cairo University Giza,

More information

Heuristic-Based Firefly Algorithm for Bound Constrained Nonlinear Binary Optimization

Heuristic-Based Firefly Algorithm for Bound Constrained Nonlinear Binary Optimization Heuristic-Based Firefly Algorithm for Bound Constrained Nonlinear Binary Optimization M. Fernanda P. Costa 1, Ana Maria A.C. Rocha 2, Rogério B. Francisco 1 and Edite M.G.P. Fernandes 2 1 Department of

More information

Low-carbon optimalisation modeling with Rubic Cube based interpretation (three-dimensional project development process)

Low-carbon optimalisation modeling with Rubic Cube based interpretation (three-dimensional project development process) Low-carbon optimalisation modeling with Rubic Cube based interpretation (three-dimensional project development process) Csaba Fogarassy, Katalin Balogh Szent Istvan University, Climate Change Economics

More information

Felhő alapú üzemeltetési feladatok optimalizálása

Felhő alapú üzemeltetési feladatok optimalizálása Felhő alapú üzemeltetési feladatok optimalizálása itsmf Magyarország 11. szeminárium 2015. Október 30. Kozári Ákos (akos.kozari@microsoft.com) Bemutatkozás Kozári Ákos Senior PFE ITSM Consultancy Akos.Kozari@microsoft.com

More information

A RefactorErl Projekt Erlang programok statikus elemzése és

A RefactorErl Projekt Erlang programok statikus elemzése és A RefactorErl Projekt Erlang programok statikus elemzése és refaktorálása Tóth Melinda KMOP-1.1.2-08/1-2008-0002 pályázat A kutatás-fejlesztési központok fejlesztése és megerősítése 2012. június 19., Budapest

More information

Performance Testing and Performance Improvement Methods for Communicating Systems

Performance Testing and Performance Improvement Methods for Communicating Systems Performance Testing and Performance Improvement Methods for Communicating Systems Levente Erős MSc. in Technical Informatics Department of Telecommunications and Media Informatics Doctoral School of Informatics

More information

Java technológiák 7. előadás A Struts keretrendszer

Java technológiák 7. előadás A Struts keretrendszer Java technológiák 7. előadás A Struts keretrendszer Sapientia - EMTE 2010 Struts keretrendszer Bevezető Struts és az MVC tervezési minta Struts Action osztály fejlesztése Struts Action konfigurálása Miért

More information

WS 2013 elődöntő Kreatív + angol teszt

WS 2013 elődöntő Kreatív + angol teszt WS 2013 elődöntő Kreatív + angol teszt 30 feladat 45 perc (15:35-16:20) le_01 Which of the following services could be used to provide remote configuration of the networking address, routing, and DNS settings

More information

Benefits from national operational programmes in the subregions on the border of the South Transdanubian Region

Benefits from national operational programmes in the subregions on the border of the South Transdanubian Region Acta Oeconomica Kaposváriensis (2008) Vol 2 No 1, 115-122 Kaposvári Egyetem, Gazdaságtudományi Kar, Kaposvár University of Kaposvár, Faculty of Economic Science, Kaposvár Benefits from national operational

More information

Global Optimization Methods for Solving Multicriteria Optimal Control Problems

Global Optimization Methods for Solving Multicriteria Optimal Control Problems AGH UNIVERSITY OF SCIENCE AND TECHNOLOGY KRAKÓW, POLAND Faculty of Electrical Engineering, Automatics, Computer Science and Electronics Ph. D. Thesis Omer S.M. Jomah Global Optimization Methods for Solving

More information

Support Vector Machines with Clustering for Training with Very Large Datasets

Support Vector Machines with Clustering for Training with Very Large Datasets Support Vector Machines with Clustering for Training with Very Large Datasets Theodoros Evgeniou Technology Management INSEAD Bd de Constance, Fontainebleau 77300, France theodoros.evgeniou@insead.fr Massimiliano

More information

On the coefficients of the polynomial in the number field sieve

On the coefficients of the polynomial in the number field sieve On the coefficients of the polynomial in the number field sieve Yang Min a, Meng Qingshu b,, Wang Zhangyi b, Li Li a, Zhang Huanguo b a International School of Software, Wuhan University, Hubei, China,

More information

English for Business

English for Business 1 10 BGF NYTK English for Business Sample B2 Listening Comprehension 30 minutes 20 marks FIRST WORK ON THIS SHEET. COPY ALL YOUR ANSWERS ON THE ANSWER SHEET. (A beszédértés részvizsgán mindkét szöveget

More information

PUBLICATIONS. 3, G. Bognár, Geometric aspects of some nonlinear differential equations, Nonlinear Analysis, 63 (2005), 399-405.

PUBLICATIONS. 3, G. Bognár, Geometric aspects of some nonlinear differential equations, Nonlinear Analysis, 63 (2005), 399-405. PUBLICATIONS A. Article in periodical 1, G. Bognár-J. Cepicka-P. Drábek-P. Necesal-E. Rozgonyi: Necessary and sufficient conditions for the existence of solution to the three-point BVP, Nonlinear Analysis,

More information

Multiple Solutions of Mixed Variable Optimization by Multistart Hooke and Jeeves Filter Method

Multiple Solutions of Mixed Variable Optimization by Multistart Hooke and Jeeves Filter Method Applied Mathematical Sciences, Vol. 8, 2014, no. 44, 2163-2179 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.4143 Multiple Solutions of Mixed Variable Optimization by Multistart Hooke

More information

ERP SYSTEMS GATHER GROUND IN THE SME SECTOR

ERP SYSTEMS GATHER GROUND IN THE SME SECTOR ERP SYSTEMS GATHER GROUND IN THE SME SECTOR Böcskei Elvira, Vig Zoltán ÁVF-ITOK Miskolc, 2005.17th August About Our Research Based in ÁVF-ITOK In Collaboration of Budapest College of Management Budapest

More information

Optimal and nearly optimal online and semi-online algorithms for some scheduling problems

Optimal and nearly optimal online and semi-online algorithms for some scheduling problems Optimal and nearly optimal online and semi-online algorithms for some scheduling problems Ph.D. thesis Made by: Dósa György Supervisor: Vízvári Béla University of Szeged, Faculty of Science Doctoral School

More information

GLM, insurance pricing & big data: paying attention to convergence issues.

GLM, insurance pricing & big data: paying attention to convergence issues. GLM, insurance pricing & big data: paying attention to convergence issues. Michaël NOACK - michael.noack@addactis.com Senior consultant & Manager of ADDACTIS Pricing Copyright 2014 ADDACTIS Worldwide.

More information

Package dfoptim. July 10, 2016

Package dfoptim. July 10, 2016 Package dfoptim July 10, 2016 Type Package Title Derivative-Free Optimization Description Derivative-Free optimization algorithms. These algorithms do not require gradient information. More importantly,

More information

BABCSÁNYI ISTVÁN PUBLIKÁCIÓI HIVATKOZÁSOKKAL

BABCSÁNYI ISTVÁN PUBLIKÁCIÓI HIVATKOZÁSOKKAL BABCSÁNYI ISTVÁN PUBLIKÁCIÓI HIVATKOZÁSOKKAL (2007. február 26.) 1. A félperfekt kváziautomatákról, Mat. Lapok, 21, 1970, pp. 95-102 (in Hungarian with English summary). [MR 46.5070; Zbl 223.94028] h1/1.

More information

International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1, No.3,August 2013

International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1, No.3,August 2013 FACTORING CRYPTOSYSTEM MODULI WHEN THE CO-FACTORS DIFFERENCE IS BOUNDED Omar Akchiche 1 and Omar Khadir 2 1,2 Laboratory of Mathematics, Cryptography and Mechanics, Fstm, University of Hassan II Mohammedia-Casablanca,

More information

350 Serra Mall, Stanford, CA 94305-9515

350 Serra Mall, Stanford, CA 94305-9515 Meisam Razaviyayn Contact Information Room 260, Packard Building 350 Serra Mall, Stanford, CA 94305-9515 E-mail: meisamr@stanford.edu Research Interests Education Appointments Large scale data driven optimization

More information

USING THE EVOLUTION STRATEGIES' SELF-ADAPTATION MECHANISM AND TOURNAMENT SELECTION FOR GLOBAL OPTIMIZATION

USING THE EVOLUTION STRATEGIES' SELF-ADAPTATION MECHANISM AND TOURNAMENT SELECTION FOR GLOBAL OPTIMIZATION 1 USING THE EVOLUTION STRATEGIES' SELF-ADAPTATION MECHANISM AND TOURNAMENT SELECTION FOR GLOBAL OPTIMIZATION EFRÉN MEZURA-MONTES AND CARLOS A. COELLO COELLO Evolutionary Computation Group at CINVESTAV-IPN

More information

ISyE 2028 Basic Statistical Methods - Fall 2015 Bonus Project: Big Data Analytics Final Report: Time spent on social media

ISyE 2028 Basic Statistical Methods - Fall 2015 Bonus Project: Big Data Analytics Final Report: Time spent on social media ISyE 2028 Basic Statistical Methods - Fall 2015 Bonus Project: Big Data Analytics Final Report: Time spent on social media Abstract: The growth of social media is astounding and part of that success was

More information

[1a] Bienstock D., Computational study of a family of mixed integer quadratic programming problems, Math. Programming 74 (1996), 121 140

[1a] Bienstock D., Computational study of a family of mixed integer quadratic programming problems, Math. Programming 74 (1996), 121 140 6. Bibliografia 6.1. Riferimenti bibliografici [1a] Bienstock D., Computational study of a family of mixed integer quadratic programming problems, Math. Programming 74 (1996), 121 140 [2a] Chang T.J.,

More information

The Use of Cuckoo Search in Estimating the Parameters of Software Reliability Growth Models

The Use of Cuckoo Search in Estimating the Parameters of Software Reliability Growth Models The Use of Cuckoo Search in Estimating the Parameters of Software Reliability Growth Models Dr. Najla Akram AL-Saati and Marwa Abd-ALKareem Software Engineering Dept. College of Computer Sciences & Mathematics,

More information

A Simultaneous Solution for General Linear Equations on a Ring or Hierarchical Cluster

A Simultaneous Solution for General Linear Equations on a Ring or Hierarchical Cluster Acta Technica Jaurinensis Vol. 3. No. 1. 010 A Simultaneous Solution for General Linear Equations on a Ring or Hierarchical Cluster G. Molnárka, N. Varjasi Széchenyi István University Győr, Hungary, H-906

More information

HUNGARY. HungaroControl Pte. Ltd. Co. Hungarian Air Navigation Services Aeronautical Information Service H-1675 Budapest, POB 80

HUNGARY. HungaroControl Pte. Ltd. Co. Hungarian Air Navigation Services Aeronautical Information Service H-1675 Budapest, POB 80 HUNGARY Phone:+361 293 4354 Fax:+361 293 4239 AFS:LHBPYNYN Email:ais@hungarocontrol.hu URL:www.hungarocontrol.hu HungaroControl Pte. Ltd. Co. Hungarian Air Navigation Services Aeronautical Information

More information

RESEARCH ARTICLE. A comparison of global optimisation algorithms with standard benchmark functions and real-world applications using EnergyPlus

RESEARCH ARTICLE. A comparison of global optimisation algorithms with standard benchmark functions and real-world applications using EnergyPlus 1 22 RESEARCH ARTICLE A comparison of global optimisation algorithms with standard benchmark functions and real-world applications using EnergyPlus Jérôme Henri Kämpf a, Michael Wetter b and Darren Robinson

More information

Salvador García Daniel Molina Manuel Lozano Francisco Herrera

Salvador García Daniel Molina Manuel Lozano Francisco Herrera A Study on the Use of Non-Parametric Tests for Analyzing the Evolutionary Algorithms Behaviour: A Case Study on the CEC 2005 Special Session on Real Parameter Optimization Salvador García Daniel Molina

More information

Bevezetés a C++ Standard Template Library-be

Bevezetés a C++ Standard Template Library-be C++, 1/ 33 Bevezetés a C++ Standard Template Library-be Pataki Norbert 2013. május 17. C++, 2/ 33 STL STL vs. STL implementáció Konténerek Funktorok Algoritmusok Iterátorok STL Konténerek C++, 3/ 33 Szekvenciális:

More information

BMOA: Binary Magnetic Optimization Algorithm

BMOA: Binary Magnetic Optimization Algorithm International Journal of Machine Learning and Computing Vol. 2 No. 3 June 22 BMOA: Binary Magnetic Optimization Algorithm SeyedAli Mirjalili and Siti Zaiton Mohd Hashim Abstract Recently the behavior of

More information

Further Study on Strong Lagrangian Duality Property for Invex Programs via Penalty Functions 1

Further Study on Strong Lagrangian Duality Property for Invex Programs via Penalty Functions 1 Further Study on Strong Lagrangian Duality Property for Invex Programs via Penalty Functions 1 J. Zhang Institute of Applied Mathematics, Chongqing University of Posts and Telecommunications, Chongqing

More information

Two-Sample T-Tests Assuming Equal Variance (Enter Means)

Two-Sample T-Tests Assuming Equal Variance (Enter Means) Chapter 4 Two-Sample T-Tests Assuming Equal Variance (Enter Means) Introduction This procedure provides sample size and power calculations for one- or two-sided two-sample t-tests when the variances of

More information

COMPARING DATA ANALYSIS TECHNIQUES FOR EVALUATION DESIGNS WITH NON -NORMAL POFULP_TIOKS Elaine S. Jeffers, University of Maryland, Eastern Shore*

COMPARING DATA ANALYSIS TECHNIQUES FOR EVALUATION DESIGNS WITH NON -NORMAL POFULP_TIOKS Elaine S. Jeffers, University of Maryland, Eastern Shore* COMPARING DATA ANALYSIS TECHNIQUES FOR EVALUATION DESIGNS WITH NON -NORMAL POFULP_TIOKS Elaine S. Jeffers, University of Maryland, Eastern Shore* The data collection phases for evaluation designs may involve

More information

Two-Sample T-Tests Allowing Unequal Variance (Enter Difference)

Two-Sample T-Tests Allowing Unequal Variance (Enter Difference) Chapter 45 Two-Sample T-Tests Allowing Unequal Variance (Enter Difference) Introduction This procedure provides sample size and power calculations for one- or two-sided two-sample t-tests when no assumption

More information

Evolution and Optimum Seeking

Evolution and Optimum Seeking Evolution and Optimum Seeking Hans-Paul Schwefel 2 Preface In 1963 two students at the Technical University of Berlin met and were soon to collaborate on experiments which used the wind tunnel of the Institute

More information

Examining a Fitted Logistic Model

Examining a Fitted Logistic Model STAT 536 Lecture 16 1 Examining a Fitted Logistic Model Deviance Test for Lack of Fit The data below describes the male birth fraction male births/total births over the years 1931 to 1990. A simple logistic

More information

Dense Matching Methods for 3D Scene Reconstruction from Wide Baseline Images

Dense Matching Methods for 3D Scene Reconstruction from Wide Baseline Images Dense Matching Methods for 3D Scene Reconstruction from Wide Baseline Images Zoltán Megyesi PhD Theses Supervisor: Prof. Dmitry Chetverikov Eötvös Loránd University PhD Program in Informatics Program Director:

More information

THREE DIMENSIONAL REPRESENTATION OF AMINO ACID CHARAC- TERISTICS

THREE DIMENSIONAL REPRESENTATION OF AMINO ACID CHARAC- TERISTICS THREE DIMENSIONAL REPRESENTATION OF AMINO ACID CHARAC- TERISTICS O.U. Sezerman 1, R. Islamaj 2, E. Alpaydin 2 1 Laborotory of Computational Biology, Sabancı University, Istanbul, Turkey. 2 Computer Engineering

More information

Introduction To Genetic Algorithms

Introduction To Genetic Algorithms 1 Introduction To Genetic Algorithms Dr. Rajib Kumar Bhattacharjya Department of Civil Engineering IIT Guwahati Email: rkbc@iitg.ernet.in References 2 D. E. Goldberg, Genetic Algorithm In Search, Optimization

More information

Solving polynomial least squares problems via semidefinite programming relaxations

Solving polynomial least squares problems via semidefinite programming relaxations Solving polynomial least squares problems via semidefinite programming relaxations Sunyoung Kim and Masakazu Kojima August 2007, revised in November, 2007 Abstract. A polynomial optimization problem whose

More information

Skewness and Kurtosis in Function of Selection of Network Traffic Distribution

Skewness and Kurtosis in Function of Selection of Network Traffic Distribution Acta Polytechnica Hungarica Vol. 7, No., Skewness and Kurtosis in Function of Selection of Network Traffic Distribution Petar Čisar Telekom Srbija, Subotica, Serbia, petarc@telekom.rs Sanja Maravić Čisar

More information

(Quasi-)Newton methods

(Quasi-)Newton methods (Quasi-)Newton methods 1 Introduction 1.1 Newton method Newton method is a method to find the zeros of a differentiable non-linear function g, x such that g(x) = 0, where g : R n R n. Given a starting

More information

Properties of risk capital allocation methods: Core Compatibility, Equal Treatment Property and Strong Monotonicity DÓRA BALOG TAMÁS LÁSZLÓ BÁTYI

Properties of risk capital allocation methods: Core Compatibility, Equal Treatment Property and Strong Monotonicity DÓRA BALOG TAMÁS LÁSZLÓ BÁTYI MŰHELYTANULMÁNYOK DISCUSSION PAPERS MT-DP 2014/17 Properties of risk capital allocation methods: Core Compatibility, Equal Treatment Property and Strong Monotonicity DÓRA BALOG TAMÁS LÁSZLÓ BÁTYI PÉTER

More information

Non-Uniform Mapping in Binary-Coded Genetic Algorithms

Non-Uniform Mapping in Binary-Coded Genetic Algorithms Non-Uniform Mapping in Binary-Coded Genetic Algorithms Kalyanmoy Deb, Yashesh D. Dhebar, and N. V. R. Pavan Kanpur Genetic Algorithms Laboratory (KanGAL) Indian Institute of Technology Kanpur PIN 208016,

More information

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering DOI: 10.15662/ijareeie.2014.0307061 Economic Dispatch of Power System Optimization with Power Generation Schedule Using Evolutionary Technique Girish Kumar 1, Rameshwar singh 2 PG Student [Control system],

More information

Parallel Data Selection Based on Neurodynamic Optimization in the Era of Big Data

Parallel Data Selection Based on Neurodynamic Optimization in the Era of Big Data Parallel Data Selection Based on Neurodynamic Optimization in the Era of Big Data Jun Wang Department of Mechanical and Automation Engineering The Chinese University of Hong Kong Shatin, New Territories,

More information

On the Influence of Stator Slot shape on the Energy Conservation Associated with the Submersible Induction Motors

On the Influence of Stator Slot shape on the Energy Conservation Associated with the Submersible Induction Motors American Journal of Applied Sciences 8 (4): 393-399, 2011 ISSN 1546-9239 2010 Science Publications On the Influence of Stator Slot shape on the Energy Conservation Associated with the Submersible Induction

More information

SOLVING NON-TOPOGRAPHIC PROBLEMS WITH TOPOGRAPHIC AND SYNCHRONIZATION ALGORITHMS AND ARCHITECTURES

SOLVING NON-TOPOGRAPHIC PROBLEMS WITH TOPOGRAPHIC AND SYNCHRONIZATION ALGORITHMS AND ARCHITECTURES SOLVING NON-TOPOGRAPHIC PROBLEMS WITH TOPOGRAPHIC AND SYNCHRONIZATION ALGORITHMS AND ARCHITECTURES Horváth András A thesis submitted for the degree of Doctor of Philosophy Pázmány Péter Catholic University

More information

Implementation exercises for the course Heuristic Optimization

Implementation exercises for the course Heuristic Optimization Implementation exercises for the course Heuristic Optimization 1 jeremie.dubois-lacoste@ulb.ac.be IRIDIA, CoDE, ULB February 25, 2015 1 Slides based on last year s excersises by Dr. Franco Mascia. Implement

More information

Implementing an Approximate Probabilistic Algorithm for Error Recovery in Concurrent Processing Systems

Implementing an Approximate Probabilistic Algorithm for Error Recovery in Concurrent Processing Systems Implementing an Approximate Probabilistic Algorithm for Error Recovery in Concurrent Processing Systems Dr. Silvia Heubach Dr. Raj S. Pamula Department of Mathematics and Computer Science California State

More information

Design and Analysis of Cellular Mobile Data Networks. András Gergely Valkó

Design and Analysis of Cellular Mobile Data Networks. András Gergely Valkó Technical University of Budapest Department of Telecommunications and Telematics Design and Analysis of Cellular Mobile Data Networks András Gergely Valkó High Speed Networks Laboratory Department of Telecommunications

More information

A Java Expression Evaluator for Nonlinear Programming

A Java Expression Evaluator for Nonlinear Programming , July 3-5, 2013, London, U.K. A Java Expression Evaluator for Nonlinear Programming J. Matias Member, IAENG, A. Correia Member, IAENG, C. Serodio Member, IAENG, C. Teixeira, P. Mestre Member, IAENG Abstract

More information

Frakcionális Brown mozgás által. Sztochasztikus differenciálegyenletek megoldásának közelíté. Soós Anna

Frakcionális Brown mozgás által. Sztochasztikus differenciálegyenletek megoldásának közelíté. Soós Anna Frakcionális Brown mozgás által vezérelt sztochasztikus differenciálegyenletek megoldásának közelítése Babes-Bolyai Tudományegyetem asoos@math.ubbcluj.ro 2014.10.15. fbm közelítése ( ) B(t) fbm, H > 1.

More information

Cellular Automaton: The Roulette Wheel and the Landscape Effect

Cellular Automaton: The Roulette Wheel and the Landscape Effect Cellular Automaton: The Roulette Wheel and the Landscape Effect Ioan Hălălae Faculty of Engineering, Eftimie Murgu University, Traian Vuia Square 1-4, 385 Reşiţa, Romania Phone: +40 255 210227, Fax: +40

More information

MATHEMATICAL METHODS OF STATISTICS

MATHEMATICAL METHODS OF STATISTICS MATHEMATICAL METHODS OF STATISTICS By HARALD CRAMER TROFESSOK IN THE UNIVERSITY OF STOCKHOLM Princeton PRINCETON UNIVERSITY PRESS 1946 TABLE OF CONTENTS. First Part. MATHEMATICAL INTRODUCTION. CHAPTERS

More information

Monte Carlo testing with Big Data

Monte Carlo testing with Big Data Monte Carlo testing with Big Data Patrick Rubin-Delanchy University of Bristol & Heilbronn Institute for Mathematical Research Joint work with: Axel Gandy (Imperial College London) with contributions from:

More information

STORM: Stochastic Optimization Using Random Models Katya Scheinberg Lehigh University. (Joint work with R. Chen and M. Menickelly)

STORM: Stochastic Optimization Using Random Models Katya Scheinberg Lehigh University. (Joint work with R. Chen and M. Menickelly) STORM: Stochastic Optimization Using Random Models Katya Scheinberg Lehigh University (Joint work with R. Chen and M. Menickelly) Outline Stochastic optimization problem black box gradient based Existing

More information

A Numerical Study on the Wiretap Network with a Simple Network Topology

A Numerical Study on the Wiretap Network with a Simple Network Topology A Numerical Study on the Wiretap Network with a Simple Network Topology Fan Cheng and Vincent Tan Department of Electrical and Computer Engineering National University of Singapore Mathematical Tools of

More information

KITEX Kereskedelmi Szaknyelvi Vizsga TASK SHEET LISTENING

KITEX Kereskedelmi Szaknyelvi Vizsga TASK SHEET LISTENING KITEX Kereskedelmi Szaknyelvi Vizsga TASK SHEET LISTENING Welcome to the Listening Test of the KITEX Language Examination. The test consists of three tasks. Each task will begin with the instructions.

More information

A simplified implementation of the least squares solution for pairwise comparisons matrices

A simplified implementation of the least squares solution for pairwise comparisons matrices A simplified implementation of the least squares solution for pairwise comparisons matrices Marcin Anholcer Poznań University of Economics Al. Niepodleg lości 10, 61-875 Poznań, Poland V. Babiy McMaster

More information

Estimation methods in the errors-in-variables context

Estimation methods in the errors-in-variables context Estimation methods in the errors-in-variables context PhD dissertation Levente Hunyadi Budapest University of Technology and Economics Department of Automation and Applied Informatics Advisor: Dr. István

More information

Open Access Research on Application of Neural Network in Computer Network Security Evaluation. Shujuan Jin *

Open Access Research on Application of Neural Network in Computer Network Security Evaluation. Shujuan Jin * Send Orders for Reprints to reprints@benthamscience.ae 766 The Open Electrical & Electronic Engineering Journal, 2014, 8, 766-771 Open Access Research on Application of Neural Network in Computer Network

More information

TQM as Nonprobabilistic Risk System

TQM as Nonprobabilistic Risk System TQM as Nonprobabilistic Risk System István BUKOVICS György POTÓCZKI TQM, mint nemvalószínűségi kockázati rendszer Bevezetés Aghaie (Aghaie, 2004) megszerkesztett egy Az ISO 9001: 2000 bevezetésének sikertelensége"

More information

Maximum Likelihood Estimation of ADC Parameters from Sine Wave Test Data. László Balogh, Balázs Fodor, Attila Sárhegyi, and István Kollár

Maximum Likelihood Estimation of ADC Parameters from Sine Wave Test Data. László Balogh, Balázs Fodor, Attila Sárhegyi, and István Kollár Maximum Lielihood Estimation of ADC Parameters from Sine Wave Test Data László Balogh, Balázs Fodor, Attila Sárhegyi, and István Kollár Dept. of Measurement and Information Systems Budapest University

More information

Predictability of Non-Linear Trading Rules in the US Stock Market Chong & Lam 2010

Predictability of Non-Linear Trading Rules in the US Stock Market Chong & Lam 2010 Department of Mathematics QF505 Topics in quantitative finance Group Project Report Predictability of on-linear Trading Rules in the US Stock Market Chong & Lam 010 ame: Liu Min Qi Yichen Zhang Fengtian

More information

NCSS Statistical Software

NCSS Statistical Software Chapter 06 Introduction This procedure provides several reports for the comparison of two distributions, including confidence intervals for the difference in means, two-sample t-tests, the z-test, the

More information

Breaking The Code. Ryan Lowe. Ryan Lowe is currently a Ball State senior with a double major in Computer Science and Mathematics and

Breaking The Code. Ryan Lowe. Ryan Lowe is currently a Ball State senior with a double major in Computer Science and Mathematics and Breaking The Code Ryan Lowe Ryan Lowe is currently a Ball State senior with a double major in Computer Science and Mathematics and a minor in Applied Physics. As a sophomore, he took an independent study

More information

Generalized Linear Models

Generalized Linear Models Generalized Linear Models We have previously worked with regression models where the response variable is quantitative and normally distributed. Now we turn our attention to two types of models where the

More information

Final Exam Practice Problem Answers

Final Exam Practice Problem Answers Final Exam Practice Problem Answers The following data set consists of data gathered from 77 popular breakfast cereals. The variables in the data set are as follows: Brand: The brand name of the cereal

More information

Adatelemzés II. [SST35]

Adatelemzés II. [SST35] Adatelemzés II. [SST35] Idősorok 0. Lőw András low.andras@gmail.com 2011. október 26. Lőw A (low.andras@gmail.com Adatelemzés II. [SST35] 2011. október 26. 1 / 24 Vázlat 1 Honnan tudja a summary, hogy

More information

Scala. A Java jövője. Háber János

Scala. A Java jövője. Háber János Scala A Java jövője Háber János Scala > Java? - JVM-en fut - Típusos - Teljesen objektum orientált - Funkcionális programozás támogatása - Minta illesztés - Többszörös öröklődés (Mixin) - Implicit konverzió

More information

Design and Implementation of High-Performance Computing Algorithms for Wireless MIMO Communications. Supervisors

Design and Implementation of High-Performance Computing Algorithms for Wireless MIMO Communications. Supervisors Design and Implementation of High-Performance Computing Algorithms for Wireless MIMO Communications Thesis submitted for the degree of Doctor of Philosophy Csaba Máté Józsa, M.Sc. Supervisors Géza Kolumbán,

More information

Package HPdcluster. R topics documented: May 29, 2015

Package HPdcluster. R topics documented: May 29, 2015 Type Package Title Distributed Clustering for Big Data Version 1.1.0 Date 2015-04-17 Author HP Vertica Analytics Team Package HPdcluster May 29, 2015 Maintainer HP Vertica Analytics Team

More information

MEDIATION PART ONE ANSWER KEY

MEDIATION PART ONE ANSWER KEY Page 50 Euro B - Mediation Part One - ANSWER KEY MEDIATION PART ONE ANSWER KEY Translation A letter INSTRUCTIONS FOR THE EXAMINERS Content Give one mark for each distinct piece of information that is present.

More information

Test Problem Construction for Single-Objective Bilevel Optimization

Test Problem Construction for Single-Objective Bilevel Optimization Test Problem Construction for Single-Objective Bilevel Optimization Ankur Sinha, Pekka Malo Department of Information and Service Economy Aalto University School of Business, Finland {Firstname.Lastname}@aalto.fi

More information

GENERATING SIMULATION INPUT WITH APPROXIMATE COPULAS

GENERATING SIMULATION INPUT WITH APPROXIMATE COPULAS GENERATING SIMULATION INPUT WITH APPROXIMATE COPULAS Feras Nassaj Johann Christoph Strelen Rheinische Friedrich-Wilhelms-Universitaet Bonn Institut fuer Informatik IV Roemerstr. 164, 53117 Bonn, Germany

More information

VISUALIZATION OF DENSITY FUNCTIONS WITH GEOGEBRA

VISUALIZATION OF DENSITY FUNCTIONS WITH GEOGEBRA VISUALIZATION OF DENSITY FUNCTIONS WITH GEOGEBRA Csilla Csendes University of Miskolc, Hungary Department of Applied Mathematics ICAM 2010 Probability density functions A random variable X has density

More information

Roots of Polynomials

Roots of Polynomials Roots of Polynomials (Com S 477/577 Notes) Yan-Bin Jia Sep 24, 2015 A direct corollary of the fundamental theorem of algebra is that p(x) can be factorized over the complex domain into a product a n (x

More information

Memory Allocation Technique for Segregated Free List Based on Genetic Algorithm

Memory Allocation Technique for Segregated Free List Based on Genetic Algorithm Journal of Al-Nahrain University Vol.15 (2), June, 2012, pp.161-168 Science Memory Allocation Technique for Segregated Free List Based on Genetic Algorithm Manal F. Younis Computer Department, College

More information

Computational aspects of simplex and MBU-simplex algorithms using different anti-cycling pivot rules

Computational aspects of simplex and MBU-simplex algorithms using different anti-cycling pivot rules Computational aspects of simplex and MBU-simplex algorithms using different anti-cycling pivot rules Tibor Illés, Adrienn Nagy October 8, 2012 Abstract Several variations of index selection rules for simplex

More information

Optimal Scheduling for Dependent Details Processing Using MS Excel Solver

Optimal Scheduling for Dependent Details Processing Using MS Excel Solver BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 8, No 2 Sofia 2008 Optimal Scheduling for Dependent Details Processing Using MS Excel Solver Daniela Borissova Institute of

More information

University of Alabama at Birmingham. Mervyn H. Sterne Library COLLECTION DEVELOPMENT POLICY. Mechanical Engineering

University of Alabama at Birmingham. Mervyn H. Sterne Library COLLECTION DEVELOPMENT POLICY. Mechanical Engineering University of Alabama at Birmingham Mervyn H. Sterne Library COLLECTION DEVELOPMENT POLICY Mechanical Engineering Purpose and Emphasis: The primary purpose and emphasis of the collection is to support

More information

A Wealth Tax on the Rich to Bring Down Public Debt? Revenue and Distributional Effects of a Capital Levy in Germany

A Wealth Tax on the Rich to Bring Down Public Debt? Revenue and Distributional Effects of a Capital Levy in Germany FISCAL STUDIES, vol. 35, no. 1, pp. 67 89 (2014) 0143-5671 A Wealth Tax on the Rich to Bring Down Public Debt? Revenue and Distributional Effects of a Capital Levy in Germany STEFAN BACH, MARTIN BEZNOSKA

More information

STATISTICS AND DATA ANALYSIS IN GEOLOGY, 3rd ed. Clarificationof zonationprocedure described onpp. 238-239

STATISTICS AND DATA ANALYSIS IN GEOLOGY, 3rd ed. Clarificationof zonationprocedure described onpp. 238-239 STATISTICS AND DATA ANALYSIS IN GEOLOGY, 3rd ed. by John C. Davis Clarificationof zonationprocedure described onpp. 38-39 Because the notation used in this section (Eqs. 4.8 through 4.84) is inconsistent

More information

Experiments on the local load balancing algorithms; part 1

Experiments on the local load balancing algorithms; part 1 Experiments on the local load balancing algorithms; part 1 Ştefan Măruşter Institute e-austria Timisoara West University of Timişoara, Romania maruster@info.uvt.ro Abstract. In this paper the influence

More information

Creating a Campus Netflow Model

Creating a Campus Netflow Model Creating a Campus Netflow Model HUNG-JEN YANG, MIAO-KUEI HO, LUNG-HSING KUO Department of industry technology Education National Kaohsiung Normal University No.116, Heping 1st Rd., Lingya District, Kaohsiung

More information

Variable Neighbourhood Search for the Global Optimization of Constrained NLPs

Variable Neighbourhood Search for the Global Optimization of Constrained NLPs ProceedingsofGO2005,pp.1 5. Variable Neighbourhood Search for the Global Optimization of Constrained NLPs LeoLiberti, 1 andmilandražić 2 1 DEI,PolitecnicodiMilano,P.zzaL.daVinci32,20133Milano,Italy, liberti@elet.polimi.it

More information

Nonparametric tests these test hypotheses that are not statements about population parameters (e.g.,

Nonparametric tests these test hypotheses that are not statements about population parameters (e.g., CHAPTER 13 Nonparametric and Distribution-Free Statistics Nonparametric tests these test hypotheses that are not statements about population parameters (e.g., 2 tests for goodness of fit and independence).

More information

Nonlinear Regression:

Nonlinear Regression: Zurich University of Applied Sciences School of Engineering IDP Institute of Data Analysis and Process Design Nonlinear Regression: A Powerful Tool With Considerable Complexity Half-Day : Improved Inference

More information

Determining Minimum Sample Sizes for Estimating Prediction Equations for College Freshman Grade Average

Determining Minimum Sample Sizes for Estimating Prediction Equations for College Freshman Grade Average A C T Research Report Series 87-4 Determining Minimum Sample Sizes for Estimating Prediction Equations for College Freshman Grade Average Richard Sawyer March 1987 For additional copies write: ACT Research

More information

TRAUMATOLOGY. Vortex Catalogue. www.sanatmetal.eu. www.sanatmetal.com

TRAUMATOLOGY. Vortex Catalogue. www.sanatmetal.eu. www.sanatmetal.com TRAUMATOLOGY Vortex Catalogue www.sanatmetal.eu www.sanatmetal.com Dear Partner! You are holding the Vortex plating catalogue of Sanatmetal Ltd. in your hands, where Vortex product family name is symbolized

More information

Optimization based method to consolidate European Transmission Data

Optimization based method to consolidate European Transmission Data Optimization based method to consolidate European Transmission Data Manuel Ruiz Michael Gabay Artelys Paris, France Jean Maeght Mireille Lefevre Patrick Panciatici RTE Versailles, France Abstract In this

More information

Identifying Market Price Levels using Differential Evolution

Identifying Market Price Levels using Differential Evolution Identifying Market Price Levels using Differential Evolution Michael Mayo University of Waikato, Hamilton, New Zealand mmayo@waikato.ac.nz WWW home page: http://www.cs.waikato.ac.nz/~mmayo/ Abstract. Evolutionary

More information

Metamodeling by using Multiple Regression Integrated K-Means Clustering Algorithm

Metamodeling by using Multiple Regression Integrated K-Means Clustering Algorithm Metamodeling by using Multiple Regression Integrated K-Means Clustering Algorithm Emre Irfanoglu, Ilker Akgun, Murat M. Gunal Institute of Naval Science and Engineering Turkish Naval Academy Tuzla, Istanbul,

More information

Cluster analysis with SPSS: K-Means Cluster Analysis

Cluster analysis with SPSS: K-Means Cluster Analysis analysis with SPSS: K-Means Analysis analysis is a type of data classification carried out by separating the data into groups. The aim of cluster analysis is to categorize n objects in k (k>1) groups,

More information

Integration of Process Simulation and Data Mining Techniques for the Analysis and Optimization of Process Systems. Balazs Balasko

Integration of Process Simulation and Data Mining Techniques for the Analysis and Optimization of Process Systems. Balazs Balasko Theses of the doctoral (PhD) dissertation Integration of Process Simulation and Data Mining Techniques for the Analysis and Optimization of Process Systems Balazs Balasko University of Pannonia PhD School

More information