BS ISO 28640-2010 Random variate generation methods《随机变量生成方法》.pdf

上传人:sofeeling205 文档编号:586903 上传时间:2018-12-15 格式:PDF 页数:66 大小:576.56KB
下载 相关 举报
BS ISO 28640-2010 Random variate generation methods《随机变量生成方法》.pdf_第1页
第1页 / 共66页
BS ISO 28640-2010 Random variate generation methods《随机变量生成方法》.pdf_第2页
第2页 / 共66页
BS ISO 28640-2010 Random variate generation methods《随机变量生成方法》.pdf_第3页
第3页 / 共66页
BS ISO 28640-2010 Random variate generation methods《随机变量生成方法》.pdf_第4页
第4页 / 共66页
BS ISO 28640-2010 Random variate generation methods《随机变量生成方法》.pdf_第5页
第5页 / 共66页
亲,该文档总共66页,到这儿已超出免费预览范围,如果喜欢就下载吧!
资源描述

1、BS ISO28640:2010ICS 03.120.30NO COPYING WITHOUT BSI PERMISSION EXCEPT AS PERMITTED BY COPYRIGHT LAWBRITISH STANDARDRandom variategeneration methodsThis British Standardwas published under theauthority of the StandardsPolicy and StrategyCommittee on 30 June2010 BSI 2010ISBN 978 0 580 57787 1Amendment

2、s/corrigenda issued since publicationDate CommentsBS ISO 28640:2010National forewordThis British Standard is the UK implementation of ISO 28640:2010.The UK participation in its preparation was entrusted to TechnicalCommittee SS/5, Acceptance sampling schemes.A list of organizations represented on th

3、is committee can be obtained onrequest to its secretary.This publication does not purport to include all the necessary provisionsof a contract. Users are responsible for its correct application.Compliance with a British Standard cannot confer immunityfrom legal obligations.BS ISO 28640:2010Reference

4、 numberISO 28640:2010(E)ISO 2010INTERNATIONAL STANDARD ISO28640First edition2010-03-15Random variate generation methods Mthodes de gnration de nombres pseudo-alatoires BS ISO 28640:2010ISO 28640:2010(E) PDF disclaimer This PDF file may contain embedded typefaces. In accordance with Adobes licensing

5、policy, this file may be printed or viewed but shall not be edited unless the typefaces which are embedded are licensed to and installed on the computer performing the editing. In downloading this file, parties accept therein the responsibility of not infringing Adobes licensing policy. The ISO Cent

6、ral Secretariat accepts no liability in this area. Adobe is a trademark of Adobe Systems Incorporated. Details of the software products used to create this PDF file can be found in the General Info relative to the file; the PDF-creation parameters were optimized for printing. Every care has been tak

7、en to ensure that the file is suitable for use by ISO member bodies. In the unlikely event that a problem relating to it is found, please inform the Central Secretariat at the address given below. COPYRIGHT PROTECTED DOCUMENT ISO 2010 All rights reserved. Unless otherwise specified, no part of this

8、publication may be reproduced or utilized in any form or by any means, electronic or mechanical, including photocopying and microfilm, without permission in writing from either ISO at the address below or ISOs member body in the country of the requester. ISO copyright office Case postale 56 CH-1211

9、Geneva 20 Tel. + 41 22 749 01 11 Fax + 41 22 749 09 47 E-mail copyrightiso.org Web www.iso.org Published in Switzerland ii ISO 2010 All rights reservedBS ISO 28640:2010ISO 28640:2010(E) ISO 2010 All rights reserved iiiContents Page Foreword iv Introduction.v 1 Scope1 2 Normative references1 3 Terms

10、and definitions .1 4 Symbols and mathematical binary operations.2 4.1 Symbols2 4.2 Mathematical binary operations 2 5 Uniformly distributed pseudo-random numbers3 5.1 General .3 5.2 M-sequence method definition 3 5.3 Pentanomial GFSR method 4 5.4 Combined Tausworthe method4 5.5 Mersenne Twister meth

