X1=0 X1=1 X1=p-1. f 0 f 1 f p-1

Size: px
Start display at page:

Download "X1=0 X1=1 X1=p-1. f 0 f 1 f p-1"

Transcription

1 On the Number of Deendent Variables for Incomletely Secied Multile-Valued Functions Tsutomu Sasao Deartment of Comuter Science and Electronics Kyushu Institute of Technology Iizua 8-85, Jaan Abstract This aer considers the minimization of deendent variables in functions with many don't cares. It also derives the conditions for almost all randomly generated function to be redundant in at least one variable. Exerimental results suort the validity of the aroach. I Introduction Logic minimization often means to reduce the number of roducts to reresent the given function []. However, in the case of incomletely secied functions (i.e., functions with don't cares), at least two roblems exist [7] The rst one is to reduce the number of the roducts to reresent the function, and the second one is to reduce the number of deendent variables. The rst roblem is imortant when the given function is realized as a sum-of-roducts exression (SOP) [], an EXOR sum-of-roducts exressions (ESOP) [], etc. The second roblem is imortant when the given function is realized as a ROM or a RAM, since the number of the inut variables only determines the cost of the realization. Examle. Consider the four-variable logic function shown in Fig.., where the blan cells denote don't cares. The SOP with the minimum number of roducts is F = x x 4 _ x x 3 ; while the SOP with the minimum number of deendent variables is F = x x _ x x 4 _ x x 4 Note that F has two roducts and deends on four variables, while F has three roducts and deends on only three variables. As shown in this examle, the minimization of the number of roducts is dierent from the minimization of the number of deendent variables. In this aer, we will consider the minimization of the number of deendent variables. The rest of the aer is organized as follows In Section II, we will give denitions and basic roerties. In Section III, we will formulate the minimization roblem of the deendent variables in the function f x x x 3 x 4 Figure. Four-variable function with don't cares. P n! Q,whereP = f; ;;g, Q = f; ;;q g. And we will show the minimization algorithm. In Section IV, we will consider random functions f P n! Q, and derive formulas to redict the number of redundant variables when the ercentage of secied mintermsisvery small. For examle, when =, q =,n = 7, and 5 minterms are maed to zeros, 5 minterms are maed to ones, and other minterms are maed to don't cares, the formula redicts that at least one variable is redundant in 9.6% of the functions. In the area of nowledge engineering, more than 99% of the entries are don't cares [6, 8, 9], and this formula is useful to redict the number of deendent variables. In Section V, we will comare the analysis with exerimental results. II Denitions and Basic Proerties Denition. An incomletely secied multile-valued function (function for short) f is a maing D! Q, where D P n, P = f; ;;g, and Q = f; ;;q g. Denition. An incomletely secied multilevalued function is reresented byasetofcharacteristic functions F i, where F i (a) = i f(a) = i (i = ; ;;q ). Note that F i F j = (i 6= j). If a P n D, then the value of f(a) is unsecied, and is denoted by d (don't care). Denition.3 [] Two-valued variables are often reresented by x i (i = ; ;;n). Multile-valued variables are reresented byx i (i =; ;;n). X i

2 Table. x x x 3 x 4 f taes one of values in P. A literal is dened asxi S = if X i S, andxi S =otherwise, where S P. For two-valued case, X =x, X = x, andx f;g =. A roduct of literals is a roduct term, andasumof roducts is a sum-of-roducts exression (SOP). If all the roducts are rime and no roduct can be removed from the SOP without changing the function, then it is an irredundant sum-of-roducts exression (ISOP). Examle. Consider the function in Examle.. In this case, = q =and n =4.Table. also shows this function. The characteristic functions are F =x x x 3 x 4 _ x x x 3 x 4 _ x x x 3 x 4 and F =x x x 3x 4 _ x x x 3x 4 _ x x x 3x 4 Examle. Consider the function in Table.. In this case, =3, q =4and n =4. The characteristic functions are F =X X X 3 X 4 _ X X X 3 X 4 ; F =X X X 3 X 4 _ X X X 3 X 4 ; F =X X X 3 X 4 _ X X X 3 X 4 ; and F 3 =X X X 3 X 4 _ X X X 3 X 4 Lemma. Let f be a function P n! Q. f is exanded withresect to X as follows f = X f _ X f X f ; where f i = f(jx = i). Denition.4 f deends on X i if there exists a air of vectors a=(a ;a ;;a i ;;a n ) and b=(a ;a ;;b i ;;a n ); such that both f(a) and f(b) are secied, and f(a) 6= f(b). Table. X X X 3 X 4 f 3 3 x x x 3 x 4 Figure. Four-variable function with don't cares. If f deends on X i, then X i is essential in f, andx i must aear in any exression for f. Denition.5 Two functions f and g P n! Q are comatible when the following condition holds For any a P n,ifboth f(a) and g(a) are secied, then f(a) =g(a). Denition.6 X is non-essential in f i f, f,,andf are comatible each other. Theorem. If X is non-essential in f, thenf can be reresented byanexression without X. Denition.7 A set of variables fx i g is redundant if f can be reresented without using fx i g. Examle.3 Consider the function f in Fig... It is easy to verify that all the variables are non-essential. Note that f can be reresented asf = x _ x 3 or F = x 8 x 4. The redundant sets of variables are fx ;x 4 g in F and fx ;x 3 g in F. Essential variables must aear in every exression for f, while non-essential variables, may aear in some exressions and not in others. Examle.4 Consider the function f in Table.. Since f(; ; ; )=and f(; ; ; )=, f deends on X,andX is essential. Since f(; ; ; ) = 3 and

3 f(; ; ; ) =, f deends on X,andX is essential. However, X 3 and X 4 are non-essential. To reresent f, both X and X are necessary. In addition, either X 3 or X 4 is necessary. This fact will be shown in Examle 3.. III Minimization of Deendent Variables In this section, we will consider the roblem to reresent a given function by exressions with the minimum number of variables. For two-valued logic functions, this roblem has been considered by Halatsis-Gaitanis [5], Brown [], and others [7, 3, 4]. Here, we will consider the cases of multile-valued functions P n! Q, where P = f; ;; g and Q = f; ;;q g. The following is an extension of Halatsis-Gaitanis's method. Algorithm 3. (Minimization of Deendent Variables) ) Exress the characteristic functions F i (i = ; ;;q ) by SOPs F i = t(f _ i) = r(i; ); where t(f i ) denotes the number of roducts in the SOP for F i,andr(i; ) denotes the -th roduct in F i. ) For each air of the characteristic functions, F i and F j (i 6= j), do the following For each air of roducts [r(i; ); r(j; `)], associate a sum-of-literals s(i; j; ; `) dened by n_ s(i; j; ; `) = y m ; m= where y m = if S m \ T m 6=, y m = x m if S m \ T m =, r(i; ) =X S XS XSn n, r(j; `) = X T XT XTn n,andm =; ;;n. 3) Dene a Boolean function R = q ^ q ^ t(f ^ i) t(f j ) ^ i= j=i+ = `= s(i; j; ; `) 4) Reresent R as an ISOP. The roduct with the minimal number of literals corresonds to the set of minimal deendent variables. (Correctness of the Algorithm) Consider two characteristic functions F i and F j,where i 6= j. Let F i have a roduct c i = X S XS XS n n, and F j have aroductc j = X T XT XT n n. Let I = f; ;; ng. ) By denition of the characteristic functions, there exists at least one variable x m such that S m \T m =, andm I. If there is no such m, then S m \ T m 6= for all m I. So, there exists a vector a such that F i (a) =F j (a) =. This contradicts the denition of the characteristic functions. ) Let L I and, for all m L, S m \ T m =, where c i = X S XS XS n n and c j = X T XT XT n n. Without loss of generality, assume that L = f; ; 3;;g ( n). In this case, we claim that at least one variable in fx ;x ;;x g is necessary to distinguish c i from c j. This corresonds to s(i; j; ; `) in the algorithm. 3) This condition must hold for all the air of the roducts (c i ;c j ) for dierent characteristic functions F i and F j.thus, the Boolean function R in the algorithm reresents the condition. 4) Therefore, each roduct of the ISOP for R reresents the condition necessary to distinguish F i from F j. 5) Since s(i; j; ; `) shows the minimum condition to distinguish F i from F j,each roduct in the ISOP corresonds to the set of minimal deendent variables. (End of the Correctness) Examle 3. Consider the function in Examle.. ) SOPs for the characteristic functions are given. Each roduct is labeled as follows r(; )=x x x 3 x 4 ; r(; )=x x x 3 x 4 ; r(; 3)=x x x 3 x 4 ; r(; )=x x x 3x 4; r(; )=x x x 3x 4; r(; 3)=x x x 3 x 4 ) For each air of roducts, nd the variables whose roducts are null. Note that in r(; ) and r(; ), only the roduct is null in x. So, we have Similarly, we have s(; ; ; ) = x s(; ; ; )=x ; s(; ; ; 3)=x _ x _ x 4 ; s(; ; ; )=x 3 _ x 4 For the air of r(; ) and r(; ), the roducts are null in all variables. So, we have s(; ; ; ) = x _ x _ x 3 _ x 4 3

4 Similarly, we have s(; ; ; 3)=x _ x 3 ; s(; ; 3; )=x _ x _ x 4 ; s(; ; 3; )=x 4 ; s(; ; 3; 3)=x 3) R is obtained asthelogical roduct of s(i; j; ; `), and we have R=x x (x _ x _ x 4 )(x 3 _ x 4 )(x _ x _ x 3 _ x 4 ) (x _ x 3 )(x _ x _ x 4 )x 4 x =x x x 4 This means that the function can be reresented by the SOP with variable set fx ;x ;x 4 g F = x x x 4 _ x x x 4 _ x x x 4 Examle 3. Consider the function in Examle.. ) SOPs for characteristic functions are given in Examle.. Each roduct is labeled as follows r(; )=X X X 3 X 4 ; r(; )=X X X 3 X 4 ; r(; )=X X X 3 X 4 ; r(; )=X X X 3 X 4 ; r(; )=X X X 3 X 4 ; r(; )=X X X 3 X 4 ; r(3; )=X X X 3 X 4 ; r(3; )=X X X 3 X 4 ) For each air of roducts, nd the variables whose roducts are null s(; ; ; )=x s(; ; ; )=x _ x _ x 3 _ x 4 s(; ; ; )=x _ x 4 s(; ; ; )=x 3 _ x 4 s(; ; ; )=x _ x 3 _ x 4 s(; ; ; )=x _ x 3 s(; ; ; )=x _ x 3 _ x 4 s(; ; ; )=x _ x 3 _ x 4 s(; 3; ; )=x s(; 3; ; )=x _ x s(; 3; ; )=x _ x _ x 4 s(; 3; ; )=x _ x 4 s(; ; ; )=x 3 _ x 4 s(; ; ; )=x _ x _ x 3 s(; ; ; )=x s(; ; ; )=x _ x 4 s(; 3; ; )=x s(; 3; ; )=x s(; 3; ; )=x _ x _ x 3 _ x 4 s(; 3; ; )=x _ x 3 _ x 4 s(; 3; ; )=x _ x 3 _ x 4 s(; 3; ; )=x _ x 3 _ x 4 s(; 3; ; )=x _ x _ x 3 s(; 3; ; )=x _ x _ x 3 3) R is obtained as the logical roduct of s(i; j; ; `), and we have R = x x (x 3 _x 4 ). Thus, the function can be reresented by the SOPs with variable set fx ;X ;X 3 g IV F =X X X 3 _ X X X 3 ; F =X X X 3 _ X X X 3 ; and F 3 =X X X 3 _ X X X 3 Or, the SOPs with the variable set fx ;X ;X 4 g F =X X X 4 _ X X X 4 ; F =X X X 4 _ X X X 4 ; and F 3 =X X X 4 _ X X X 4 Analysis of Random Multile-Valued Functions In this Section, we will estimate the number of redundant variables in random incomletely secied multile-valued functions. To mae the roblem easy to analyze, we use the following Assumtion 4. In a random multile-valued function f, if the robability of aearing i in f is, then the robability of aearing i in the sub-function f(jx j = ) is also, where i f; ;;q g and f; ;; g. This assumtion imlies that n, the number of the inut variables, is suciently large. Furthermore, for simlicity, we assume that <. Thus, in the function table for f, most entries are don't cares, and only a fraction of the entries are secied. Theorem 4. Let f P n! Q, where P = f; ;; g and Q = f; ;;q g be arandom function such that the robability taing the value i (i =; ;;q ) is. Then, the robability that the variable X i is redundant in f is given by (n; ; q; ) = M ; where = q( + ) (q ), =q, and M = n. 4

