GEN 21

GEN 21 (Random Distribution with)
– GEN21은 무작위 적인 배열을 통해 다양한 f-table을 만들어 낼 수 있다. GEN 20을 가지고 GEN 21의 f-statement p6값은 table 최고값을 결정한다.
– 형식:
  f   #   time   size   21   distr   range   opt1   opt2
– size : 2ⁿ, 2ⁿ+¹
– distr, range, opt1, opt2 : distribution, range, optional argument
                        distr           range         opt1         opt2
                    1= Uniform
            2= Linear            range         1=pos, 2=bipolar
            3= Exponential       range         1=pos, 2=bipolar
            4= Cauchy           range         1=pos, 2=bipolar
            5= Poisson          lambda
            6= Gaussian               range
            7= Weibull           sigma          tau
            8= Beta             range          alpha        beta

f 49        0        513        21        1 1        ; Uniform
f 50        0        513        21        2 1        ; Linear
f 51        0        513        21        3 1        ; Triangular
f 52        0        513        21        4 1        ; Exponential
f 53        0        513        21        5 1        ; Biexponential
f 54        0        513        21        6 1        ; Guassian
f 55        0        513        21        7 1        ; Cauchy
f 56        0        513        21        8 1        ; Positive Cauchy
f 57        0        513        21        9 1 1 2        ; Beta
f 58        0        513        21        10 1 2        ; Weibull
f 59        0        513        21        11 1        ; Poisson

Leave a Comment.

This site uses Akismet to reduce spam. Learn how your comment data is processed.