11、od 5 6 Generation of random numbers from various distributions.6 6.1 Introduction6 6.2 Uniform distribution 6 6.3 Standard beta distribution7 6.4 Triangular distribution 8 6.5 General exponential distribution with location and scale parameters 8 6.6 Normal distribution .9 6.7 Gamma distribution.9 6.

12、8 Weibull distribution .11 6.9 Lognormal distribution .11 6.10 Logistic distribution 11 6.11 Multivariate normal random variate generation .12 6.12 Binomial distribution.12 6.13 Poisson distribution14 6.14 Discrete uniform distribution .14 Annex A (informative) Table of physical random numbers 16 A.

13、1 Table of random numbers 16 A.2 Method of physical random number generation17 Annex B (informative) Algorithm for pseudo-random number generation.18 B.1 Program code for the trinomial GFSR method.18 B.2 Program code for the pentanomial GFSR method.22 B.3 Program code for the combined Tausworthe met

14、hod.28 B.4 Program code for the Mersenne Twister method 32 B.5 Linear congruential method .38 B.6 Reference examples52 Bibliography53 BS ISO 28640:2010ISO 28640:2010(E) iv ISO 2010 All rights reservedForeword ISO (the International Organization for Standardization) is a worldwide federation of natio

15、nal standards bodies (ISO member bodies). The work of preparing International Standards is normally carried out through ISO technical committees. Each member body interested in a subject for which a technical committee has been established has the right to be represented on that committee. Internati

16、onal organizations, governmental and non-governmental, in liaison with ISO, also take part in the work. ISO collaborates closely with the International Electrotechnical Commission (IEC) on all matters of electrotechnical standardization. International Standards are drafted in accordance with the rul

17、es given in the ISO/IEC Directives, Part 2. The main task of technical committees is to prepare International Standards. Draft International Standards adopted by the technical committees are circulated to the member bodies for voting. Publication as an International Standard requires approval by at

18、least 75 % of the member bodies casting a vote. Attention is drawn to the possibility that some of the elements of this document may be the subject of patent rights. ISO shall not be held responsible for identifying any or all such patent rights. ISO 28640 was prepared by Technical Committee ISO/TC

19、69, Applications of statistical methods. This is the first edition. BS ISO 28640:2010ISO 28640:2010(E) ISO 2010 All rights reserved vIntroduction This International Standard specifies typical algorithms by which the users can regard the generated numerical sequences as if they were real random varia

20、tes. Nowadays most statisticians, scientists and engineers have enough computer power at their disposal to carry out large computer simulations, and it is important that these be based on sound pseudo-random generators. This International Standard has been developed to help ensure that randomization

21、, where needed, is carried out correctly and efficiently. Six uses of randomization can be identified in statistical standardization: selection of a random sample; analysis of sample data; development of standards; checking theoretical results; demonstrating that a proposed procedure has the propert

22、ies claimed of it; resolving uncertainty in the statistical literature. BS ISO 28640:2010BS ISO 28640:2010INTERNATIONAL STANDARD ISO 28640:2010(E) ISO 2010 All rights reserved 1Random variate generation methods 1 Scope This International Standard specifies methods for generating uniform and non-unif

23、orm random variates for Monte Carlo simulation purposes. Cryptographic random number generation methods are not included. This International Standard is applicable, inter alia, by researchers, industrial engineers or experts in operations management, who use statistical simulation, statisticians who

24、 need randomization related to SQC methods, statistical design of experiments or sample surveys, applied mathematicians who plan complex optimization procedures that require the use of Monte Carlo methods, and software engineers who implement algorithms for random variate generation. 2 Normative ref

25、erences The following referenced documents are indispensable for the application of this document. For dated references, only the edition cited applies. For undated references, the latest edition of the referenced document (including any amendments) applies. ISO/IEC 2382-1, Information technology Vo