5 X= X= X=- f f f - Figure 4. A ma of -valued function. (Proof) Consider the ma shown in Fig. 4., where f is exanded with resect to X f = X f _ X f X f ; where f i = f(jx = i). To bex non-essential, sub-functions f i (i = ; ;; ) must be comatible with each other. To be these sub-functions comatible, cells that corresond to f(j; a) (j = ; ;; ) must be comatible with each other, where a is a vector in P n. In Fig. 4., these cells are hatched. These cells are comatible when the following conditions are satised All the cells are don't cares. The robability of this case is given by, where =q. Only one cell taes value i (i =; ; ;;q ) and others are don't cares (dc's). The robability of this case is given by. Two cells tae value i and others are dc's. The robability of this case is given by. All the cells tae value i. The robability of this case is given by. The robability that these cells are comatible is derived as follows a) All the cells are dc's. b) At least one cell is and others dc's. c) At least one cell is and others dc's. d) At least one cell is q and others dc's. Since a) to d) are mutually disjoint, the robability is given by =q =q[( + ) ]+ Note that M = n cells exist in the sub-function f. To bex non-essential, the same thing must hold for each of these M cells. Thus, the robability that X is non-essential in f is given by (n; ; q; ) = M. Corollary 4. ) Let =and q =. We have =(+), and =. Thus, = ( ) ( ) = ; (n; ; ;)= n ) Let =3and q =3. We have =3( + ) 3 3,and = 3. Thus, =3( ) 3 ( 3) 3 = ; (n; 3; 3;)= 3n 3) Let =and q =4. We have =4( + ) 3,and = 4. Thus, = 4( 3) 3( 4) = ; (n; ; 4;)= n 4) Let =4and q =. We have =(+) 4 4, and =. Thus, =() 4 () 4 = ; (n; 4; ;)= 4n 5) Let =4and q =4. We have =4( + ) 4 3 4,and = 4. Thus, =4(3) 4 3(4) 4 = ; (n; 4; 4;)= 4n Theorem 4. Let f P n! Q, where P = f; ;; g and Q = f; ;;q g be arandom function such that the robability of taing the value i (i =; ;;q ) is. Then, the robability that f is a redundant with fx ;X ;;X g is = M, where = q( + ) (q ), = q, and M = n. (Proof) Assume that f is exanded with resect to X, X,, and X f=x X X f _ X X X f X X X f fx ;X ;;X g is a redundant setinf if subfunctions f,, f are mutually comatible. To be these sub-functions comatible, cells that corresond to f(a; ; ;;) must be comatible, where a isavector in P. Similar to the roof of Theorem 4., we have =q =q[(+) ]+ 5

