Notation and Definitions

Total Page:16

File Type:pdf, Size:1020Kb

Notation and Definitions Appendix A Notation and Definitions All notation used in this work is “standard”, and in most cases it conforms to the ISO conventions. (The notable exception is the notation for vectors.) I have opted for simple notation, which, of course, results in a one-to-many map of notation to object classes. Within a given context, however, the over- loaded notation is generally unambiguous. I have endeavored to use notation consistently. This appendix is not intended to be a comprehensive listing of definitions. The subject index, beginning on page 377, is a more reliable set of pointers to definitions, except for symbols that are not words. General Notation Uppercase italic Latin and Greek letters, A, B, E, Λ, and so on, are generally used to represent either matrices or random variables. Random variables are usually denoted by letters nearer the end of the Latin alphabet, X, Y , Z, and by the Greek letter E. Parameters in models (that is, unobservables in the models), whether or not they are considered to be random variables, are generally represented by lowercase Greek letters. Uppercase Latin and Greek letters, especially P , in general, and Φ, for the normal distribution, are also used to represent cumulative distribution functions. Also, uppercase Latin letters are used to denote sets. Lowercase Latin and Greek letters are used to represent ordinary scalar or vector variables and functions. No distinction in the notation is made between scalars and vectors; thus, β may represent a vector, and βi may represent the ith element of the vector β. In another context, however, β may represent a scalar. All vectors are considered to be column vectors, although we may write a vector as x =(x1,x2,...,xn). Transposition of a vector or a matrix is denoted by a superscript T. Uppercase calligraphic Latin letters, F, V, W, and so on, are generally used to represent either vector spaces or transforms. 313 314 APPENDIX A. NOTATION AND DEFINITIONS Subscripts generally represent indexes to a larger structure; for example, th xij may represent the (i, j) element of a matrix, X. A subscript in paren- theses represents an order statistic. A superscript in parentheses represents an (k) th iteration, for example, xi may represent the value of xi at the k step of an iterative process. The following are some examples: th xi The i element of a structure (including a sample, which is a multiset). th x(i) The i order statistic. x(i) The value of x at the ith iteration. Realizations of random variables and placeholders in functions associated with random variables are usually represented by lowercase letters correspond- ing to the uppercase letters; thus, may represent a realization of the random variable E. A single symbol in an italic font is used to represent a single variable. A Roman font or a special font is often used to represent a standard operator or a standard mathematical structure. Sometimes, a string of symbols in a Roman font is used to represent an operator (or a standard function); for example, exp represents the exponential function, but a string of symbols in an italic font on the same baseline should be interpreted as representing a composition (probably by multiplication) of separate objects; for example, exp represents the product of e, x, and p. A fixed-width font is used to represent computer input or output; for exam- ple, a = bx + sin(c). In computer text, a string of letters or numerals with no intervening spaces or other characters, such as bx above, represents a single object, and there is no distinction in the font to indicate the type of object. Some important mathematical structures and other objects are: IR The field of reals or the set over which that field is defined. IR d The usual d-dimensional vector space over the reals or the set of all d-tuples with elements in IR. d IR + The set of all d-tuples with positive real elements. APPENDIX A. NOTATION AND DEFINITIONS 315 IC The field of complex numbers or the set over which that field is defined. ZZ The ring of integers or the set over which that ring is defined. IG(n) A Galois field defined on a set with n elements. C0,C1,C2,... The set of continuous functions, the set of functions with con- tinuous first derivatives, and so forth. √ i The imaginary unit −1. Computer Number Systems Computer number systems are used to simulate the more commonly used num- ber systems. It is important to realize that they have different properties, however. Some notation for computer number systems follows. IF The set of floating-point numbers with a given precision, on a given computer system, or this set together with the four operators +, -, *, and /. IF is similar to IR in some useful ways; it is not, however, closed under the two basic operations, and not all reciprocals of the elements exclusive of the additive identity exist, so it is clearly not a field. II The set of fixed-point numbers with a given length, on a given computer system, or this set together with the four operators +, -, *, and /. II is similar to ZZ in some useful ways; it is not, however, closed under the two basic operations, so it is clearly not a ring. emin and emax The minimum and maximum values of the exponent in the set of floating-point numbers with a given length. min and max The minimum and maximum spacings around 1 in the set of floating-point numbers with a given length. or mach The machine epsilon, the same as min. [·]c The computer version of the object ·. NaN Not-a-Number. 316 APPENDIX A. NOTATION AND DEFINITIONS Notation Relating to Random Variables A common function used with continuous random variables is a density function, and a common function used with discrete random variables is a probability function. The more fundamental function for either type of random variable is the cumulative distribution function, or CDF. The CDF of a random variable X, denoted by PX (x) or just by P (x), is defined by P (x) = Pr(X ≤ x), where “Pr”, or “probability”, can be taken here as a primitive (it is defined in terms of a measure). For vectors (of the same length), “X ≤ x” means that each element of X is less than or equal to the corresponding element of x. Both the CDF and the density or probability function for a d-dimensional random variable are defined over IRd. (It is unfortunately necessary to state that “P (x)” means the “function P evaluated at x”, and likewise “P (y)” means the same “function P evaluated at y” unless P has been redefined. Using a different expression as the argument does not redefine the function despite the sloppy convention adopted by some statisticians—including myself sometimes!) The density for a continuous random variable is just the derivative of the CDF (if it exists). The CDF is therefore the integral. To keep the notation sim- ple, we likewise consider the probability function for a discrete random variable to be a type of derivative (a Radon–Nikodym derivative) of the CDF. Instead of expressing the CDF of a discrete random variable as a sum over a countable set, we often also express it as an integral. (In this case, however, the integral is over a set whose ordinary Lebesgue measure is 0.) A useful analog of the CDF for a random sample is the empirical cumulative distribution function, or ECDF. For a sample of size n, the ECDF is n 1 P (x)= I −∞ (x ) n n ( ,x] i i=1 for the indicator function I(−∞,x](·). Functions and operators such as Cov and E that are commonly associated with Latin letters or groups of Latin letters are generally represented by that letter in a Roman font. Pr(A) The probability of the event A. pX (·) The probability density function (or probability function), or or PX (·) the cumulative probability function, of the random variable X. pXY (·) The joint probability density function (or probability function), or PXY (·) or the joint cumulative probability function, of the random vari- ables X and Y . APPENDIX A. NOTATION AND DEFINITIONS 317 pX|Y (·) The conditional probability density function (or probability or PX|Y (·) function), or the conditional cumulative probability function, of the random variable X given the random variable Y (these functions are random variables). pX|y(·) The conditional probability density function (or probability or PX|y(·) function), or the conditional cumulative probability function, of the random variable X given the realization y. Sometimes, the notation above is replaced by a similar notation in which the arguments indicate the nature of the distribution; for example, p(x, y)orp(x|y). pθ(·) The probability density function (or probability function), or or Pθ(·) the cumulative probability function, of the distribution charac- terized by the parameter θ. Y ∼ DX (θ) The random variable Y is distributed as DX (θ), where X is the name of a random variable associated with the distribution, and θ is a parameter of the distribution. The subscript may take forms similar to those used in the density and distribution functions, such as X|y, or it may be omitted. Alternatively, in place of DX , a symbol denoting a specific distribution may be used. An example is Z ∼ N(0, 1), which means that Z has a normal distribution with mean 0 and variance 1. CDF A cumulative distribution function. ECDF An empirical cumulative distribution function. i.i.d. Independent and identically distributed. (i) d (i) X → X The sequence of random variables X or Xi converges in dis- d or Xi → X tribution to the random variable X.
Recommended publications
  • Construction of Optimal Supersaturated Designs by The
    Ë cieÒce iÒ C hiÒa Ser. A Mathematics 2004 Vol.47 No.1 128—143 Construction of optimal supersaturated designs by the packing method ¾ ¿ FANG Kaitai½ , GE Gennian & LIU Minqian 1. Department of Mathematics, Hong Kong Baptist University, Hong Kong, China (email: [email protected]); 2. Department of Mathematics, Zhejiang University, Hangzhou 310027, China (email: [email protected]); 3. Department of Statistics, Nankai University, Tianjin 300071, China (email: [email protected]) Received July 31, 2002 Abstract A supersaturated design is essentially a factorial design with the equal oc- currence of levels property and no fully aliased factors in which the number of main ef- fects is greater than the number of runs. It has received much recent interest because of its potential in factor screening experiments. A packing design is an important object in combinatorial design theory. In this paper, a strong link between the two apparently un- related kinds of designs is shown. Several criteria for comparing supersaturated designs are proposed, their properties and connections with other existing criteria are discussed. A combinatorial approach, called the packing method, for constructing optimal supersatu- rated designs is presented, and properties of the resulting designs are also investigated. Comparisons between the new designs and other existing designs are given, which show that our construction method and the newly constructed designs have good properties. Keywords: Kirkman triple systems, orthogonality, packing design, resolvability, supersaturated design. DOI: 10.1360/02ys0271 Many preliminary studies in industrial and scientific experiments contain a large num- ber of potentially relevant factors, but often only a few are believed to have significant effects.
    [Show full text]
  • The Application of Graph Theory and Uniform Design
    4th National Conference on Electrical, Electronics and Computer Engineering (NCEECE 2015) The Application of Graph Theory and Uniform Design Algorithm in the Test Arrangement of University Mengqi Zhang1, a, Yuejie Geng2, b, Zhigang Zhang3, c 1, 3 School of Mathematics and Physics, USTB, Beijing 10083, China 2 Academic Affairs Office, USTB, Beijing 100083, China [email protected], [email protected], [email protected] Key words: test arrangement; graph theory; uniform design Abstract: Test arrangement problem is a kind of NP hard problems, which has been proved. It’s a combination of constraints, nonlinear, and fuzzy multi-objective optimization. The results can be found based on all kinds of known constraints, but it spends too much time. And the effect of the test is not certain, too. Above all, this article combines two methods in solving this problem, and proposes a reasonable solution. This solution also improves effective of test arrangement, and illustrates the rationality. 1 Description of test arrangement The problem of test arrangement involves 5 elements represented as sets, classes of exams’ setC= {, cc12 , , cm }; courses of exams’ set L= {, ll12 , , ln }, test times’ setT= {, tt12 , , tx }, the [1] invigilators’ set P= {, pp12 , , py }, test locations’ set P= {, pp12 , , py }. This problem also has hard constraint conditions and soft constraint conditions. Hard constraint conditions include those: I. An examination course must be arranged in a time period of examination; II. All classes of one course must be arranged in the same time period of examination; III. Every class must have one test course in one period of time; I V.
    [Show full text]
  • Annual Report 2009 Contents
    CHINESE ACADEMY OF SCIENCES Annual Report 2009 Contents Message from the President 1 Key Statistical Data 4 Strategic Planning 14 Academic Divisions 17 Scientific Research Development 23 Awards and Honors 54 Scientific Facilities 59 Human Resources 68 International Cooperation 71 Partnership with Industry 75 High-tech Industry 79 Science Popularization 81 Appendix: Directory of the CAS Subordinate Institutions 83 Cover Picture: Large Sky Area Multi-Object Fiber Spectroscopic Telescope (LAMOST) CHINESE ACADEMY OF SCIENCES Annual Report 09 Message from the President >>> The year of 2008 was a very eventful and extraordinary year for the Chinese people. Over the past year we have successfully handled the winter snow disaster in southern China and the Wenchuan earthquake in Sichuan Province. The Beijing Olympic and Paralympic Games were hosted very successfully and the manned spaceship Shenzhou VII was launched. China has also taken effective measures to meet the challenges presented by the global financial crisis. Prof. Dr. Ing. LU Yongxiang Facing all of these challenges and Member of CAS Member of CAE opportunities in 2008, the Chinese Vice Chairman of the Standing Academy of Sciences (CAS) has Committee of the National People’s Congress, P.R.China focused its innovation strategies on President of CAS meeting national demands at these key moments. Following our core principle of science and technology innovation, we have achieved a marked possibly arising from dark matter, increase in innovative capacity and key breakthroughs were made in research research developments. CAS strives to on iron-based superconductors, we put people first and has continued to successfully developed the world’s first strengthen innovative research teams quantum relay instrument, and also and develop the skills of our personnel, completed construction of the Large Sky thus raising innovation capacity.
    [Show full text]
  • Aggregation and Recovery Methods for Heterogeneous Data in Iot Applications
    Thesis submitted in fulfilment of the requirements for the award of the degree of Doctor of Engineering Sciences (Doctor in de ingenieurswetenschappen) AGGREGATION AND RECOVERY METHODS FOR HETEROGENEOUS DATA IN IOT APPLICATIONS. EVANGELOS K. ZIMOS Supervisors: Prof. Deligiannis Nikos Prof. Munteanu Adrian FACULTY OF ENGINEERING Department of Electronics and Informatics Examining Committee Advisor: Prof. Dr. Ir. Nikos Deligiannis, Vrije Universiteit Brussel. Advisor: Prof. Dr. Ir. Adrian Munteanu, Vrije Universiteit Brussel. Chair: Prof. Dr. Ir. Ann Now, Vrije Universiteit Brussel. Vice Chair: Prof. Dr. Ir. Rik Pintelon, Vrije Universiteit Brussel. Com. Member: Prof. Dr. Ir. Martin Timmerman, Vrije Universiteit Brussel. Secretary: Prof. Dr. Ir. Jan Lemeire, Vrije Universiteit Brussel. Ext. Member: Prof. Dr. Miguel Rodrigues, University College London. Ext. Member: Prof. Dr. Ir. Eli De Poorter, Universiteit Gent. “. Πάντες ἄνθρvωποι το˜υ εἱδέναι ὀρέγονται φύσει. Σημείον δ᾿ ἡ των˜ αἰσθή-σεvων ἀγάπησις: καί γὰρ χωρὶς της˜ χρείας ἀγαπωνται˜ δι᾿ αὑτάς, καὶ μάλιστα των˜ ἄλλων ἡ διὰ των˜ ὀμμάτων. Οὐ γὰρ μόνον ἵνα πράττωμεν ἀλλά καί μηθέν μέλλοντες πράττειν τὸ ὁρ˜αν αἱρούμεθα ἀντὶ πάντων ὡς εἰπε˜ιν των˜ ἄλλων. Αἴτιον δ᾿ ὅτι μάλιστα ποιε˜ι γνωρίζειν ἡμ˜ας αὕτη των˜ αἰσθήσεων καὶ πολλὰς δηλο˜ι διαφοράς ...” – ᾿Αριστοτέλης, Μετά τά Φυσικά Α΄ “. All men naturally desire knowledge. An indication of this is our es- teem for the senses; for apart from their use we esteem them for their own sake, and most of all the sense of sight. Not only with a view to action, but even when no action is contemplated, we prefer sight, generally speaking, to all the other senses.
    [Show full text]
  • Completion and Evaluation of NSFC Projects
    PART Completion and Evaluation of NSFC Projects 6.1 Completion of General Program Projects Table 6-1 Projects completed 5,713 International conferences 11,167 Invited speakers Domestic conferences 8,900 Papers and publications International journals 22,447 Papers and books Domestic journals 36,180 Books 3,271 Achievements Evaluated 241 Research results Patents 1,475 Results disseminated 435 International awards 95 Awards National awards 585 Ministerial or provincial awards 73 Post-doc 1,312 Talents fostered Ph.D. 16,158 Masters 29,040 2008 ANNUAL REPORT 67 6.2 Completion of Young Scientists Fund Projects Table 6-2 Projects completed 1,602 International conferences 2,645 Invited speakers Domestic conferences 1,750 Papers and publications International journals 5,097 Papers and books Domestic journals 7,030 Books 978 Achievements Evaluated 28 Research results Patents 277 Results disseminated 44 International awards 22 Awards National awards 131 Ministerial or provincial awards 31 Post-doc 215 Talents fostered Ph.D. 2,296 Masters 4,723 6.3 Completion of Projects of the Fund for Less Developed Regions Table 6-3 Projects completed 279 International conferences 250 Invited speakers Domestic conferences 309 Papers and publications International journals 644 Papers and books Domestic journals 2,110 Books 184 Achievements Evaluated 18 Research results Patents 33 Results disseminated 5 International awards 0 Awards National awards 34 Ministerial or provincial awards 3 Post-doc 14 Talents fostered Ph.D. 263 Masters 1,725 68 2008 ANNUAL REPORT Completion and Evaluation of NSFC Projects NSFC 6.4 Completion of Key Program Projects Table 6-4 Projects completed 239 International conferences 2,361 Invited speakers Domestic conferences 1,767 Papers and publications International journals 6,936 Papers and books Domestic journals 5,919 Books 324 Achievements Evaluated 21 Research results Patents 376 Results disseminated 59 International awards 34 Awards National awards 119 Ministerial or provincial awards 23 Post-doc 367 Talents fostered Ph.D.
    [Show full text]
  • A Study of the Fatigue Performance of Asphalt Mixes Based on the Uniform Design Method
    A STUDY OF THE FATIGUE PERFORMANCE OF ASPHALT MIXES BASED ON THE UNIFORM DESIGN METHOD YU JIANG-MIAO, LI ZHI, WANG SHAO-HUAI and ZHANG XIAO-NING Road Engineering Research Institute, South China University of Technology, Guangzhou 510640, China. ABSTRACT In this paper, a fractional factorial design method named “Uniform Design” was applied in the study of the relationship of environmental factors to the fatigue performance of asphalt mixes. The environmental factors considered in the experimental design included strain level, temperature, loading frequency and asphalt aging level. The relations of the environmental factors to initial stiffness, fatigue life, phase angle and cumulative dissipated energy were established using the general linear modelling method. It was found that there is very good correlation between the environmental factors and the fatigue performance indices of asphalt mixes. The results indicate that the Uniform Design method is a effective experimental design method, with which the same effectiveness can be obtained with fewer tests. 1. INTRODUCTION The fatigue performance of asphalt pavements bears a strong relationship to the environmental conditions (such as the axle load weight, environmental temperature, vehicle speed, and the level of aging of the asphalt). The same asphalt mixture may have quite different fatigue properties under different environmental conditions. Therefore, the influence of the environmental factors should be considered to obtain a more accurate prediction of the fatigue performance of an asphalt pavement. In this paper, the main environmental factors were first simulated in the laboratory, after which the influence of the different environmental factors was evaluated using the four-point bending fatigue tests for asphalt mixes, as specified in the SHRP four-point bending fatigue test (SHRP M-009, 1994).
    [Show full text]
  • Professor Fang Kaitai Receives China's 2008 State
    20 Jan 2009 (Tuesday) Professor Fang Kaitai receives China’s 2008 State Natural Science Award 方開泰教授獲二零零八年國家自然科學獎二等獎 Emeritus Professor Fang Kaitai was presented with the 2008 State Natural Science Award (Second Level) by China’s State Council. Professor Fang’s project, Theory, Methodology and Applications of Uniform Design, was carried out in collaboration with Professor Wang Yuan, an HKBU Honorary Doctor of Science and Fellow of the Academy of Mathematics and System Sciences of the Chinese Academy of Sciences. Their work was one of 34 award- winning projects. Professor Fang was greatly honoured to receive a national award. “My special thanks go to the funding bodies, my collaborator and the University. I am grateful to President Ng Ching-fai and Professor Rick Wong, Dean of Professor Fang Kaitai receives the prestigious award at the Great Hall Science, for their continuous encouragement. of the People in Beijing I also wish to thank all the research and 方開泰教授出席在北京人民大會堂舉行的頒獎典禮 supporting colleagues who provided me with unfailing support.” The award-winning project took a multi-disciplinary approach and involved number theory, statistics and numerical analysis. The project was the first in creating a theory and methodology of uniform design and exploring how it relates to classical factorial design, modern optimal design, supersaturated design and combinatorial design. The project was especially praised for its originality and its contribution in opening up a new direction for future research and establishing a new Chinese school of thought. Professor Fang served the University for 15 years as Chair Professor and Head of the Department of Mathematics. In 2006, he joined the Beijing Normal University – Hong Kong Baptist University United International College in Zhuhai.
    [Show full text]
  • Singapore Meeting: Registration Open
    Volume 36 • Issue 10 IMS Bulletin December 2007 Singapore meeting: registration open Registration and abstract submission are now open for the next IMS Annual Meeting, CONTENTS the Seventh World Congress in Probability and Statistics, held jointly with the 1 Singapore meeting news Bernoulli Society, from July 14–19, 2008, in Singapore. Details about the meeting, including accommodation registration forms, are at www.ims.nus.edu.sg/Programs/ 2 Members’ News: H. Christian Gromoll, Amber Puha, Ruth wc2008/index.htm Williams, Scott Zeger, David Chair of the Local Organizing Committee, Louis Chen, urges participants to make Kendall hotel reservations early, as the Congress dates coincide with the peak travel season in Singapore as well as several other large conventions. Most hotels in Singapore will be 3 Journal news: PMS fully booked in advance during this period. 4 Evaluating research: a This quadrennial joint meeting is a major worldwide event featuring the latest response scientific developments in the fields of probability and statistics and their applications. 5 Science vs Justice The program will cover a wide range of topics and will include invited lectures by Rick Durrett Peter 6 Statistics in Germany the following leading specialists: Wald Lectures: , Neyman Lecture: McCullagh, and IMS Medallion Lectures from Martin Barlow, Mark Low, and Zhi- IMS awards 8 Ming Ma. Also special Bernoulli Society lectures from Jianqing Fan (Laplace Lecture), 9 Awards and nominations Alice Guionnet (Lévy Lecture), Douglas Nychka (Public Lecture), David Spiegelhalter (Bernoulli Lecture), Alain-Sol Sznitman (Kolmogorov Lecture) and Elizabeth 10 Obituary: Yao-Ting Zhang Thompson (Tukey Lecture). IMS and the Bernoulli Society are also sponsoring two 11 Meeting reports: High- BS–IMS Special Lectures from Oded Schramm and Wendelin Werner.
    [Show full text]
  • Construction of Super Saturated Design Using Hadamard Matrix and Its E(S2) Optimality Salawu, I.S
    International Journal of Scientific & Engineering Research Volume 11, Issue 10, October-2020 829 ISSN 2229-5518 Construction of Super Saturated Design Using Hadamard Matrix and Its E(S2) Optimality Salawu, I.S., Department of Statistics, Air Force Institute of Technology, Kaduna. Abstract Supersaturated design is essentially a fractional factorial design in which the number of potential effects is greater than the number of runs. In this paper, a super-saturated design is constructed using half fraction of Hadamard matrix of order N. A Hadamard matrix of order N, can investigate up to N – 2 factors in N/2 runs. Result is shown in N = 16. The extension to larger N is adaptable. Keywords: Super-saturated design, Hadamard Matrix, Optimality, Orthogonal, Fractional Factorial, Aberration. IJSER IJSER © 2020 http://www.ijser.org International Journal of Scientific & Engineering Research Volume 11, Issue 10, October-2020 830 ISSN 2229-5518 1.0 Introduction factors. Mbegbu and Todo (2012) proposed E(s2)-optimal supersaturated designs with an experimental run size n=20 A supersaturated design is a fractional factorial design in and number of factors m=57 (multiple of 19). This which the number of factors m exceeds the number of runs construction is based on BIBD using a theorem proposed by n. A design is called supersaturated when m ≥ n-1. Bulutoglu and Cheng. This was discussed in Ameen and Satterthwaite (1959), Watson (1961), Booth and Cox (1962), Bhatra (2016). Wu (1993), and Salawu (2015) reviewed work on the supersaturated design. Lin (1993) and Salawu (2014) uses Liu, Y., and Liu, M.Q. (2013) proposed complementary half fractions of Hadamard matrices to construct design method.
    [Show full text]
  • Multivariate Statistical Analysis Mushtak AK Shiker Mathematical
    British Journal of Science 55 July 2012, Vol. 6 (1) Multivariate Statistical Analysis Mushtak A.K. Shiker Mathematical Department Education College for Pure Science – Babylon University Abstract Multivariate Analysis contain many Techniques which can be used to analyze a set of data. In this paper we deal with these techniques with its useful and difficult. And we provide an executive understanding of these multivariate analysis techniques, resulting in an understanding of the appropriate uses for each of them, which help researchers to understanding the types of research questions that can be formulated and the capabilities and limitations of each technique in answering those questions. Then we gave an application of one of these techniques . Historical View In 1889 Galton gave us the normal distribution, this statistical methods used in traditional, established the correlation coefficient and linear regression. In thirty's of 20th century Fisher proposed analysis of variance and discriminant analysis, SS Wilkes developed the multivariate analysis of variance, and H. Hotelling determined principal component analysis and canonical correlation. Generally, in the first half of the 20th century, most of the theory of multivariate analysis has been established. 60 years later, with the development of computer science, psychology, and multivariate analysis methods in the study of many other disciplines have been more widely used. Programs like SAS and SPSS, once restricted to mainframe utilization, are now readily available in Windows-based.The marketing research analyst now has access to a much broader array of sophisticated techniques in which to explore the data. The challenge becomes knowing which technique to select, and clearly understanding its strengths and weaknesses.
    [Show full text]
  • Uniform Supersaturated Design and Its Construction
    中国科技论文在线 http://www.paper.edu.cn Vol. 45 No. 8 SCIENCE IN CHINA (Series A) August 2002 Uniform supersaturated design and its construction ¢¡¢£ 1 2 3 ¨¢© FANG Kaitai ( ) , GE Gennian ( ¤¦¥¢§ ) & LIU Minqian ( ) 1. Department of Mathematics, Hong Kong Baptist University, Hong Kong, China; 2. Department of Mathematics, Suzhou University, Suzhou 215006, China; 3. Department of Statistics, Nankai University, Tianjin 300071, China Correspondence should be addressed to Fang Kaitai (email: [email protected]) Received February 2, 2002 Abstract Supersaturated designs are factorial designs in which the number of main effects is greater than the number of experimental runs. In this paper, a discrete discrepancy is proposed as a measure of uniformity for supersaturated designs, and a lower bound of this discrepancy is obtained as a benchmark of design uniformity. A construction method for uniform supersaturated designs via resolvable balanced incomplete block designs is also presented along with the investigation of properties of the resulting designs. The construction method shows a strong link between these two different kinds of designs. Keywords: discrepancy, resolvable balanced incomplete block design, supersaturated design, uni- formity. Recently, supersaturated designs have aroused increasing interest, as their potential in saving run size and the technical novelty have begun to be realized. A supersaturated design is a factorial design whose run size is not large enough for estimating all the main effects represented by the columns of the design matrix. If many factors are to be investigated (e.g. in a screening study) and runs are very expensive, economic considerations may compel the investigators to adopt a supersaturated design.
    [Show full text]
  • An Annotated and Illustrated Bibliography with Hyperlinks for T
    An annotated and illustrated bibliography with hyperlinks for T. W. Anderson in celebration of his 90th birthday Simo Puntanen: sjp@uta.fi Department of Mathematics and Statistics, FI-33014 University of Tampere, Finland George P. H. Styan: [email protected] Department of Mathematics and Statistics, McGill University, 1005-805 ouest, rue Sherbrooke, Montreal´ (Quebec),´ Canada H3A 2K6 Abstract This document is a handout for a special invited talk at The 17th International Workshop on Matrices and Statis- tics in Honour of Prof. T. W. Anderson’s 90th birthday, Tomar, Portugal, 23–26 July 2008; see also [41]. We iden- tify books, edited books (and other collections including journal special issues), and book reviews by Theodore Wilbur Anderson (b. 1918). Hyperlinks are provided to reviews of these publications that are available online with JSTOR; excerpts from some of these reviews are also included. Biographical articles and one videorecord- ing about T. W. Anderson are identified. For items listed by (open-access) WorldCat First Search OCLC, a hyperlink is given with the number (as given by OCLC) of libraries worldwide that own the item (in parenthe- ses). Our presentation is illustrated with photographs of several of Anderson’s collaborators; some pictures of other well-known statisticians are also included. A soft-copy pdf file of this handout is available from the second author. This file compiled on July 13, 20081. T. W. Anderson (June 2008) The first edition (1958) 1This is a special version (with additional hyperlinks) of this handout for T. W. Anderson. 2 ILLUSTRATED BIBLIOGRAPHY FOR T. W. ANDERSON (top row) Pafnuty Lvovich Chebyshev (1821–1894), Joseph Leo Doob (1910–2004), Andrei Andreyevich Markov (1856–1922), Reverend Thomas Bayes (1702–1761), (second row) Maurice Rene´ Frechet´ (1878–1973), Egon Sharpe Pearson (1895–1980), Carlo Emilio Bonferroni (1892–1960), Jules Henri Poincare´ (1854–1912), (third row) Ronald Aylmer Fisher (1890–1962), Sir Harold Jeffreys (1891–1989), Pao-Lu Hsu (1910–1970), Theodore Wilbur Anderson (b.
    [Show full text]