26、cabulary Part 1: Fundamental terms ISO 3534-1, Statistics Vocabulary and symbols Part 1: General statistical terms and terms used in probability ISO 3534-2, Statistics Vocabulary and symbols Part 2: Applied statistics 3 Terms and definitions For the purposes of this document, the terms and definitio

27、ns given in ISO/IEC 2382-1, ISO 3534-1 and ISO 3534-2 apply, except where redefined below. 3.1 random variate random number number as the realization of a specific random variable NOTE 1 The term “random number” is often used for uniformly distributed random variate. NOTE 2 Random numbers provided a

28、s a sequence are called a “random number sequence”. BS ISO 28640:2010ISO 28640:2010(E) 2 ISO 2010 All rights reserved3.2 pseudo-random number random number (3.1) generated by an algorithm, that appears to be random NOTE If there is no fear of misunderstanding, a pseudo-random number may simply be ca

29、lled a “random number”. 3.3 physical random number random number (3.1) generated by a physical mechanism 3.4 binary random number sequence random number (3.1) sequence consisting of zeros and ones 3.5 seed initialization value required for pseudo-random number generation 4 Symbols and mathematical b

30、inary operations 4.1 Symbols For the purposes of this document, the symbols given in the normative references as the latest versions of ISO/IEC 2382-1, ISO 3534-1 and ISO 3534-2 apply, except where redefined below. The symbols and abbreviations specifically used in this International Standard are as

31、 follows: X integer type uniform random number U standard uniform random number Z normal random variate n suffix of random number sequence 4.2 Mathematical binary operations The mathematical binary operations specifically used in this International Standard are as follows: mod(m; k) residue from div

32、iding integer m by k m k bitwise exclusive logical disjunction of binary integers m and k EXAMPLE 1 1 1 = 0 0 1 = 1 1 0 = 1 0 0 = 0 1010 1100 = 0110 BS ISO 28640:2010ISO 28640:2010(E) ISO 2010 All rights reserved 3m k bitwise logical conjunction of binary integers m and k EXAMPLE 2 1 1 = 1 0 1 = 0 1

33、 0 = 0 0 0 = 0 1010 1100 = 1000 m := k replaces value m by k m k k-bit right shift of binary integer m m 1 (when the last bit of X = 0) XA = (X 1) a (when the last bit of X = 1) Here, X is regarded as a w dimensional 0-1 vector. BS ISO 28640:2010ISO 28640:2010(E) 6 ISO 2010 All rights reservedNOTE T

34、he necessary amount of memory for this computation is p words, the period becomes 2pwr 1, and the efficiency is better than that of the GFSR methods described previously. To improve the randomness of the first w r bits, the following series of conversions can be applied to Xn. y := Xny := y (y u) y

35、:= y (y l) where b, c are constant bits masks to improve the randomness of the first w r bits. The parameters of this algorithm are (p, q, r, w, a, u, s, t, l, b, c). The seeds are X2, ., Xq + 1and the first w r bits of X1. The final value of y is the pseudo-random number. 6 Generation of random num

36、bers from various distributions 6.1 Introduction Methods of generating random numbers Y from various distributions by using uniform random numbers X of integer type, are described below. The distribution function is denoted by F(y). If it is a continuous distribution, its probability density functio

37、n is denoted by f(y), and if it is a discrete distribution, its probability mass function is denoted by p(y). 6.2 Uniform distribution 6.2.1 Standard uniform distribution 6.2.1.1 Probability density function 1, 0 1()0, otherwiseyfy=uu6.2.1.2 Random variate generation method If the maximum value of u

38、niform random number X of integer type is m 1, the following formula should be used to generate standard uniform random numbers. XUm= EXAMPLE For any w-bit integer sequences generated by the method described in 5.2 through 5.5, m = 2. NOTE 1 Because X takes on discrete values, the values of U are al