6 Note that M = n cells exist in the sub-function f. When f is redundant in fx ;X ;;X g, the same thing hold for each of these M cells. Thus, the robability that fx ;X ;;X g is a redundant setis = M. Theorem 4.3 In an n variable function f, let be the robability that the set of variables is redundant. Then, we have the following ) The robability that at least one variable is redundant in f is = ( ) n ) The robability that f hasatleast one set of redundant variables with size two is = ( ) n(n)= 3) The robability that f hasatleast one set of redundant variables with size three is 3 = ( 3 ) n(n)(n)=6 (Proof) The robability thatx i is essential is. The robability that all the variables are essential is ( ) n.thus, we have = ( ) n. Similarly, we have and 3. Denition 4. A roerty A is said to hold for almost all functions if the roortion of n-variable functions that do not satisfy A tends to zero asn!. In other words, let w(n) be the number of n-variable functions that do not satisfy A. Then w(n)= n! as n!. Theorem 4.4 Let = q =. If (n)=, then at least one variable is redundant for almost all functions, where is a ositive constant. (Proof) When = (n)=,wehave = M,where M = n. Thus, = = M. Note that for suciently large n, < M << and M is very large. In this case, we have = M =( M )M ' e ' (35) By Theorem 4.3, the robability that at least one variable is redundant isgivenby = ( ) n. As n!,( ) n!. Thus, for almost all functions at least one variable is redundant. Theorem 4.5 Let = q = 3. If 3 (n+)=, then at least one variable is redundant for almost all functions, where is a ositive constant. (Proof) When = 3 (n+)=, wehave = 9M, where M =3 n. Note that = Since <, we have ' M Similar to the roof of Theorem 4.4, we can show that at least one variable is redundant for almost all functions. Theorem 4.6 Let = q =4. If n =3, thenat least one variable is redundant for almost all functions, where is a ositive constant. (Proof) When = n =3, we have = 36M, where M =4 n. Note that = Since <, we have ' M Similar to the roof of Theorem 4.4, we can show that at least one variable is redundant in f. V Exerimental Results We develoed a rogram to nd maximal redundant setsofinutvariables for incomletely secied multile-valued functions. Table 5. summarizes the results of statistical analysis and comuter simulation. For each set of arameters (; q; n; N min ), we randomly generated samle functions and found maximal numbers of redundant variables. N min denotes the number of combinations that are maed to i (i =; ;;q ). That is, for the case of q =, f has N min true minterms and N min false minterms. The number of unsecied minterms is n qn min. 5. Exeriment Suorting Theorem 4.3 In Table 5., the column headed by shows the robability that f has at least one redundant variable, and the column headed by shows the robability that f has at least one set of redundant variables with size two. The values of and were calculated by using the formulas in Theorem 4.3. The column denoted by ( =; ; ; 3) shows the number of functions that have the sets of redundant variables with maximum size. These values were obtained by comuter simulation. For examle, when =,q =,n =7andN min = 5, the statistical analysis shows that =9588 and =9779. On the other hand, the comuter simulation shows that out of functions, 86 functions have no redundantvariables (i.e., all the variables are essential); for 683 functions, the sizes of the maximal set of redundant variables are one; and for 3 6

7 Table 5. Comarison of statistical analysis and comuter simulation. Statistical Comuter Analysis Simulation q n N min functions, the sizes of the maximal set of redundant variables are two. The formula of Theorem 4.3 shows that for 9.6% of the functions have at least one redundant variables, while comuter simulation shows that = 94 functions out of have redundant set with size one or two. In this case, the formula redicts the sizes of the redundant variable set quite well. 5. Exeriment Suorting Theorem 4.4 In Table 5., for = q =,values for N min were selected to satisfy = N min = n (n)=,where =. Thus, N min = (n+)=. Table 5. shows that as n increases, the value of increases monotonously to aroach. Similar tendency can be observed in the cases of = q = 3 and = q =4. VI Conclusion and Comments In this aer, we have ) Formulated the minimization roblem of deendent variables for incomletely secied multilevalued logic functions, and shown the algorithm. ) Derived the robability that a given set of variable is redundant in a randomly generated function. 3) Shown conditions that at least one variable is redundant in randomly generated functions. 4) Veried the usefulness of the aroach by comuter simulation. In this aer, we used statistical analysis. It is ossible to use combinatorial analysis instead []. In such a case, the estimation is accurate even when n is small. Acnowledgments This wor was suorted in art by a Grant in Aid for Scientic Research of the Ministry of Education, Science, Culture and Sorts of Jaan as well as the Taayanagi Foundation for Electronics Science and Technology. Mr. M. Matsuura edited the LaT E X le. References [] F. M. Brown, Boolean Reasoning The logic of Boolean Equations, Kluwer Academic Publishers, Boston, 99. [] R. K. Brayton, G. D. Hachtel, C. T. McMullen, and A. L. Sangiovanni-Vincentelli, Logic Minimization Algorithms for VLSI Synthesis, Boston, MA. Kluwer Academic Publishers, 984. [3] M. Fujita and Y. Matsunaga, \Multi-level logic minimization based on minimal suort and its alication to the minimization of loo-u table tye FPGAs," ICCAD-9, [4] D. L. Dietmeyer, Logic Design of Digital Systems (Second Edition), Allyn and Bacon Inc., Boston, 978. [5] C. Halatsis and N. Gaitanis, \Irredundant normal forms and minimal deendence sets of a Boolean functions," IEEE Trans. on Comuters, Vol. C-7, No., , Nov [6] Se June Hong, \R-MINI An iterative aroach for generating minimal rules from examles," IEEE Transactions on Knowledge and Data Engineering, Vol. 9, No. 5,., Set./Oct [7] Y. Kambayashi, \Logic design of rogrammable logic arrays," IEEE Transactions on Comuters, Vol. C-8, No. 9, , Set. l979. [8] M. A. Perowsi, T. Ross, D. Gadd, J. A. Goldman, and N. Song, \Alication of ESOP minimization in machine learning and nowledge discovery," Proc. IFIP WG.5 Worsho on Alications of the Reed-Muller Exansion in Circuit Design (Reed-Muller'95),. -9. [9] M. A. Perowsi, M. Mare-Sadowsa, L. Jozwia, T. Luba, G. Grygiel, M. Nowica, R. Malvi, Z. Wang, and J. S. Zhang, \Decomosition of multile-valued relations," in ISMVL-97,. 3-8, Nova Scotia, Canada, May, 997. [] T. Sasao, \On the number of incomletely secied switching functions that are redundant with one and two variables," (draft), Feb.. [] T. Sasao, \EXMIN A simlication algorithm for exclusive-or-sum-of-roducts exressions for multile-valued inut two-valued outut functions," IEEE Transactions on Comuter-Aided Design of Integrated Circuits and Systems, Vol., No. 5,. 6-63, May 993. [] T. Sasao, Switching Theory for Logic Synthesis, Kluwer Academic Publishers,

LP Characteristic Vector of Logic Functions Norio Koda Department of Computer Science and Electronic Engineering Tokuyama College of Technology Tokuya

LP Characteristic Vector of Logic Functions Norio Koda Department of Computer Science and Electronic Engineering Tokuyama College of Technology Tokuya LP Characteristic Vector of Logic Functions Norio Koda Department of Computer Science and Electronic Engineering Tokuyama College of Technology Tokuyama, 745 Japan Tsutomu Sasao Department of Computer

More information

Irredundant Sum-of-Products Expressions - J. T. Butler

Irredundant Sum-of-Products Expressions - J. T. Butler On the minimization of SOP s for Bi-Decomposable Functions T. Sasao* & J. T. Butler *Kyushu Institute of Technology, Iizuka, JAPAN Naval Postgraduate School Monterey, CA -5 U.S.A. Outline Introduction

More information

On the Minimization of SOPs for Bi-Decomposable Functions

On the Minimization of SOPs for Bi-Decomposable Functions On the Minimization of SOPs for Bi-Decomposable Functions Tsutomu Sasao Jon T. Butler Center for Microelectronic Systems Department of Electrical and Department of Computer Science and Electronics and

More information

Sum-of-Generalized Products Expressions Applications and Minimization

Sum-of-Generalized Products Expressions Applications and Minimization Sum-of-Generalized Products Epressions Applications and Minimization Tsutomu Sasao Department of Computer Science and Electronics Kyushu Institute of Technology Iizuka 80-850 Japan Abstract This paper

More information

x 1 x 2 x 7 y 2 y 1 = = = WGT7 SB(7,4) SB(7,2) SB(7,1)

x 1 x 2 x 7 y 2 y 1 = = = WGT7 SB(7,4) SB(7,2) SB(7,1) A New Expansion of Symmetric Functions and Their Application to Non-Disjoint Functional Decompositions for LUT Type FPAs Tsutomu Sasao Department of Computer Science and Electronics Kyushu Institute of

More information

MATH 2710: NOTES FOR ANALYSIS

MATH 2710: NOTES FOR ANALYSIS MATH 270: NOTES FOR ANALYSIS The main ideas we will learn from analysis center around the idea of a limit. Limits occurs in several settings. We will start with finite limits of sequences, then cover infinite

More information

Some Unitary Space Time Codes From Sphere Packing Theory With Optimal Diversity Product of Code Size

Some Unitary Space Time Codes From Sphere Packing Theory With Optimal Diversity Product of Code Size IEEE TRANSACTIONS ON INFORMATION THEORY, VOL. 5, NO., DECEMBER 4 336 Some Unitary Sace Time Codes From Shere Packing Theory With Otimal Diversity Product of Code Size Haiquan Wang, Genyuan Wang, and Xiang-Gen

More information

Hotelling s Two- Sample T 2

Hotelling s Two- Sample T 2 Chater 600 Hotelling s Two- Samle T Introduction This module calculates ower for the Hotelling s two-grou, T-squared (T) test statistic. Hotelling s T is an extension of the univariate two-samle t-test

More information

New weighing matrices and orthogonal designs constructed using two sequences with zero autocorrelation function - a review

New weighing matrices and orthogonal designs constructed using two sequences with zero autocorrelation function - a review University of Wollongong Research Online Faculty of Informatics - Paers (Archive) Faculty of Engineering and Information Sciences 1999 New weighing matrices and orthogonal designs constructed using two

More information

#A64 INTEGERS 18 (2018) APPLYING MODULAR ARITHMETIC TO DIOPHANTINE EQUATIONS

#A64 INTEGERS 18 (2018) APPLYING MODULAR ARITHMETIC TO DIOPHANTINE EQUATIONS #A64 INTEGERS 18 (2018) APPLYING MODULAR ARITHMETIC TO DIOPHANTINE EQUATIONS Ramy F. Taki ElDin Physics and Engineering Mathematics Deartment, Faculty of Engineering, Ain Shams University, Cairo, Egyt

More information

An Application of Autocorrelation Functions to Find Linear Decompositions for Incompletely Specified Index Generation Functions

An Application of Autocorrelation Functions to Find Linear Decompositions for Incompletely Specified Index Generation Functions 03 IEEE 43rd International Symposium on Multiple-Valued Logic An Application of Autocorrelation Functions to Find Linear Decompositions for Incompletely Specified Index Generation Functions Tsutomu Sasao

More information

Intrinsic Approximation on Cantor-like Sets, a Problem of Mahler

Intrinsic Approximation on Cantor-like Sets, a Problem of Mahler Intrinsic Aroximation on Cantor-like Sets, a Problem of Mahler Ryan Broderick, Lior Fishman, Asaf Reich and Barak Weiss July 200 Abstract In 984, Kurt Mahler osed the following fundamental question: How

More information

Modeling and Estimating Uncertainty in Parameter. Estimation. Center for Research in Scientic Computation. Box 8205.

Modeling and Estimating Uncertainty in Parameter. Estimation. Center for Research in Scientic Computation. Box 8205. Modeling and Estimating Uncertainty in Parameter Estimation H.T. Banks and Kathleen L. Bihari Center for Research in Scientic Comutation Box 825 North Carolina State University Raleigh, NC 27695-825 Fax:

More information

x 1 x 2 x 3 x 4 x 5 x 6 x 7 x 8 x 9 x 10 x 11 x 12 x 13 x 14 x 15 x 16

x 1 x 2 x 3 x 4 x 5 x 6 x 7 x 8 x 9 x 10 x 11 x 12 x 13 x 14 x 15 x 16 DECOMPOS: An Integrated System for Functional Decomposition Tsutomu Sasao and Munehiro Matsuura Department of Computer Science and Electronics Kyushu Institute of Technology Iizuka 820-8502, Japan Abstract

More information

18.312: Algebraic Combinatorics Lionel Levine. Lecture 12

18.312: Algebraic Combinatorics Lionel Levine. Lecture 12 8.3: Algebraic Combinatorics Lionel Levine Lecture date: March 7, Lecture Notes by: Lou Odette This lecture: A continuation of the last lecture: comutation of µ Πn, the Möbius function over the incidence

More information

A Fast Method to Derive Minimum SOPs for Decomposable Functions

A Fast Method to Derive Minimum SOPs for Decomposable Functions A Fast Method to Derive Minimum SOPs for Decomposable Functions Tsutomu Sasao Center for Microelectronic Systems and Department of Computer Science and Electronics Kyushu Institute of Technology Iizuka,

More information

Brownian Motion and Random Prime Factorization

Brownian Motion and Random Prime Factorization Brownian Motion and Random Prime Factorization Kendrick Tang June 4, 202 Contents Introduction 2 2 Brownian Motion 2 2. Develoing Brownian Motion.................... 2 2.. Measure Saces and Borel Sigma-Algebras.........

More information

Heuristics on Tate Shafarevitch Groups of Elliptic Curves Defined over Q

Heuristics on Tate Shafarevitch Groups of Elliptic Curves Defined over Q Heuristics on Tate Shafarevitch Grous of Ellitic Curves Defined over Q Christohe Delaunay CONTENTS. Introduction 2. Dirichlet Series and Averages 3. Heuristics on Tate Shafarevitch Grous References In

More information

AI*IA 2003 Fusion of Multiple Pattern Classifiers PART III

AI*IA 2003 Fusion of Multiple Pattern Classifiers PART III AI*IA 23 Fusion of Multile Pattern Classifiers PART III AI*IA 23 Tutorial on Fusion of Multile Pattern Classifiers by F. Roli 49 Methods for fusing multile classifiers Methods for fusing multile classifiers

More information

substantial literature on emirical likelihood indicating that it is widely viewed as a desirable and natural aroach to statistical inference in a vari

substantial literature on emirical likelihood indicating that it is widely viewed as a desirable and natural aroach to statistical inference in a vari Condence tubes for multile quantile lots via emirical likelihood John H.J. Einmahl Eindhoven University of Technology Ian W. McKeague Florida State University May 7, 998 Abstract The nonarametric emirical

More information

Asymptotically Optimal Simulation Allocation under Dependent Sampling

Asymptotically Optimal Simulation Allocation under Dependent Sampling Asymtotically Otimal Simulation Allocation under Deendent Samling Xiaoing Xiong The Robert H. Smith School of Business, University of Maryland, College Park, MD 20742-1815, USA, xiaoingx@yahoo.com Sandee

More information

2 K. ENTACHER 2 Generalized Haar function systems In the following we x an arbitrary integer base b 2. For the notations and denitions of generalized