39、so discrete. NOTE 2 The value of U never becomes 1,0. The value of U becomes 0,0 only when X = 0. In the case of M-sequence random numbers, any generation method may cause this phenomenon. NOTE 3 Random numbers from the standard uniform distribution are called standard uniform random numbers, and ar

40、e represented by U1, U2, They are assumed to be independent of each other. BS ISO 28640:2010ISO 28640:2010(E) ISO 2010 All rights reserved 76.2.2 General uniform distribution 6.2.2.1 Probability density function 1/ , ()0, otherwise bayabfy+=uuwhere b 0. 6.2.2.2 Random variate generation method If th

41、e standard uniform random number U is generated by the method specified in 6.2.1.2, then the general uniform random number should be generated by the following formula: YbUa=+ 6.3 Standard beta distribution 6.3.1 Probability density function ()()11101,() ,otherwise0, dcyyyfycd=uuwhere () ( )1110 ,1d

42、dccd x x x=is the beta function and the parameters c and d are greater than 0. 6.3.2 Random variate generation method by Jhnk If the standard uniform random numbers U1and U2are independently generated by the method specified in 6.2.1, then the standard beta random number Y should be generated by the

43、 following procedures. If 1/ 1/12cdYU U=+is less than or equal to 1, set 1/1/cYU Y=; otherwise, generate two standard uniform random numbers again until the inequality is satisfied. 6.3.3 Random variate generation method by Cheng If the standard uniform random numbers U1and U2are independently gener

44、ated by the method specified in 6.2.1, then the standard beta random number Y should be generated by the following procedures. Set-up a) Let () (,)2()21min , , if min, otherwisecd cdqcd c dcd0. 6.4.2 Random variate generation method If the standard uniform random numbers U1and U2are independently ge

45、nerated by the method specified in 6.2.1, then the triangular random number Y should be generated by ()121YabUU=+ + . 6.5 General exponential distribution with location and scale parameters 6.5.1 Probability density function ()/()1exp , 0, yaby afy bya=1/3 a) Set () /( )31/3, , ln , 1 3rc s rtrrrp s

46、= = = = and .3qr= b) Generate standard normal random number Z. c) If Z In(1,0 U), then go to b). NOTE This method is based on the Wilson-Hilferty transformation of chi-square distributions to an approximate standard normal distribution. The accuracy of this approximation depends on the parameter val

47、ues of c, and the dependency is rather complicated. A very rough idea is as follows: the absolute difference between the percentage point of the approximate distribution and the exact distribution is always less than 0,2. 6.7.2.5 Exact generation method when c 1/2, by Cheng a) Set q = c ln 4 and 2 1

48、rc c=+ . b) Generate standard uniform random numbers U1and U2. c) Set (), (),211121ln exp1UVc Wc UZUUU=and R = q + rV W. d) If R W 4,5Z (1 + In 4,5) then employ Y = a + bW and stop. e) If R W InZ then employ Y = a + bW and stop. f) Go to b). BS ISO 28640:2010ISO 28640:2010(E) ISO 2010 All rights res

49、erved 11()11/2 , 21211121 1 ln4 1 ln 4,5 (1 ln4,5)ppUUpcqc rccqpr c UUYabcU= = =+ + +=+W6.8 Weibull distribution 6.8.1 Probability distribution function ()1exp , 0, cyayaFy bya =0. 6.13.2 Method of using a relationship with an exponential distribution Generate standard uniform random numbers U1, U2, ., and let Y be the

展开阅读全文
相关资源
猜你喜欢
  • BS EN 61158-3-11-2008 Industrial communication nnetworks — Fieldbus nspecifications — nPart 3-11 Data-link layer service ndefinition — Type 11 elements《工业通讯网络 数据总线规范 数据联络层设备定义 11型元.pdf BS EN 61158-3-11-2008 Industrial communication nnetworks — Fieldbus nspecifications — nPart 3-11 Data-link layer service ndefinition — Type 11 elements《工业通讯网络 数据总线规范 数据联络层设备定义 11型元.pdf
  • BS EN 61158-3-12-2014 Industrial communication networks Fieldbus specifications Data-link layer service definition Type 12 elements《工业通信网络 现场总线规范 数据链路层服务定义 12型元件》.pdf BS EN 61158-3-12-2014 Industrial communication networks Fieldbus specifications Data-link layer service definition Type 12 elements《工业通信网络 现场总线规范 数据链路层服务定义 12型元件》.pdf
  • BS EN 61158-3-13-2014 Industrial communication networks Fieldbus specifications Data-link layer service definition Type 13 elements《工业通讯网络 现场总线规范 数据联络层设备定义 13型元件》.pdf BS EN 61158-3-13-2014 Industrial communication networks Fieldbus specifications Data-link layer service definition Type 13 elements《工业通讯网络 现场总线规范 数据联络层设备定义 13型元件》.pdf
  • BS EN 61158-3-14-2014 Industrial communication networks Fieldbus specifications Data-link layer service definition Type 14 elements《工业通信网络 现场总线规范 数据链路层服务定义 14型元件》.pdf BS EN 61158-3-14-2014 Industrial communication networks Fieldbus specifications Data-link layer service definition Type 14 elements《工业通信网络 现场总线规范 数据链路层服务定义 14型元件》.pdf
  • BS EN 61158-3-17-2008 Industrial communication nnetworks — Fieldbus nspecifications — nPart 3-17 Data-link layer service ndefinition — Type 17 elements《工业通信网络 现场总线规范 数据链路层服务定义 17型元.pdf BS EN 61158-3-17-2008 Industrial communication nnetworks — Fieldbus nspecifications — nPart 3-17 Data-link layer service ndefinition — Type 17 elements《工业通信网络 现场总线规范 数据链路层服务定义 17型元.pdf
  • BS EN 61158-3-18-2008 Industrial communication networks - Fieldbus specifications - Data-link layer service definition - Type 18 elements《工业通信网络 现场总线规范 数据链路层服务定义 类型18要素》.pdf BS EN 61158-3-18-2008 Industrial communication networks - Fieldbus specifications - Data-link layer service definition - Type 18 elements《工业通信网络 现场总线规范 数据链路层服务定义 类型18要素》.pdf
  • BS EN 61158-3-19-2014 Industrial communication networks Fieldbus specifications Data-link layer service definition Type 19 elements《工业通信网络 现场总线规范 数据链路层服务定义 19型元件》.pdf BS EN 61158-3-19-2014 Industrial communication networks Fieldbus specifications Data-link layer service definition Type 19 elements《工业通信网络 现场总线规范 数据链路层服务定义 19型元件》.pdf
  • BS EN 61158-3-2-2014 Industrial communication networks Fieldbus specifications Data-link layer service definition Type 2 elements《工业通信网络 现场总线规范 数据链路层服务定义 2型元件》.pdf BS EN 61158-3-2-2014 Industrial communication networks Fieldbus specifications Data-link layer service definition Type 2 elements《工业通信网络 现场总线规范 数据链路层服务定义 2型元件》.pdf
  • BS EN 61158-3-20-2014 Industrial communication networks Fieldbus specifications Data-link layer service definition Type 20 elements《工业通信网络 现场总线规格 数据链路层服务定义 20型要素》.pdf BS EN 61158-3-20-2014 Industrial communication networks Fieldbus specifications Data-link layer service definition Type 20 elements《工业通信网络 现场总线规格 数据链路层服务定义 20型要素》.pdf
  • 相关搜索

    当前位置:首页 > 标准规范 > 国际标准 > BS

    copyright@ 2008-2019 麦多课文库(www.mydoc123.com)网站版权所有
    备案/许可证编号:苏ICP备17064731号-1