2 K. ENTACHER 2 Generalized Haar function systems In the following we x an arbitrary integer base b 2. For the notations and denitions of generalized BIT 38 :2 (998), 283{292. QUASI-MONTE CARLO METHODS FOR NUMERICAL INTEGRATION OF MULTIVARIATE HAAR SERIES II KARL ENTACHER y Deartment of Mathematics, University of Salzburg, Hellbrunnerstr. 34 A-52 Salzburg,

More information

A Recursive Block Incomplete Factorization. Preconditioner for Adaptive Filtering Problem

A Recursive Block Incomplete Factorization. Preconditioner for Adaptive Filtering Problem Alied Mathematical Sciences, Vol. 7, 03, no. 63, 3-3 HIKARI Ltd, www.m-hiari.com A Recursive Bloc Incomlete Factorization Preconditioner for Adative Filtering Problem Shazia Javed School of Mathematical

More information

Positive decomposition of transfer functions with multiple poles

Positive decomposition of transfer functions with multiple poles Positive decomosition of transfer functions with multile oles Béla Nagy 1, Máté Matolcsi 2, and Márta Szilvási 1 Deartment of Analysis, Technical University of Budaest (BME), H-1111, Budaest, Egry J. u.

More information

Logic Synthesis of EXOR Projected Sum of Products

Logic Synthesis of EXOR Projected Sum of Products Logic Synthesis of EXOR Projected Sum of Products Anna Bernasconi, Valentina Ciriani 2, and Roberto Cordone 2 Department of Computer Science, University of Pisa Italy, annab@di.unipi.it 2 DTI, University

More information

Genetic Algorithms, Selection Schemes, and the Varying Eects of Noise. IlliGAL Report No November Department of General Engineering

Genetic Algorithms, Selection Schemes, and the Varying Eects of Noise. IlliGAL Report No November Department of General Engineering Genetic Algorithms, Selection Schemes, and the Varying Eects of Noise Brad L. Miller Det. of Comuter Science University of Illinois at Urbana-Chamaign David E. Goldberg Det. of General Engineering University

More information

Chapter 1: PROBABILITY BASICS

Chapter 1: PROBABILITY BASICS Charles Boncelet, obability, Statistics, and Random Signals," Oxford University ess, 0. ISBN: 978-0-9-0005-0 Chater : PROBABILITY BASICS Sections. What Is obability?. Exeriments, Outcomes, and Events.

More information

Introduction to Probability and Statistics

Introduction to Probability and Statistics Introduction to Probability and Statistics Chater 8 Ammar M. Sarhan, asarhan@mathstat.dal.ca Deartment of Mathematics and Statistics, Dalhousie University Fall Semester 28 Chater 8 Tests of Hyotheses Based

More information

Verifying Two Conjectures on Generalized Elite Primes

Verifying Two Conjectures on Generalized Elite Primes 1 2 3 47 6 23 11 Journal of Integer Sequences, Vol. 12 (2009), Article 09.4.7 Verifying Two Conjectures on Generalized Elite Primes Xiaoqin Li 1 Mathematics Deartment Anhui Normal University Wuhu 241000,

More information

Approximating min-max k-clustering

Approximating min-max k-clustering Aroximating min-max k-clustering Asaf Levin July 24, 2007 Abstract We consider the roblems of set artitioning into k clusters with minimum total cost and minimum of the maximum cost of a cluster. The cost

More information

Synthesis of Moore FSM with Expanded Coding Space

Synthesis of Moore FSM with Expanded Coding Space Volume 3 Issue, January 24 Synthesis of oore FS with Exanded Coding Sace Olena Hebda, Larysa Titarenko Institute of Comuter Engineering and Electronics University of Zielona Góra Zielona Góra, Poland Email:

More information

Combining Logistic Regression with Kriging for Mapping the Risk of Occurrence of Unexploded Ordnance (UXO)

Combining Logistic Regression with Kriging for Mapping the Risk of Occurrence of Unexploded Ordnance (UXO) Combining Logistic Regression with Kriging for Maing the Risk of Occurrence of Unexloded Ordnance (UXO) H. Saito (), P. Goovaerts (), S. A. McKenna (2) Environmental and Water Resources Engineering, Deartment

More information

Participation Factors. However, it does not give the influence of each state on the mode.

Participation Factors. However, it does not give the influence of each state on the mode. Particiation Factors he mode shae, as indicated by the right eigenvector, gives the relative hase of each state in a articular mode. However, it does not give the influence of each state on the mode. We

More information

An Analysis of Reliable Classifiers through ROC Isometrics

An Analysis of Reliable Classifiers through ROC Isometrics An Analysis of Reliable Classifiers through ROC Isometrics Stijn Vanderlooy s.vanderlooy@cs.unimaas.nl Ida G. Srinkhuizen-Kuyer kuyer@cs.unimaas.nl Evgueni N. Smirnov smirnov@cs.unimaas.nl MICC-IKAT, Universiteit

More information

CSE 311 Lecture 02: Logic, Equivalence, and Circuits. Emina Torlak and Kevin Zatloukal

CSE 311 Lecture 02: Logic, Equivalence, and Circuits. Emina Torlak and Kevin Zatloukal CSE 311 Lecture 02: Logic, Equivalence, and Circuits Emina Torlak and Kevin Zatloukal 1 Toics Proositional logic A brief review of Lecture 01. Classifying comound roositions Converse, contraositive, and

More information

Modeling and Estimation of Full-Chip Leakage Current Considering Within-Die Correlation

Modeling and Estimation of Full-Chip Leakage Current Considering Within-Die Correlation 6.3 Modeling and Estimation of Full-Chi Leaage Current Considering Within-Die Correlation Khaled R. eloue, Navid Azizi, Farid N. Najm Deartment of ECE, University of Toronto,Toronto, Ontario, Canada {haled,nazizi,najm}@eecg.utoronto.ca

More information

Topic: Lower Bounds on Randomized Algorithms Date: September 22, 2004 Scribe: Srinath Sridhar

Topic: Lower Bounds on Randomized Algorithms Date: September 22, 2004 Scribe: Srinath Sridhar 15-859(M): Randomized Algorithms Lecturer: Anuam Guta Toic: Lower Bounds on Randomized Algorithms Date: Setember 22, 2004 Scribe: Srinath Sridhar 4.1 Introduction In this lecture, we will first consider

More information

System Reliability Estimation and Confidence Regions from Subsystem and Full System Tests

System Reliability Estimation and Confidence Regions from Subsystem and Full System Tests 009 American Control Conference Hyatt Regency Riverfront, St. Louis, MO, USA June 0-, 009 FrB4. System Reliability Estimation and Confidence Regions from Subsystem and Full System Tests James C. Sall Abstract

More information

Estimation of the large covariance matrix with two-step monotone missing data

Estimation of the large covariance matrix with two-step monotone missing data Estimation of the large covariance matrix with two-ste monotone missing data Masashi Hyodo, Nobumichi Shutoh 2, Takashi Seo, and Tatjana Pavlenko 3 Deartment of Mathematical Information Science, Tokyo

More information

Econ 3790: Business and Economics Statistics. Instructor: Yogesh Uppal

Econ 3790: Business and Economics Statistics. Instructor: Yogesh Uppal Econ 379: Business and Economics Statistics Instructor: Yogesh Ual Email: yual@ysu.edu Chater 9, Part A: Hyothesis Tests Develoing Null and Alternative Hyotheses Tye I and Tye II Errors Poulation Mean:

More information

For q 0; 1; : : : ; `? 1, we have m 0; 1; : : : ; q? 1. The set fh j(x) : j 0; 1; ; : : : ; `? 1g forms a basis for the tness functions dened on the i

For q 0; 1; : : : ; `? 1, we have m 0; 1; : : : ; q? 1. The set fh j(x) : j 0; 1; ; : : : ; `? 1g forms a basis for the tness functions dened on the i Comuting with Haar Functions Sami Khuri Deartment of Mathematics and Comuter Science San Jose State University One Washington Square San Jose, CA 9519-0103, USA khuri@juiter.sjsu.edu Fax: (40)94-500 Keywords:

More information

Econ 3790: Business and Economics Statistics. Instructor: Yogesh Uppal

Econ 3790: Business and Economics Statistics. Instructor: Yogesh Uppal Econ 379: Business and Economics Statistics Instructor: Yogesh Ual Email: yual@ysu.edu Chater 9, Part A: Hyothesis Tests Develoing Null and Alternative Hyotheses Tye I and Tye II Errors Poulation Mean:

More information

Shadow Computing: An Energy-Aware Fault Tolerant Computing Model

Shadow Computing: An Energy-Aware Fault Tolerant Computing Model Shadow Comuting: An Energy-Aware Fault Tolerant Comuting Model Bryan Mills, Taieb Znati, Rami Melhem Deartment of Comuter Science University of Pittsburgh (bmills, znati, melhem)@cs.itt.edu Index Terms

More information

A construction of bent functions from plateaued functions

A construction of bent functions from plateaued functions A construction of bent functions from lateaued functions Ayça Çeşmelioğlu, Wilfried Meidl Sabancı University, MDBF, Orhanlı, 34956 Tuzla, İstanbul, Turkey. Abstract In this resentation, a technique for

More information

1-way quantum finite automata: strengths, weaknesses and generalizations

1-way quantum finite automata: strengths, weaknesses and generalizations 1-way quantum finite automata: strengths, weaknesses and generalizations arxiv:quant-h/9802062v3 30 Se 1998 Andris Ambainis UC Berkeley Abstract Rūsiņš Freivalds University of Latvia We study 1-way quantum

More information

arxiv:cond-mat/ v1 [cond-mat.stat-mech] 5 Jul 1998

arxiv:cond-mat/ v1 [cond-mat.stat-mech] 5 Jul 1998 arxiv:cond-mat/98773v1 [cond-mat.stat-mech] 5 Jul 1998 Floy modes and the free energy: Rigidity and connectivity ercolation on Bethe Lattices P.M. Duxbury, D.J. Jacobs, M.F. Thore Deartment of Physics

More information

2-D Analysis for Iterative Learning Controller for Discrete-Time Systems With Variable Initial Conditions Yong FANG 1, and Tommy W. S.

2-D Analysis for Iterative Learning Controller for Discrete-Time Systems With Variable Initial Conditions Yong FANG 1, and Tommy W. S. -D Analysis for Iterative Learning Controller for Discrete-ime Systems With Variable Initial Conditions Yong FANG, and ommy W. S. Chow Abstract In this aer, an iterative learning controller alying to linear

More information

Node-voltage method using virtual current sources technique for special cases

Node-voltage method using virtual current sources technique for special cases Node-oltage method using irtual current sources technique for secial cases George E. Chatzarakis and Marina D. Tortoreli Electrical and Electronics Engineering Deartments, School of Pedagogical and Technological

More information

Optimal Design of Truss Structures Using a Neutrosophic Number Optimization Model under an Indeterminate Environment

Optimal Design of Truss Structures Using a Neutrosophic Number Optimization Model under an Indeterminate Environment Neutrosohic Sets and Systems Vol 14 016 93 University of New Mexico Otimal Design of Truss Structures Using a Neutrosohic Number Otimization Model under an Indeterminate Environment Wenzhong Jiang & Jun

More information

Analysis of some entrance probabilities for killed birth-death processes

Analysis of some entrance probabilities for killed birth-death processes Analysis of some entrance robabilities for killed birth-death rocesses Master s Thesis O.J.G. van der Velde Suervisor: Dr. F.M. Sieksma July 5, 207 Mathematical Institute, Leiden University Contents Introduction

More information

Lower Confidence Bound for Process-Yield Index S pk with Autocorrelated Process Data

Lower Confidence Bound for Process-Yield Index S pk with Autocorrelated Process Data Quality Technology & Quantitative Management Vol. 1, No.,. 51-65, 15 QTQM IAQM 15 Lower onfidence Bound for Process-Yield Index with Autocorrelated Process Data Fu-Kwun Wang * and Yeneneh Tamirat Deartment

More information

216 S. Chandrasearan and I.C.F. Isen Our results dier from those of Sun [14] in two asects: we assume that comuted eigenvalues or singular values are

216 S. Chandrasearan and I.C.F. Isen Our results dier from those of Sun [14] in two asects: we assume that comuted eigenvalues or singular values are Numer. Math. 68: 215{223 (1994) Numerische Mathemati c Sringer-Verlag 1994 Electronic Edition Bacward errors for eigenvalue and singular value decomositions? S. Chandrasearan??, I.C.F. Isen??? Deartment

More information

State Estimation with ARMarkov Models

State Estimation with ARMarkov Models Deartment of Mechanical and Aerosace Engineering Technical Reort No. 3046, October 1998. Princeton University, Princeton, NJ. State Estimation with ARMarkov Models Ryoung K. Lim 1 Columbia University,

More information

MODEL-BASED MULTIPLE FAULT DETECTION AND ISOLATION FOR NONLINEAR SYSTEMS

MODEL-BASED MULTIPLE FAULT DETECTION AND ISOLATION FOR NONLINEAR SYSTEMS MODEL-BASED MULIPLE FAUL DEECION AND ISOLAION FOR NONLINEAR SYSEMS Ivan Castillo, and homas F. Edgar he University of exas at Austin Austin, X 78712 David Hill Chemstations Houston, X 77009 Abstract A

More information

Computer arithmetic. Intensive Computation. Annalisa Massini 2017/2018

Computer arithmetic. Intensive Computation. Annalisa Massini 2017/2018 Comuter arithmetic Intensive Comutation Annalisa Massini 7/8 Intensive Comutation - 7/8 References Comuter Architecture - A Quantitative Aroach Hennessy Patterson Aendix J Intensive Comutation - 7/8 3

More information

A Model for Randomly Correlated Deposition

A Model for Randomly Correlated Deposition A Model for Randomly Correlated Deosition B. Karadjov and A. Proykova Faculty of Physics, University of Sofia, 5 J. Bourchier Blvd. Sofia-116, Bulgaria ana@hys.uni-sofia.bg Abstract: A simle, discrete,

More information

Quick Detection of Changes in Trac Statistics: Ivy Hsu and Jean Walrand 2. Department of EECS, University of California, Berkeley, CA 94720

Quick Detection of Changes in Trac Statistics: Ivy Hsu and Jean Walrand 2. Department of EECS, University of California, Berkeley, CA 94720 Quic Detection of Changes in Trac Statistics: Alication to Variable Rate Comression Ivy Hsu and Jean Walrand 2 Deartment of EECS, University of California, Bereley, CA 94720 resented at the 32nd Annual

More information

Metrics Performance Evaluation: Application to Face Recognition

Metrics Performance Evaluation: Application to Face Recognition Metrics Performance Evaluation: Alication to Face Recognition Naser Zaeri, Abeer AlSadeq, and Abdallah Cherri Electrical Engineering Det., Kuwait University, P.O. Box 5969, Safat 6, Kuwait {zaery, abeer,

More information

Scaling Multiple Point Statistics for Non-Stationary Geostatistical Modeling

Scaling Multiple Point Statistics for Non-Stationary Geostatistical Modeling Scaling Multile Point Statistics or Non-Stationary Geostatistical Modeling Julián M. Ortiz, Steven Lyster and Clayton V. Deutsch Centre or Comutational Geostatistics Deartment o Civil & Environmental Engineering

More information

PLA Minimization for Low Power VLSI Designs

PLA Minimization for Low Power VLSI Designs PLA Minimization for Low Power VLSI Designs Sasan Iman, Massoud Pedram Department of Electrical Engineering - Systems University of Southern California Chi-ying Tsui Department of Electrical and Electronics

More information

Yixi Shi. Jose Blanchet. IEOR Department Columbia University New York, NY 10027, USA. IEOR Department Columbia University New York, NY 10027, USA

Yixi Shi. Jose Blanchet. IEOR Department Columbia University New York, NY 10027, USA. IEOR Department Columbia University New York, NY 10027, USA Proceedings of the 2011 Winter Simulation Conference S. Jain, R. R. Creasey, J. Himmelsach, K. P. White, and M. Fu, eds. EFFICIENT RARE EVENT SIMULATION FOR HEAVY-TAILED SYSTEMS VIA CROSS ENTROPY Jose

More information

Some Results on the Generalized Gaussian Distribution

Some Results on the Generalized Gaussian Distribution Some Results on the Generalized Gaussian Distribution Alex Dytso, Ronit Bustin, H. Vincent Poor, Daniela Tuninetti 3, Natasha Devroye 3, and Shlomo Shamai (Shitz) Abstract The aer considers information-theoretic

More information

GOOD MODELS FOR CUBIC SURFACES. 1. Introduction

GOOD MODELS FOR CUBIC SURFACES. 1. Introduction GOOD MODELS FOR CUBIC SURFACES ANDREAS-STEPHAN ELSENHANS Abstract. This article describes an algorithm for finding a model of a hyersurface with small coefficients. It is shown that the aroach works in

More information

The Poisson Regression Model

The Poisson Regression Model The Poisson Regression Model The Poisson regression model aims at modeling a counting variable Y, counting the number of times that a certain event occurs during a given time eriod. We observe a samle

More information

Prime Reciprocal Digit Frequencies and the Euler Zeta Function

Prime Reciprocal Digit Frequencies and the Euler Zeta Function Prime Recirocal Digit Frequencies and the Euler Zeta Function Subhash Kak. The digit frequencies for rimes are not all equal. The least significant digit for rimes greater than 5 can only be, 3, 7, or

More information

On the Complexity of Error Detection Functions for Redundant Residue Number Systems

On the Complexity of Error Detection Functions for Redundant Residue Number Systems On the Complexity of Error Detection Functions for Redundant Residue Number Systems Tsutomu Sasao 1 and Yukihiro Iguchi 2 1 Dept. of Computer Science and Electronics, Kyushu Institute of Technology, Iizuka

More information

Cryptanalysis of Pseudorandom Generators

Cryptanalysis of Pseudorandom Generators CSE 206A: Lattice Algorithms and Alications Fall 2017 Crytanalysis of Pseudorandom Generators Instructor: Daniele Micciancio UCSD CSE As a motivating alication for the study of lattice in crytograhy we

More information

A numerical implementation of a predictor-corrector algorithm for sufcient linear complementarity problem

A numerical implementation of a predictor-corrector algorithm for sufcient linear complementarity problem A numerical imlementation of a redictor-corrector algorithm for sufcient linear comlementarity roblem BENTERKI DJAMEL University Ferhat Abbas of Setif-1 Faculty of science Laboratory of fundamental and

More information

arxiv:cond-mat/ v2 25 Sep 2002

arxiv:cond-mat/ v2 25 Sep 2002 Energy fluctuations at the multicritical oint in two-dimensional sin glasses arxiv:cond-mat/0207694 v2 25 Se 2002 1. Introduction Hidetoshi Nishimori, Cyril Falvo and Yukiyasu Ozeki Deartment of Physics,

More information

Tests for Two Proportions in a Stratified Design (Cochran/Mantel-Haenszel Test)

Tests for Two Proportions in a Stratified Design (Cochran/Mantel-Haenszel Test) Chater 225 Tests for Two Proortions in a Stratified Design (Cochran/Mantel-Haenszel Test) Introduction In a stratified design, the subects are selected from two or more strata which are formed from imortant

More information

One step ahead prediction using Fuzzy Boolean Neural Networks 1

One step ahead prediction using Fuzzy Boolean Neural Networks 1 One ste ahead rediction using Fuzzy Boolean eural etworks 1 José A. B. Tomé IESC-ID, IST Rua Alves Redol, 9 1000 Lisboa jose.tome@inesc-id.t João Paulo Carvalho IESC-ID, IST Rua Alves Redol, 9 1000 Lisboa

More information

Supplementary Materials for Robust Estimation of the False Discovery Rate

Supplementary Materials for Robust Estimation of the False Discovery Rate Sulementary Materials for Robust Estimation of the False Discovery Rate Stan Pounds and Cheng Cheng This sulemental contains roofs regarding theoretical roerties of the roosed method (Section S1), rovides

More information

MODELING THE RELIABILITY OF C4ISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL

MODELING THE RELIABILITY OF C4ISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL Technical Sciences and Alied Mathematics MODELING THE RELIABILITY OF CISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL Cezar VASILESCU Regional Deartment of Defense Resources Management

More information

Use of Transformations and the Repeated Statement in PROC GLM in SAS Ed Stanek

Use of Transformations and the Repeated Statement in PROC GLM in SAS Ed Stanek Use of Transformations and the Reeated Statement in PROC GLM in SAS Ed Stanek Introduction We describe how the Reeated Statement in PROC GLM in SAS transforms the data to rovide tests of hyotheses of interest.

More information

Deriving Indicator Direct and Cross Variograms from a Normal Scores Variogram Model (bigaus-full) David F. Machuca Mory and Clayton V.

Deriving Indicator Direct and Cross Variograms from a Normal Scores Variogram Model (bigaus-full) David F. Machuca Mory and Clayton V. Deriving ndicator Direct and Cross Variograms from a Normal Scores Variogram Model (bigaus-full) David F. Machuca Mory and Clayton V. Deutsch Centre for Comutational Geostatistics Deartment of Civil &

More information

Generalized Coiflets: A New Family of Orthonormal Wavelets

Generalized Coiflets: A New Family of Orthonormal Wavelets Generalized Coiflets A New Family of Orthonormal Wavelets Dong Wei, Alan C Bovik, and Brian L Evans Laboratory for Image and Video Engineering Deartment of Electrical and Comuter Engineering The University

More information

On the capacity of the general trapdoor channel with feedback

On the capacity of the general trapdoor channel with feedback On the caacity of the general tradoor channel with feedback Jui Wu and Achilleas Anastasooulos Electrical Engineering and Comuter Science Deartment University of Michigan Ann Arbor, MI, 48109-1 email:

More information

MA3H1 TOPICS IN NUMBER THEORY PART III

MA3H1 TOPICS IN NUMBER THEORY PART III MA3H1 TOPICS IN NUMBER THEORY PART III SAMIR SIKSEK 1. Congruences Modulo m In quadratic recirocity we studied congruences of the form x 2 a (mod ). We now turn our attention to situations where is relaced

More information

Analysis of Group Coding of Multiple Amino Acids in Artificial Neural Network Applied to the Prediction of Protein Secondary Structure

Analysis of Group Coding of Multiple Amino Acids in Artificial Neural Network Applied to the Prediction of Protein Secondary Structure Analysis of Grou Coding of Multile Amino Acids in Artificial Neural Networ Alied to the Prediction of Protein Secondary Structure Zhu Hong-ie 1, Dai Bin 2, Zhang Ya-feng 1, Bao Jia-li 3,* 1 College of

More information

PETER J. GRABNER AND ARNOLD KNOPFMACHER

PETER J. GRABNER AND ARNOLD KNOPFMACHER ARITHMETIC AND METRIC PROPERTIES OF -ADIC ENGEL SERIES EXPANSIONS PETER J. GRABNER AND ARNOLD KNOPFMACHER Abstract. We derive a characterization of rational numbers in terms of their unique -adic Engel

More information

COMMUNICATION BETWEEN SHAREHOLDERS 1

COMMUNICATION BETWEEN SHAREHOLDERS 1 COMMUNICATION BTWN SHARHOLDRS 1 A B. O A : A D Lemma B.1. U to µ Z r 2 σ2 Z + σ2 X 2r ω 2 an additive constant that does not deend on a or θ, the agents ayoffs can be written as: 2r rθa ω2 + θ µ Y rcov

More information

LUTMIN: FPGA Logic Synthesis with MUX-Based and Cascade Realizations

LUTMIN: FPGA Logic Synthesis with MUX-Based and Cascade Realizations LUTMIN: FPGA Logic Synthesis with MUX-Based and Cascade Realizations Tsutomu Sasao and Alan Mishchenko Dept. of Computer Science and Electronics, Kyushu Institute of Technology, Iizuka 80-80, Japan Dept.

More information

Ohno-type relation for finite multiple zeta values

Ohno-type relation for finite multiple zeta values Ohno-tye relation for finite multile zeta values Kojiro Oyama Abstract arxiv:1506.00833v3 [math.nt] 23 Se 2017 Ohno s relation is a well-known relation among multile zeta values. In this aer, we rove Ohno-tye

More information

GIVEN an input sequence x 0,..., x n 1 and the

GIVEN an input sequence x 0,..., x n 1 and the 1 Running Max/Min Filters using 1 + o(1) Comarisons er Samle Hao Yuan, Member, IEEE, and Mikhail J. Atallah, Fellow, IEEE Abstract A running max (or min) filter asks for the maximum or (minimum) elements

More information

Notation We will be studying several counting functions related to integer artitions. For clarity, we begin with the denitions and notation. If n is a

Notation We will be studying several counting functions related to integer artitions. For clarity, we begin with the denitions and notation. If n is a On the Multilicity of Parts in a Random Partition Sylvie Corteel Laboratoire de Recherche en Informatique B^at 490, Universite Paris-Sud 9405 Orsay, FRANCE Sylvie.Corteel@lri.fr Carla D. Savage z Deartment

More information

ON POLYNOMIAL SELECTION FOR THE GENERAL NUMBER FIELD SIEVE

ON POLYNOMIAL SELECTION FOR THE GENERAL NUMBER FIELD SIEVE MATHEMATICS OF COMPUTATIO Volume 75, umber 256, October 26, Pages 237 247 S 25-5718(6)187-9 Article electronically ublished on June 28, 26 O POLYOMIAL SELECTIO FOR THE GEERAL UMBER FIELD SIEVE THORSTE

More information

738 SCIENCE IN CHINA (Series A) Vol. 46 Let y = (x 1 x ) and the random variable ß m be the number of sibs' alleles shared identity by descent (IBD) a

738 SCIENCE IN CHINA (Series A) Vol. 46 Let y = (x 1 x ) and the random variable ß m be the number of sibs' alleles shared identity by descent (IBD) a Vol. 46 No. 6 SCIENCE IN CHINA (Series A) November 003 The otimal design for hyothesis test and its alication in genetic linkage analysis IE Minyu (Λ Ξ) 1; & LI Zhaohai ( Π ) 1. Deartment of Statistics,

More information

Probability Estimates for Multi-class Classification by Pairwise Coupling

Probability Estimates for Multi-class Classification by Pairwise Coupling Probability Estimates for Multi-class Classification by Pairwise Couling Ting-Fan Wu Chih-Jen Lin Deartment of Comuter Science National Taiwan University Taiei 06, Taiwan Ruby C. Weng Deartment of Statistics

More information

ON THE LEAST SIGNIFICANT p ADIC DIGITS OF CERTAIN LUCAS NUMBERS

ON THE LEAST SIGNIFICANT p ADIC DIGITS OF CERTAIN LUCAS NUMBERS #A13 INTEGERS 14 (014) ON THE LEAST SIGNIFICANT ADIC DIGITS OF CERTAIN LUCAS NUMBERS Tamás Lengyel Deartment of Mathematics, Occidental College, Los Angeles, California lengyel@oxy.edu Received: 6/13/13,

More information

SOME CLASSES OF MEROMORPHIC MULTIVALENT FUNCTIONS WITH POSITIVE COEFFICIENTS INVOLVING CERTAIN LINEAR OPERATOR

SOME CLASSES OF MEROMORPHIC MULTIVALENT FUNCTIONS WITH POSITIVE COEFFICIENTS INVOLVING CERTAIN LINEAR OPERATOR International Journal of Basic & Alied Sciences IJBAS-IJENS Vol:13 No:03 56 SOME CLASSES OF MEROMORPHIC MULTIVALENT FUNCTIONS WITH POSITIVE COEFFICIENTS INVOLVING CERTAIN LINEAR OPERATOR Abdul Rahman S

More information

Observer/Kalman Filter Time Varying System Identification

Observer/Kalman Filter Time Varying System Identification Observer/Kalman Filter Time Varying System Identification Manoranjan Majji Texas A&M University, College Station, Texas, USA Jer-Nan Juang 2 National Cheng Kung University, Tainan, Taiwan and John L. Junins

More information

How to Estimate Expected Shortfall When Probabilities Are Known with Interval or Fuzzy Uncertainty

How to Estimate Expected Shortfall When Probabilities Are Known with Interval or Fuzzy Uncertainty How to Estimate Exected Shortfall When Probabilities Are Known with Interval or Fuzzy Uncertainty Christian Servin Information Technology Deartment El Paso Community College El Paso, TX 7995, USA cservin@gmail.com

More information

Best approximation by linear combinations of characteristic functions of half-spaces

Best approximation by linear combinations of characteristic functions of half-spaces Best aroximation by linear combinations of characteristic functions of half-saces Paul C. Kainen Deartment of Mathematics Georgetown University Washington, D.C. 20057-1233, USA Věra Kůrková Institute of

More information

Robust Predictive Control of Input Constraints and Interference Suppression for Semi-Trailer System

Robust Predictive Control of Input Constraints and Interference Suppression for Semi-Trailer System Vol.7, No.7 (4),.37-38 htt://dx.doi.org/.457/ica.4.7.7.3 Robust Predictive Control of Inut Constraints and Interference Suression for Semi-Trailer System Zhao, Yang Electronic and Information Technology

More information

Chapter 1 Fundamentals

Chapter 1 Fundamentals Chater Fundamentals. Overview of Thermodynamics Industrial Revolution brought in large scale automation of many tedious tasks which were earlier being erformed through manual or animal labour. Inventors

More information

1. INTRODUCTION. Fn 2 = F j F j+1 (1.1)

1. INTRODUCTION. Fn 2 = F j F j+1 (1.1) CERTAIN CLASSES OF FINITE SUMS THAT INVOLVE GENERALIZED FIBONACCI AND LUCAS NUMBERS The beautiful identity R.S. Melham Deartment of Mathematical Sciences, University of Technology, Sydney PO Box 23, Broadway,

More information

Lecture 6. 2 Recurrence/transience, harmonic functions and martingales

Lecture 6. 2 Recurrence/transience, harmonic functions and martingales Lecture 6 Classification of states We have shown that all states of an irreducible countable state Markov chain must of the same tye. This gives rise to the following classification. Definition. [Classification

More information

BEST POSSIBLE DENSITIES OF DICKSON m-tuples, AS A CONSEQUENCE OF ZHANG-MAYNARD-TAO

BEST POSSIBLE DENSITIES OF DICKSON m-tuples, AS A CONSEQUENCE OF ZHANG-MAYNARD-TAO BEST POSSIBLE DENSITIES OF DICKSON m-tuples, AS A CONSEQUENCE OF ZHANG-MAYNARD-TAO ANDREW GRANVILLE, DANIEL M. KANE, DIMITRIS KOUKOULOPOULOS, AND ROBERT J. LEMKE OLIVER Abstract. We determine for what

More information

John Weatherwax. Analysis of Parallel Depth First Search Algorithms

John Weatherwax. Analysis of Parallel Depth First Search Algorithms Sulementary Discussions and Solutions to Selected Problems in: Introduction to Parallel Comuting by Viin Kumar, Ananth Grama, Anshul Guta, & George Karyis John Weatherwax Chater 8 Analysis of Parallel

More information

ECON Answers Homework #2

ECON Answers Homework #2 ECON 33 - Answers Homework #2 Exercise : Denote by x the number of containers of tye H roduced, y the number of containers of tye T and z the number of containers of tye I. There are 3 inut equations that

More information