A GENERALIZATION OF A CLASSICAL MONTE CARLO ALGORITHM TO ESTIMATE π

Size: px
Start display at page:

Download "A GENERALIZATION OF A CLASSICAL MONTE CARLO ALGORITHM TO ESTIMATE π"

Transcription

1 U.P.B. Sci. Bull., Series A, Vol. 68, No., 6 A GENERALIZATION OF A CLASSICAL MONTE CARLO ALGORITHM TO ESTIMATE π S.C. ŞTEFĂNESCU Algoritmul Monte Carlo clasic A1 estimeazează valoarea numărului π bazându-se pe faptul ca raportul dintre aria unui cerc oarecare C şi aria pătratului D circumscris cercului este egal cu π / 4. Prezentul articol extinde procedura de simulare stocastica A1 introducând parametrii suplimentari λ, a, b. Noul algoritm propus A(λ,a,b) ne conduce la varianta clasică pentru λ = sau a.b =. Variabila aleatoare W λ,a,b ce caracterizează valorile w generate de algoritmul A(λ,a,b) constituie un estimator nedeplasat al numărului π. În lucrare sunt determinate şi valorile optime λ *, a *, b * astfel încât variabila aleatoare W λ,a,b sa aibă cea mai mică dispersie. Comparat cu A1, precizia estimaţiilor furnizate de algoritmul A(λ *,a *,b * ) creşte de aproximativ γ * = 1.38 ori. Rezultatele teoretice obţinute au fost confirmate practic prin simulare stocastică pe calculator. It is very known that the ratio between the area of any circle C and the corresponding area of the circumscribed square domain D of C is equal to π /4. The classical algorithm A1 to estimate the number π is based on this remark. In the present paper the standard procedure A1 is extended by considering the additional parameters λ, a, b. Our suggested A(λ,a,b) procedure implies the standard variant A1 when λ = or a.b =. The random variable W λ,a,b which characterize the outputs w of A(λ,a,b) algorithm is an unbiased estimator for π. More, we determined the optimum values λ *, a *, b * such that the variance of the random variable W λ,a,b to attain its minimum value. The proposed A(λ *,a *,b * ) algorithm is approximately γ * = 1.38 times more accurate than the classical A1 Monte Carlo procedure. The theoretical results were confirmed experimentally by stochastic simulations on the computer. Keywords : Estimation of π, Monte Carlo method, stochastic simulation, unbiased estimator, minimum variance. Prof., Dept. of Probability, Statistics and Operations Research, Faculty of Mathematics and Informatics, University of Bucharest, ROMANIA, stefanst@fmi.unibuc.ro

2 4 S. C. Ştefănescu Introduction In the literature there are presented many deterministic and also Monte Carlo algorithms for estimating the unknown value of π ( Devroye [], Dodge [3], Sacuiu, Zorilescu [7] ). The classical probabilistic procedures which estimate the number π is based on a rejection type method ( Bradley, Fox, Schrage [1], Devroye [], Gentle [4], Kleijnen [6] ). More precisely, we generate a string of n independent random points P i (x,y) having an uniform distribution in the square domain D = { (x,y) x, y 1 }. Finally we reject all those points P i which did not fall inside the circular domain C, C = { (x,y) x, y, x + y 1 }. Obviously C D. In this manner are retained only m independent random points P i, with m n. All these selected points belong to the domain C and are also uniformly distributed on C. For this reason the number mn / could be considered a good approximation of the ratio Area(C)/Area(D), that is an appropriate estimation for the unknown quantity π /4. So, the value of π should be estimated by the quantity w= 4 m/ n. The classical algorithm A1 determines an estimation w for the number π. Algorithm A1. ( The standard rejection procedure for π estimation ) Step. Input : the number n of simulation steps. m = ; j = { j = the current simulation step } Step 1. j = j + 1 Generate two independent random variates x, y having a uniform U([, 1 ]) distribution Step. ( the rejection procedure ). If x + y 1 then m= m+ 1 Step 3. If j < n then Goto Step 1 Step 4. w= 4 m/ n ; Print w ; STOP. In the subsequent we'll generalize the standard algorithm A1 using additional parameters.

3 A generalization of a classical Monte Carlo algorithm to estimate π 5 Main results 1. A more general algorithm. Let λ, a, b be fixed real numbers with a > and b >. We'll define an extension A of A1 algorithm by considering the real numbers λ, a, b as additional parameters for A. Algorithm A(λ, a, b). ( Extension of A1 procedure ) Step. Inputs : n ( n = the number of simulation steps ) λ, a, b ( λ R, a >, b >, a + b 1 ) m = ( n = the number of the points P i which fall in the domain C ) k = ( n = the number of the points P i belonging to [, a] x [, b] domain ) j = { j = the current simulation step } Step 1. j = j + 1 Generate two independent random variates x, y having a U([, 1 ]) uniform distribution Step. ( the rejection procedure ). If x + y > 1 then Goto Step 4 m= m+1 If ( x a)&( y b) then k = k + 1 Step 4. If j < n then Goto Step 1 Step 5. w= 4 m/ n+ λk/ n λ ab ; Print w ; STOP. Particular cases : - Considering λ = in A algorithm we just obtain the classical A1 procedure, A(,a,b) A1. - At the same conclusion we arrive if we take ab= for any λ R ( A(λ,a,) A(λ,,b) A1 ). In the following we'll try to prove that for any λ R and a >, b > with a + b 1 the w value produced by A(λ,a,b) algorithm is an unbiased estimation of π. More, taking into consideration different variants of A(λ,a,b) procedure which depend on the parameters λ, a, b we can choose the appropriate values λ *, a *, b * of these parameters such that the estimations w of π to attain a minimum dispersion.

4 6 S. C. Ştefănescu. Theoretical results. We define the functions 4 ; if ( x, y, x + y 1) h1 ( x, y) = (1) ; otherwise 1 ; if ( x a, y b) h( x, y) = () ; otherwise In the following we'll impose some restrictions for the unknown values of the parameters a, b. So, we'll consider Hypothesis H1. a, b 1. Hypothesis H. a, b and a + b 1. Definition 1. For any independent random variables ( r.v.-s ) X,Y which have an uniform distribution on the interval [, 1], X~ U([, 1]), Y~ U([, 1]), we define the r.v. W λ,a,b given by the expression Wλ, ab, = h1( X, Y) + λ h ( X, Y) ab (3) ( ) Remark 1. Analyzing the algorithm A(λ,a,b) we deduce that its output w can be regarded as an observation from the r.v. W λ,a,b. In the subsequent we intend to use the r.v. W λ,a,b to study the statistical qualities of the estimations w. More precisely Proposition 1. For any λ R and a, b respecting the restriction H1, the r.v. W λ,a,b is an unbiased estimation of π, that is Mean( Wλ, ab,) = π (4) Proof. The probability density function (p.d.f.) f 1 (x,y) of the random vector (X,Y) has the form 1 ; if ( x 1, y 1) f1( x, y) = ; otherwise So, we get + + Mean( Wλ, ab, ) = ( h1( x, y) + λ ( h( x, y) a. b) ) f1 ( x, y) dx dy = = h 1( x, y ) dxdy + λ ( h ( x, y ) a. b ) dxdy =

5 A generalization of a classical Monte Carlo algorithm to estimate π x a b 1 = + dy dx λ dx dy a. b = 1 x dx = π / π / 1+ cos( t) = 4 cos () t dt = 4 dt = π Proposition. If the hypothesis H is satisfied then the variance Var( Wλ, ab,) of the r.v. W λ,a,b has the expression Var( Wλ, ab, ) = g1( λ, a, b) = ab( 1 ab) λ + ab( 4 π) λ + π( 4 π) (5) Proof. Indeed, for any a, b with a + b 1 we deduce successively g1( λ, a, b) = Var( Wλ, ab,) = Mean( Wλ, ab,) Mean( Wλ, ab,) = ( ) + + = ( h x y + ( h x y a b) ) f x y dxdy = 1(, ) λ (, ). 1(, ) π = h 1 x y dxdy + h x y a b (, ) λ (, ). dxdy + ( ) ( ) λ h1( x, y) h( x, y) a. b dxdy π = 1 = 1 x a b dy dx λ ( ab) dx dy + λ a b + a b 1 1 x + λ 4dx dy λab 4dy dx π = = 4π + λ ab( 1 ab) + λab( 4 π) π = ab( 1 ab) λ + ab( 4 π) λ + π( 4 π) Remark. The function g1( λ, a, b) defined by the formula (5) is symmetrical one in the arguments a and b, that is g1( λ, a, b) = g1( λ, b, a) for any real values a, b which satisfy the restriction H.

6 8 S. C. Ştefănescu Remark 3. The accuracy of A1 outputs is given by the variance of the r.v. W, ab, that is Var( W, ab, ) = π( 4 π ) for any real numbers a, b respecting H hypothesis. Proposition 3. For given real numbers a, b which verify the restriction H, the minimum value of the variance Var( Wλ, ab,), regarded as a function of λ, is attained for λ = λ 1 where π 4 λ1 = (6) and in addition ab Var( Wλ, ab, ) = g ( a, b) ( π) π( π) 1 = (7) Proof. We'll treat individually the situations ab. =, respectively ab.. Case 1. If ab. = then for any λ R we have Var( Wλ, ab, ) = g1( λ, a, b) = ab( 1 ab) λ + ab( 4 π) λ + π( 4 π) = π( 4 π) and hence for λ = λ 1 we conclude ab Var( Wλ, ab, ) = π( 4 π) = ( 4 π) + π( 4 π) = g ( a, b) 1 Case. Indeed, since ab. we deduce that the polynomial function g1 ( λ, a, b ) has the degree two in the variable λ and more it takes its minimum when ab( 4 π ) π 4 λ = λ1 = = ab( 1 ab) So, the minimum g (a,b) of the function g 1 (λ,a,b) has the following expression g( a, b) = g1( λ1, a, b) = ab( 1 ab) λ1 + ab( 4 π) λ1 + π( 4 π ) = ab = π( 4 π) ( 4 π) which finish the proposition proof. Proposition 4. Respecting the hypothesis H, the minimum variance of the random variables W λ,a,b is attained when the parameters a, b, λ take the values a* = b* =1/ λ* = π 8 (8) and more Var( Wλ, a, b ) = ( 4 π )( π 4) (9) * * *

7 A generalization of a classical Monte Carlo algorithm to estimate π 9 Proof. Taking into consideration the results of Proposition 3 it remains to find those values a *, b * which minimize the function g( a, b) given by (7). At the end we'll consider λ* = ( π 4)/ ( 1 ab * *). Case 1. When ab. = then the constant function g( a, b) = π( 4 π ) has obviously its minimum value equal to π( 4 π ). Case. Now we'll find the minimum value of the function g( a, b) for any a >, b > which respect the inequality a + b 1. First, we remark that the function g3() t = t /( 1 t), < t < 1, is an increasing one. So, the minimum value for the expression g ( a, b) given by (7), ab t g( a, b) = π( 4 π) ( 4 π) = π( 4 π) ( 4 π ) 1 t is obtained when the variable t = ab takes its maximum value, respecting also the restrictions : a >, b>, a + b 1. But the maximum value of t = a b with a + b 1 is attained for a = b = 1 /, that is a* = b* =1/. Having a* = b* =1/ we deduce λ* = ( π 4)/( 1 ab * *) = π 8. More ab Var( W a b ) g ( a, b ) ( ) * * λ ( ) ( )( ). *, *, = * * * = π 4 π 4 π = 4 π π 4 = * * Analyzing both previous alternatives, since ( 4 π )( π 4) < ( 4 π ) π we deduce the results mentioned by Proposition A Monte Carlo study. Figure 1 presents the graphic of the function g ( a, a) = Var( Wλ 1, aa, ) which has the form (7). We mention here that g( a, a) is a decreasing application. Comparing with A1, the algorithm A(λ 1,a,b) is γ ( ab, ) times more accurate to estimate π. The coefficient γ ( ab, ) is just the ratio Var( W, ab, ) π( 4 π) π γ ( ab, ) = = = (1) Var( Wλ, ab, ) g( a, b) π ab( 4 π)/( 1 ab) 1 Obviously γ ( ab, ) = γ ( ba, ). Table 1 lists the values of γ ( aa, ) when a 1/.

8 1 S. C. Ştefănescu Figure 1. The graphic of the function g (a,a). 3.5 g(a,a) a The values of the coefficient γ ( aa, ). Table 1 a γ(a,a) The maximum value γ * of the indicator γ ( ab, ) is attained for a * = 1/ and b * = 1/, that is Var( W, a, ) * a* π( 4 π) π γ * = = = = (11) Var( Wλ,, ) ( π )( π) π * a* a * Table gives the optimum values λ 1 computed with formula (6) for the parameter λ of A(λ,a,a) algorithm ( the case a = b ). Table The optimum value λ 1 ( formula (6), the case a = b ). a = b λ

9 A generalization of a classical Monte Carlo algorithm to estimate π 11 Running the algorithm A(λ 1,a,a) for n=1 we obtained the estimations w of π, quantities which are listed in Table 3. This process was repeated s = times, the variable s counting the current simulated step. The outputs w of A(λ 1,a,a) algorithm ( n=1, s= simulations ). Table 3 s a =. a =.1 a =. a =.3 a =.4 a =.5 a =.6 a = Taking into consideration the outputs w k, 1 k s, produced after s independent runs of A(λ 1,a,a) procedure we are also computed the mean μ and the dispersion σ of these experimental results, where w1 + w + w ws μ = s ( w1 μ) + ( w μ) + ( w3 μ) ( ws μ) σ = (1) s The values of μ and σ indicators obtained for different values for the input parameter a of A(λ 1,a,a) estimation procedure are presented in Table 4. The experimental data confirm the theoretical results. More precisely, the dispersion σ decreases when the values of the parameter a increase ( compare Figure 1 with Table 4 ). Table 4

10 1 S. C. Ştefănescu The mean μ and the variance σ for the outputs w of A(λ 1,a,a) algorithm considering s= simulation runs ( n=1 ). a =. a =.1 a =. a =.3 a =.4 a =.5 a =.6 a =.7 μ σ Concluding remarks Imagining new parameters to the classical A1 estimation algorithm we obtained the extended procedure A(λ,a,b). The procedure A1 is deduced from A(λ,a,b) as a particular case, that is by considering λ = or ab= ( A(,a,b) A(λ,a,) A(λ,,b) A1 ). A theoretical proof ( Proposition 1 ) confirms the good properties of w outputs produced by A(λ,a,b) procedure to evaluate the unknown value of π ( the random variable W λ, ab, is an unbiased estimator for π ). The dispersion of the estimator W λ, ab, is also computed ( see Proposition ). More, we determined the optimum values λ *, a *, b * for the parameters of A(λ,a,b) generalized algorithm such that the outputs w to have a minimum dispersion ( Proposition 4 ). A Monte Carlo computer simulation confirmed the theoretical results ( see Table 4 ). In conclusion, the suggested A(λ *,a *,b * ) algorithm is approximately γ * = times more accurate than the standard A1 Monte Carlo procedure. R E F E R E N C E S 1. Paul Bratley, Bennett Fox, Linus Schrage, A guide to simulation. Springer Verlag, New York, Luc Devroye, Non uniform random variate generation. Springer Verlag, NY, Yadolah Dodge, A natural random number generator. International Statistical Review (3), 64, 1996, James E. Gentle, Random number generation and Monte Carlo methods. Springer Verlag - Statistics and Computers, New York, M.G. Kendall, P.A.P. Moran, Geometrical probability. Griffin, London, J.P.C. Kleijnen, Statistical techniques in simulation. Dekker, New York, Part 1 (1974), Part (1975). 7. I. Sacuiu, D. Zorilescu, Numere aleatoare - Aplicaţii în economie, industrie şi studiul fenomenelor naturale. Editura Academiei Române, Bucuresti, 1978.

AN ALGORITHM FOR GENERATING RANDOM NUMBERS WITH BINOMIAL DISTRIBUTION. Dorin BOCU 1. PRELIMINARIES

AN ALGORITHM FOR GENERATING RANDOM NUMBERS WITH BINOMIAL DISTRIBUTION. Dorin BOCU 1. PRELIMINARIES Yugoslav Journal of Operations Research 10 (2000), Number 1, 99-108 1 AN ALGORITHM FOR GENERATING RANDOM NUMBERS WITH BINOMIAL DISTRIBUTION Dorin BOCU Faculty of Science, Department of Computer Science

More information

TWO BOUNDARY ELEMENT APPROACHES FOR THE COMPRESSIBLE FLUID FLOW AROUND A NON-LIFTING BODY

TWO BOUNDARY ELEMENT APPROACHES FOR THE COMPRESSIBLE FLUID FLOW AROUND A NON-LIFTING BODY U.P.B. Sci. Bull., Series A, Vol. 7, Iss., 9 ISSN 3-77 TWO BOUNDARY ELEMENT APPROACHES FOR THE COMPRESSIBLE FLUID FLOW AROUND A NON-LIFTING BODY Luminiţa GRECU, Gabriela DEMIAN, Mihai DEMIAN 3 În lucrare

More information

U.P.B. Sci. Bull., Series A, Vol. 74, Iss. 3, 2012 ISSN SCALAR OPERATORS. Mariana ZAMFIR 1, Ioan BACALU 2

U.P.B. Sci. Bull., Series A, Vol. 74, Iss. 3, 2012 ISSN SCALAR OPERATORS. Mariana ZAMFIR 1, Ioan BACALU 2 U.P.B. ci. Bull., eries A, Vol. 74, Iss. 3, 212 IN 1223-727 A CALAR OPERATOR Mariana ZAMFIR 1, Ioan BACALU 2 În această lucrare studiem o clasă nouă de operatori numiţi -scalari. Aceştia apar în mod natural,

More information

Divizibilitate în mulțimea numerelor naturale/întregi

Divizibilitate în mulțimea numerelor naturale/întregi Divizibilitate în mulțimea numerelor naturale/întregi Teorema îmărţirii cu rest în mulțimea numerelor naturale Fie a, b, b 0. Atunci există q, r astfel încât a=bq+r, cu 0 r < b. În lus, q şi r sunt unic

More information

ATTENUATION OF THE ACOUSTIC SCREENS IN CLOSED SPACES

ATTENUATION OF THE ACOUSTIC SCREENS IN CLOSED SPACES U.P.B. Sci. Bull., Series D, Vol. 69, No. 3, 007 ISSN 15-358 ATTENUATION OF THE ACOUSTIC SCREENS IN CLOSED SPACES Ioan MAGHEŢI 1, Mariana SAVU Lucrarea prezintă calculul atenuării acustice a unui ecran

More information

LOSS FUNCTIONS USED IN THE QUALITY THEORY

LOSS FUNCTIONS USED IN THE QUALITY THEORY U.P.B. Sci. Bull. Series A, Vol. 73, Iss. 1, 2011 ISSN 1223-7027 LOSS FUNCTIONS USED IN THE QUALITY THEORY Constantin TÂRCOLEA 1, Adrian Stere PARIS 2 Filosofia Taguchi reprezintă un nou punct de vedere

More information

SOME APPLICATIONS OF THE HILBERT TRANSFORM

SOME APPLICATIONS OF THE HILBERT TRANSFORM U.P.B. Sci. Bull. Series A, Vol. 71, Iss. 3, 2009 ISSN 1223-7027 SOME APPLICATIONS OF THE HILBERT TRANSFORM Ştefania Constantinescu 1 În acest articol, se dau unele proprietăţi ale transformării Hilbert,

More information

ECE 302 Division 1 MWF 10:30-11:20 (Prof. Pollak) Final Exam Solutions, 5/3/2004. Please read the instructions carefully before proceeding.

ECE 302 Division 1 MWF 10:30-11:20 (Prof. Pollak) Final Exam Solutions, 5/3/2004. Please read the instructions carefully before proceeding. NAME: ECE 302 Division MWF 0:30-:20 (Prof. Pollak) Final Exam Solutions, 5/3/2004. Please read the instructions carefully before proceeding. If you are not in Prof. Pollak s section, you may not take this

More information

FUNCTIONS OF ONE RANDOM VARIABLE

FUNCTIONS OF ONE RANDOM VARIABLE FUNCTIONS OF ONE RANDOM VARIABLE Constantin VERTAN April 9th, 05 As shown before, any random variable is a function, ξ : Ω R; this function can be composed with any real-valued, real argument function

More information

ASPECTS REGARDING NUMERICAL MODELING OF INDUCTIVE HEATING PROCESS FOR LOW VOLTAGE ELECTRICAL CABLES

ASPECTS REGARDING NUMERICAL MODELING OF INDUCTIVE HEATING PROCESS FOR LOW VOLTAGE ELECTRICAL CABLES U.P.B. Sci. Bull., Series C, Vol. 72, Iss. 3, 2010 ISSN 1454-234x ASPECTS REGARDING NUMERICAL MODELING OF INDUCTIVE HEATING PROCESS FOR LOW VOLTAGE ELECTRICAL CABLES Costel PĂUN 1 În această lucrare se

More information

SOME ASPECTS ABOUT WEAVING PROCESS OPTIMIZATION

SOME ASPECTS ABOUT WEAVING PROCESS OPTIMIZATION SOME ASPECTS ABOUT WEAVING PROCESS OPTIMIZATION A. Bucevschi, "Aurel Vlaicu" University from Arad, Arad, ROMANIA I. Barbu, "Aurel Vlaicu" University from Arad, Arad, ROMANIA M. Pustianu, "Aurel Vlaicu"

More information

MEASURING THE SOCIO-ECONOMIC BIPOLARIZATION PHENOMENON

MEASURING THE SOCIO-ECONOMIC BIPOLARIZATION PHENOMENON 2 MEASURING THE SOCIO-ECONOMIC BIPOLARIZATION PHENOMENON Abstract Ştefan ŞTEFĂNESCU * The present paper emphasizes the differences between the Gini concentration coefficient [3] and a new bipolarization

More information

AN APPROACH TO THE NONLINEAR LOCAL PROBLEMS IN MECHANICAL STRUCTURES

AN APPROACH TO THE NONLINEAR LOCAL PROBLEMS IN MECHANICAL STRUCTURES U.P.B. Sci. Bull., Series D, Vol. 74, Iss. 3, 2012 ISSN 1454-2358 AN APPROACH TO THE NONLINEAR LOCAL PROBLEMS IN MECHANICAL STRUCTURES Marius-Alexandru GROZEA 1, Anton HADĂR 2 Acest articol prezintă o

More information

Kraft-Chaitin Inequality Revisited

Kraft-Chaitin Inequality Revisited CDMTCS Research Report Series Kraft-Chaitin Inequality Revisited C. Calude and C. Grozea University of Auckland, New Zealand Bucharest University, Romania CDMTCS-013 April 1996 Centre for Discrete Mathematics

More information

Nonuniform Random Variate Generation

Nonuniform Random Variate Generation Nonuniform Random Variate Generation 1 Suppose we have a generator of i.i.d. U(0, 1) r.v. s. We want to generate r.v. s from other distributions, such as normal, Weibull, Poisson, etc. Or other random

More information

U.P.B. Sci. Bull., Series A, Vol. 74, Iss. 4, 2012 ISSN ALTERNATING -GROUPS. Ion ARMEANU 1, Didem OZTURK 2

U.P.B. Sci. Bull., Series A, Vol. 74, Iss. 4, 2012 ISSN ALTERNATING -GROUPS. Ion ARMEANU 1, Didem OZTURK 2 U.P.B. Sci. Bull., Series A, Vol. 74, Iss. 4, 2012 ISSN 1223-7027 ALTERNATING -GROUPS Ion ARMEANU 1, Didem OZTURK 2 In acest articol studiem structura grupurilor alternate finite şi demonstrăm că dintre

More information

Math 180A. Lecture 16 Friday May 7 th. Expectation. Recall the three main probability density functions so far (1) Uniform (2) Exponential.

Math 180A. Lecture 16 Friday May 7 th. Expectation. Recall the three main probability density functions so far (1) Uniform (2) Exponential. Math 8A Lecture 6 Friday May 7 th Epectation Recall the three main probability density functions so far () Uniform () Eponential (3) Power Law e, ( ), Math 8A Lecture 6 Friday May 7 th Epectation Eample

More information

EFFECTS OF AVERAGING ON SODE MODELS OF DYNAMIC CELL PROCESSES

EFFECTS OF AVERAGING ON SODE MODELS OF DYNAMIC CELL PROCESSES U.P.B. Sci. Bull., Series A, Vol. 68, No. 3, 006 EFFECTS OF AVERAGING ON SODE MODELS OF DYNAMIC CELL PROCESSES V. BALAN, Simona-Mihaela BIBIC Lucrarea studiază efectele medierii directe şi ciclice asupra

More information

1.3. OPERAŢII CU NUMERE NEZECIMALE

1.3. OPERAŢII CU NUMERE NEZECIMALE 1.3. OPERAŢII CU NUMERE NEZECIMALE 1.3.1 OPERAŢII CU NUMERE BINARE A. ADUNAREA NUMERELOR BINARE Reguli de bază: 0 + 0 = 0 transport 0 0 + 1 = 1 transport 0 1 + 0 = 1 transport 0 1 + 1 = 0 transport 1 Pentru

More information

THE OPTICAL STARK EFFECT IN PARABOLIC QUANTUM WELL WIRES UNDER HYDROSTATIC PRESSURE

THE OPTICAL STARK EFFECT IN PARABOLIC QUANTUM WELL WIRES UNDER HYDROSTATIC PRESSURE U.P.B. Sci. Bull., Series A, Vol. 71, Iss. 4, 9 ISSN 13-77 THE OPTICAL STARK EFFECT IN PARABOLIC QUANTUM WELL WIRES UNDER HYDROSTATIC PRESSURE Ecaterina C. NICULESCU 1, Alexandru LUPASCU, Liliana M. BURILEANU

More information

SOME INVARIANTS CONNECTED WITH EULER-LAGRANGE EQUATIONS

SOME INVARIANTS CONNECTED WITH EULER-LAGRANGE EQUATIONS U.P.B. Sci. Bull., Series A, Vol. 71, Iss.2, 29 ISSN: 1223-727 SOME INVARIANTS CONNECTED WITH EULER-LAGRANGE EQUATIONS Irena ČOMIĆ Lucrarea descrie mai multe tipuri de omogenitate definite în spaţiul Osc

More information

ON SOME DIOPHANTINE EQUATIONS (I)

ON SOME DIOPHANTINE EQUATIONS (I) An. Şt. Univ. Ovidius Constanţa Vol. 10(1), 2002, 121 134 ON SOME DIOPHANTINE EQUATIONS (I) Diana Savin Abstract In this paper we study the equation m 4 n 4 = py 2,where p is a prime natural number, p

More information

Eco504, Part II Spring 2010 C. Sims PITFALLS OF LINEAR APPROXIMATION OF STOCHASTIC MODELS

Eco504, Part II Spring 2010 C. Sims PITFALLS OF LINEAR APPROXIMATION OF STOCHASTIC MODELS Eco504, Part II Spring 2010 C. Sims PITFALLS OF LINEAR APPROXIMATION OF STOCHASTIC MODELS 1. A LIST OF PITFALLS Linearized models are of course valid only locally. In stochastic economic models, this usually

More information

Correlation analysis. Contents

Correlation analysis. Contents Correlation analysis Contents 1 Correlation analysis 2 1.1 Distribution function and independence of random variables.......... 2 1.2 Measures of statistical links between two random variables...........

More information

MA 8101 Stokastiske metoder i systemteori

MA 8101 Stokastiske metoder i systemteori MA 811 Stokastiske metoder i systemteori AUTUMN TRM 3 Suggested solution with some extra comments The exam had a list of useful formulae attached. This list has been added here as well. 1 Problem In this

More information

AN ORIGINAL METHOD OF PROVING THE FORMULA OF A TRIGONOMETRIC FUNCTION OF A SUM OF ANGLES

AN ORIGINAL METHOD OF PROVING THE FORMULA OF A TRIGONOMETRIC FUNCTION OF A SUM OF ANGLES Proceedings of the International Conference on Theory and Applications of Mathematics and Informatics - ICTAMI 2004, Thessaloniki, Greece AN ORIGINAL METHOD OF PROVING THE FORMULA OF A TRIGONOMETRIC FUNCTION

More information

2905 Queueing Theory and Simulation PART IV: SIMULATION

2905 Queueing Theory and Simulation PART IV: SIMULATION 2905 Queueing Theory and Simulation PART IV: SIMULATION 22 Random Numbers A fundamental step in a simulation study is the generation of random numbers, where a random number represents the value of a random

More information

Dynamic Response of Beams on Elastic Foundation with Axial Load

Dynamic Response of Beams on Elastic Foundation with Axial Load Acta Technica Napocensis: Civil Engineering & Architecture Vol. 56, No. 1, (2013) Journal homepage: http://constructii.utcluj.ro/actacivileng Dynamic Response of Beams on Elastic Foundation with Axial

More information

14 : Approximate Inference Monte Carlo Methods

14 : Approximate Inference Monte Carlo Methods 10-708: Probabilistic Graphical Models 10-708, Spring 2018 14 : Approximate Inference Monte Carlo Methods Lecturer: Kayhan Batmanghelich Scribes: Biswajit Paria, Prerna Chiersal 1 Introduction We have

More information

Expectation. DS GA 1002 Statistical and Mathematical Models. Carlos Fernandez-Granda

Expectation. DS GA 1002 Statistical and Mathematical Models.   Carlos Fernandez-Granda Expectation DS GA 1002 Statistical and Mathematical Models http://www.cims.nyu.edu/~cfgranda/pages/dsga1002_fall16 Carlos Fernandez-Granda Aim Describe random variables with a few numbers: mean, variance,

More information

ON THE QUATERNARY QUADRATIC DIOPHANTINE EQUATIONS (II) NICOLAE BRATU 1 ADINA CRETAN 2

ON THE QUATERNARY QUADRATIC DIOPHANTINE EQUATIONS (II) NICOLAE BRATU 1 ADINA CRETAN 2 ON THE QUATERNARY QUADRATIC DIOPHANTINE EQUATIONS (II) NICOLAE BRATU 1 ADINA CRETAN ABSTRACT This paper has been updated and completed thanks to suggestions and critics coming from Dr. Mike Hirschhorn,

More information

BOOST CIRCUIT CONTROL IN TRANSIENT CONDITIONS

BOOST CIRCUIT CONTROL IN TRANSIENT CONDITIONS U.P.B. Sci. Bull., Series C, Vol. 68, No. 4, 2006 BOOST CIRCUIT CONTROL IN TRANSIENT CONDITIONS D. OLARU * Lucrarea îşi propune să abordeze câteva aspecte legate de modelarea şi comanda circuitului boost.

More information

OBSERVABILITY AND SINGULARITY IN THE CONTEXT OF RÖSSLER MAP

OBSERVABILITY AND SINGULARITY IN THE CONTEXT OF RÖSSLER MAP U.P.B. Sci. Bull., Series A, Vol. 74, Iss. 1, 2012 ISSN 1223-7027 OBSERVABILITY AND SINGULARITY IN THE CONTEXT OF RÖSSLER MAP Madalin FRUNZETE 1 2, Adrian LUCA 1, Adriana VLAD 3, Jean-Pierre BARBOT 4 Conceptele

More information

Bivariate Paired Numerical Data

Bivariate Paired Numerical Data Bivariate Paired Numerical Data Pearson s correlation, Spearman s ρ and Kendall s τ, tests of independence University of California, San Diego Instructor: Ery Arias-Castro http://math.ucsd.edu/~eariasca/teaching.html

More information

A MODALITY OF USING DIRECT TORQUE CONTROL FOR IMPROVING THE EFFICIENCY OF THE POWER PRESSES

A MODALITY OF USING DIRECT TORQUE CONTROL FOR IMPROVING THE EFFICIENCY OF THE POWER PRESSES TP PT Lect., P U.P.B. Sci. Bull., Series C, Vol. 73, Iss., ISSN 454-34x A MODALITY OF USING DIRECT TORQUE CONTROL FOR IMPROVING THE EFFICIENCY OF THE POWER PRESSES Sanda Victorinne PAŢURCĂTP PT, Mircea

More information

Using the Autoregressive Model for the Economic Forecast during the Period

Using the Autoregressive Model for the Economic Forecast during the Period Using the Autoregressive Model for the Economic Forecast during the Period 2014-2018 Prof. Constantin ANGHELACHE PhD. Bucharest University of Economic Studies, Artifex University of Bucharest Prof. Ioan

More information

THE WEAR OF GEAR TEETH WITH FUNCTIONALITY IN ABRASIVE RANDOMLY PARTICLES

THE WEAR OF GEAR TEETH WITH FUNCTIONALITY IN ABRASIVE RANDOMLY PARTICLES UPB Sci Bull, Series D, Vol 7, Iss, 10 ISSN 1454-358 THE WEAR OF GEAR TEETH WITH FUNCTIONALITY IN ABRASIVE RANDOMLY PARTICLES Monica VLASE 1, Andrei TUDOR Se arată că particulele abrazive ce pătrund în

More information

Ch. 8 Math Preliminaries for Lossy Coding. 8.5 Rate-Distortion Theory

Ch. 8 Math Preliminaries for Lossy Coding. 8.5 Rate-Distortion Theory Ch. 8 Math Preliminaries for Lossy Coding 8.5 Rate-Distortion Theory 1 Introduction Theory provide insight into the trade between Rate & Distortion This theory is needed to answer: What do typical R-D

More information

Eco517 Fall 2004 C. Sims MIDTERM EXAM

Eco517 Fall 2004 C. Sims MIDTERM EXAM Eco517 Fall 2004 C. Sims MIDTERM EXAM Answer all four questions. Each is worth 23 points. Do not devote disproportionate time to any one question unless you have answered all the others. (1) We are considering

More information

(u v) = f (u,v) Equation 1

(u v) = f (u,v) Equation 1 Problem Two-horse race.0j /.8J /.5J / 5.07J /.7J / ESD.J Solution Problem Set # (a). The conditional pdf of U given that V v is: The marginal pdf of V is given by: (u v) f (u,v) Equation f U V fv ( v )

More information

ANOVA IN THE EDUCATIONAL PROCESS

ANOVA IN THE EDUCATIONAL PROCESS U.P.B. Sci. Bull., Series C, Vol. 70, No. 3, 008 ISSN 454-34 ANOVA IN THE EDUCATIONAL PROCESS Mihaela Florentina MATEI Analiza dispersiei, ANOVA, reprezintă una din metodele statistice, dintre cele mai

More information

Acta Technica Napocensis: Civil Engineering & Architecture Vol. 54 No.1 (2011)

Acta Technica Napocensis: Civil Engineering & Architecture Vol. 54 No.1 (2011) 1 Technical University of Cluj-Napoca, Faculty of Civil Engineering. 15 C Daicoviciu Str., 400020, Cluj-Napoca, Romania Received 25 July 2011; Accepted 1 September 2011 The Generalised Beam Theory (GBT)

More information

NUMERICAL STABILITY OF ADAPTIVE CONTROL ALGORITHMS

NUMERICAL STABILITY OF ADAPTIVE CONTROL ALGORITHMS U.P.B. Sci. Bull., Series C, Vol. 72, Iss. 3, 2 ISSN 454-234x NUMERICAL STABILITY OF ADAPTIVE CONTROL ALGORITHMS Ciprian LUPU, Andreea UDREA 2, Dumitru POPESCU 3, Cătălin PETRESCU 4, Această lucrare analizează

More information

Math 259: Introduction to Analytic Number Theory Functions of finite order: product formula and logarithmic derivative

Math 259: Introduction to Analytic Number Theory Functions of finite order: product formula and logarithmic derivative Math 259: Introduction to Analytic Number Theory Functions of finite order: product formula and logarithmic derivative This chapter is another review of standard material in complex analysis. See for instance

More information

Expectation. DS GA 1002 Probability and Statistics for Data Science. Carlos Fernandez-Granda

Expectation. DS GA 1002 Probability and Statistics for Data Science.   Carlos Fernandez-Granda Expectation DS GA 1002 Probability and Statistics for Data Science http://www.cims.nyu.edu/~cfgranda/pages/dsga1002_fall17 Carlos Fernandez-Granda Aim Describe random variables with a few numbers: mean,

More information

EXPERT AGGREGATION WITH DEPENDENCE

EXPERT AGGREGATION WITH DEPENDENCE EXPERT AGGREGATION WITH DEPENDENCE M. J. Kallen, R.M. Cooke 2 Department of Mathematics, Delft University of Technology, Delft, The Netherlands 2 Department of Mathematics, Delft University of Technology,

More information

Teorema Reziduurilor şi Bucuria Integralelor Reale Prezentare de Alexandru Negrescu

Teorema Reziduurilor şi Bucuria Integralelor Reale Prezentare de Alexandru Negrescu Teorema Reiduurilor şi Bucuria Integralelor Reale Preentare de Alexandru Negrescu Integrale cu funcţii raţionale ce depind de sint şi cost u notaţia e it, avem: cost sint i ( + ( dt d i, iar integrarea

More information

Soluţii juniori., unde 1, 2

Soluţii juniori., unde 1, 2 Soluţii juniori Problema 1 Se consideră suma S x1x x3x4... x015 x016 Este posibil să avem S 016? Răspuns: Da., unde 1,,..., 016 3, 3 Termenii sumei sunt de forma 3 3 1, x x x. 3 5 6 sau Cristian Lazăr

More information

The regression model with one stochastic regressor.

The regression model with one stochastic regressor. The regression model with one stochastic regressor. 3150/4150 Lecture 6 Ragnar Nymoen 30 January 2012 We are now on Lecture topic 4 The main goal in this lecture is to extend the results of the regression

More information

Hand Simulations. Christos Alexopoulos and Dave Goldsman 9/2/14. Georgia Institute of Technology, Atlanta, GA, USA 1 / 26

Hand Simulations. Christos Alexopoulos and Dave Goldsman 9/2/14. Georgia Institute of Technology, Atlanta, GA, USA 1 / 26 1 / 26 Hand Simulations Christos Alexopoulos and Dave Goldsman Georgia Institute of Technology, Atlanta, GA, USA 9/2/14 2 / 26 Outline 1 Monte Carlo Integration 2 Making Some π 3 Single-Server Queue 4

More information

EXPERIMENTAL INVESTIGATION OF THE FRICTIONAL CONTACT IN PRE-SLIDING REGIME

EXPERIMENTAL INVESTIGATION OF THE FRICTIONAL CONTACT IN PRE-SLIDING REGIME U.P.B. Sci. Bull., Series D, Vol. 7, Iss., 1 ISSN 1-3 EXPERIMENTAL INVESTIGATION OF THE FRICTIONAL CONTACT IN PRE-SLIDING REGIME Iuliana PISCAN 1 În această lucrare sunt investigate din punct de vedere

More information

Data Analysis I. Dr Martin Hendry, Dept of Physics and Astronomy University of Glasgow, UK. 10 lectures, beginning October 2006

Data Analysis I. Dr Martin Hendry, Dept of Physics and Astronomy University of Glasgow, UK. 10 lectures, beginning October 2006 Astronomical p( y x, I) p( x, I) p ( x y, I) = p( y, I) Data Analysis I Dr Martin Hendry, Dept of Physics and Astronomy University of Glasgow, UK 10 lectures, beginning October 2006 4. Monte Carlo Methods

More information

Lecture 17: The Exponential and Some Related Distributions

Lecture 17: The Exponential and Some Related Distributions Lecture 7: The Exponential and Some Related Distributions. Definition Definition: A continuous random variable X is said to have the exponential distribution with parameter if the density of X is e x if

More information

ARTICOLE ŞI NOTE MATEMATICE

ARTICOLE ŞI NOTE MATEMATICE S. Rădulescu, M. Drăgan, I. V. Maftei, On W. J. Blundon s inequality 3 ARTICOLE ŞI NOTE MATEMATICE SOME CONSEQUENCES OF W.J.BLUNDON S INEQUALITY Sorin Rădulescu 1), Marius Drăgan 2), I.V.Maftei 3) Abstract.

More information

Stochastic Simulation of Communication i Networks

Stochastic Simulation of Communication i Networks Stochastic Simulation of Communication i Networks and their Protocols - WS 2014/2015 Dr. Xi Li Prof. Dr. Carmelita Görg xili cg@comnets.uni-bremen.de Prof. Dr. C. Görg www.comnets.uni-bremen.de VSIM 1-1

More information

HYDRODYNAMIC AND THERMODYNAMIC ASPECTS OF DIFFUSION COEFFICIENTS IN THE TERNARY SYSTEM WATER-CHLOROFORM-ACETIC ACID AT 25 C

HYDRODYNAMIC AND THERMODYNAMIC ASPECTS OF DIFFUSION COEFFICIENTS IN THE TERNARY SYSTEM WATER-CHLOROFORM-ACETIC ACID AT 25 C U.P.B. Sci. Bull., Series A, Vol. 69, No. 3, 27 ISSN 223-727 HYDRODYNAMIC AND THERMODYNAMIC ASPECTS OF DIFFUSION COEFFICIENTS IN THE TERNARY SYSTEM WATER-CHLOROFORM-ACETIC ACID AT 25 C Daniela BUZATU,

More information

LANTHANUM BROMIDE SCINTILLATION DETECTOR FOR GAMMA SPECTROMETRY APPLIED IN INTERNAL RADIOACTIVE CONTAMINATION MEASUREMENTS

LANTHANUM BROMIDE SCINTILLATION DETECTOR FOR GAMMA SPECTROMETRY APPLIED IN INTERNAL RADIOACTIVE CONTAMINATION MEASUREMENTS U.P.B. Sci. Bull., Series A Vol. 73, Iss. 4, 211 ISSN 1223-727 LANTHANUM BROMIDE SCINTILLATION DETECTOR FOR GAMMA SPECTROMETRY APPLIED IN INTERNAL RADIOACTIVE CONTAMINATION MEASUREMENTS Mirela Angela SAIZU

More information

Stochastic Processes and Monte-Carlo Methods. University of Massachusetts: Spring Luc Rey-Bellet

Stochastic Processes and Monte-Carlo Methods. University of Massachusetts: Spring Luc Rey-Bellet Stochastic Processes and Monte-Carlo Methods University of Massachusetts: Spring 2010 Luc Rey-Bellet Contents 1 Random variables and Monte-Carlo method 3 1.1 Review of probability............................

More information

Gaussian random variables inr n

Gaussian random variables inr n Gaussian vectors Lecture 5 Gaussian random variables inr n One-dimensional case One-dimensional Gaussian density with mean and standard deviation (called N, ): fx x exp. Proposition If X N,, then ax b

More information

POLAR CHARACTERISTIC OF ENERGETIC INTENSITY EMITTED BY AN ANISOTROPIC THERMAL SOURCE IRREGULARLY SHAPED

POLAR CHARACTERISTIC OF ENERGETIC INTENSITY EMITTED BY AN ANISOTROPIC THERMAL SOURCE IRREGULARLY SHAPED Annals of the Academ of Romanian Scientists Series on Science and Technolog of nformation SSN 066-856 Volume 1, Number 1/008 43 POLAR CHARACTERSTC OF ENERGETC NTENSTY EMTTED BY AN ANSOTROPC THERMAL SOURCE

More information

On the law of large numbers for free identically distributed random variables 1

On the law of large numbers for free identically distributed random variables 1 General Mathematics Vol. 5, No. 4 (2007), 55-68 On the law of large numbers for free identically distributed random variables Bogdan Gheorghe Munteanu Abstract A version of law of large numbers for free

More information

Partial Solutions for h4/2014s: Sampling Distributions

Partial Solutions for h4/2014s: Sampling Distributions 27 Partial Solutions for h4/24s: Sampling Distributions ( Let X and X 2 be two independent random variables, each with the same probability distribution given as follows. f(x 2 e x/2, x (a Compute the

More information

ISyE 6644 Fall 2014 Test 3 Solutions

ISyE 6644 Fall 2014 Test 3 Solutions 1 NAME ISyE 6644 Fall 14 Test 3 Solutions revised 8/4/18 You have 1 minutes for this test. You are allowed three cheat sheets. Circle all final answers. Good luck! 1. [4 points] Suppose that the joint

More information

Sisteme cu logica fuzzy

Sisteme cu logica fuzzy Sisteme cu logica fuzzy 1/15 Sisteme cu logica fuzzy Mamdani Fie un sistem cu logică fuzzy Mamdani două intrări x şi y ieşire z x y SLF Structura z 2/15 Sisteme cu logica fuzzy Mamdani Baza de reguli R

More information

THE STRUCTURE OF RAINBOW-FREE COLORINGS FOR LINEAR EQUATIONS ON THREE VARIABLES IN Z p. Mario Huicochea CINNMA, Querétaro, México

THE STRUCTURE OF RAINBOW-FREE COLORINGS FOR LINEAR EQUATIONS ON THREE VARIABLES IN Z p. Mario Huicochea CINNMA, Querétaro, México #A8 INTEGERS 15A (2015) THE STRUCTURE OF RAINBOW-FREE COLORINGS FOR LINEAR EQUATIONS ON THREE VARIABLES IN Z p Mario Huicochea CINNMA, Querétaro, México dym@cimat.mx Amanda Montejano UNAM Facultad de Ciencias

More information

ACM 116: Lectures 3 4

ACM 116: Lectures 3 4 1 ACM 116: Lectures 3 4 Joint distributions The multivariate normal distribution Conditional distributions Independent random variables Conditional distributions and Monte Carlo: Rejection sampling Variance

More information

Ch 3.2: Direct proofs

Ch 3.2: Direct proofs Math 299 Lectures 8 and 9: Chapter 3 0. Ch3.1 A trivial proof and a vacuous proof (Reading assignment) 1. Ch3.2 Direct proofs 2. Ch3.3 Proof by contrapositive 3. Ch3.4 Proof by cases 4. Ch3.5 Proof evaluations

More information

COMPARATIVE DISCUSSION ABOUT THE DETERMINING METHODS OF THE STRESSES IN PLANE SLABS

COMPARATIVE DISCUSSION ABOUT THE DETERMINING METHODS OF THE STRESSES IN PLANE SLABS 74 COMPARATIVE DISCUSSION ABOUT THE DETERMINING METHODS OF THE STRESSES IN PLANE SLABS Codrin PRECUPANU 3, Dan PRECUPANU,, Ștefan OPREA Correspondent Member of Technical Sciences Academy Gh. Asachi Technical

More information

I forgot to mention last time: in the Ito formula for two standard processes, putting

I forgot to mention last time: in the Ito formula for two standard processes, putting I forgot to mention last time: in the Ito formula for two standard processes, putting dx t = a t dt + b t db t dy t = α t dt + β t db t, and taking f(x, y = xy, one has f x = y, f y = x, and f xx = f yy

More information

DUBLIN CITY UNIVERSITY

DUBLIN CITY UNIVERSITY DUBLIN CITY UNIVERSITY SAMPLE EXAMINATIONS 2017/2018 MODULE: QUALIFICATIONS: Simulation for Finance MS455 B.Sc. Actuarial Mathematics ACM B.Sc. Financial Mathematics FIM YEAR OF STUDY: 4 EXAMINERS: Mr

More information

Stochastic Simulation of Communication Networks and their Protocols

Stochastic Simulation of Communication Networks and their Protocols Stochastic Simulation of Communication Networks and their Protocols Dr.-Ing Umar Toseef umr@comnets.uni-bremen.de Prof. Dr. C. Görg www.comnets.uni-bremen.de VSIM 1-1 Table of Contents 1 General Introduction

More information

A STABILITY STUDY OF NON-NEWTONIAN FLUID FLOWS

A STABILITY STUDY OF NON-NEWTONIAN FLUID FLOWS U.P.B. Sci. Bull., Series A, Vol. 71, Iss. 4, 009 ISSN 13-707 A STABILITY STUDY OF NON-NEWTONIAN FLUID FLOWS Corina CIPU 1, Carmen PRICINĂ, Victor ŢIGOIU 3 Se stuiază problema e curgere a unui flui Olroy

More information

c 2005 Society for Industrial and Applied Mathematics

c 2005 Society for Industrial and Applied Mathematics SIAM J. MATRIX ANAL. APPL. Vol. XX, No. X, pp. XX XX c 005 Society for Industrial and Applied Mathematics DISTRIBUTIONS OF THE EXTREME EIGENVALUES OF THE COMPLEX JACOBI RANDOM MATRIX ENSEMBLE PLAMEN KOEV

More information

Monte Carlo Integration. Computer Graphics CMU /15-662, Fall 2016

Monte Carlo Integration. Computer Graphics CMU /15-662, Fall 2016 Monte Carlo Integration Computer Graphics CMU 15-462/15-662, Fall 2016 Talk Announcement Jovan Popovic, Senior Principal Scientist at Adobe Research will be giving a seminar on Character Animator -- Monday

More information

ON THE OPTIMIZATION OF AN ACKERMANN STEERING LINKAGE

ON THE OPTIMIZATION OF AN ACKERMANN STEERING LINKAGE U.P.B. Sci. Bull., Series D, Vol. 75, Iss. 4, 2013 ISSN 1454-2358 ON THE OPTIMIZATION OF AN ACKERMANN STEERING LINKAGE Aurel P.STOICESCU 1 In the paper the optimization problem of the Ackermann linkage

More information

C.A.D. OF LINEAR TRANSVERSE FLUX MOTORS

C.A.D. OF LINEAR TRANSVERSE FLUX MOTORS BULETINUL INSTITUTULUI POLITEHNIC IAŞI TOMUL L (LIV), FASC. 5, 2005 ELECTROTEHNICĂ, ENERGETICĂ, ELECTRONICĂ C.A.D. OF LINEAR TRANSVERSE FLUX MOTORS BY *D.C. POPA, *V. IANCU, *I.A. VIOREL and *L. SZABÓ

More information

MATH 151, FINAL EXAM Winter Quarter, 21 March, 2014

MATH 151, FINAL EXAM Winter Quarter, 21 March, 2014 Time: 3 hours, 8:3-11:3 Instructions: MATH 151, FINAL EXAM Winter Quarter, 21 March, 214 (1) Write your name in blue-book provided and sign that you agree to abide by the honor code. (2) The exam consists

More information

BETANINE EXTRACTION FROM BETA VULGARIS EXPERIMENTAL RESEARCH AND STATISTICAL MODELING

BETANINE EXTRACTION FROM BETA VULGARIS EXPERIMENTAL RESEARCH AND STATISTICAL MODELING U.P.B. Sci. Bull., Series B, Vol. 73, Iss. 1, 011 ISS 1454-331 BETAIE EXTRACTIO FROM BETA VULGARIS EXPERIMETAL RESEARCH AD STATISTICAL MODELIG Aura STURZOIU 1, Marta STROESCU, Anicuţa STOICA 3, Tănase

More information

PARAMETRIC ESTIMATION OF CONDITIONAL COPULAS

PARAMETRIC ESTIMATION OF CONDITIONAL COPULAS U.P.B. Sci. Bull., Series A, Vol. 71, Iss. 3, 2009 ISSN 1223-7027 PARAMETRIC ESTIMATION OF CONDITIONAL COPULAS Mariana CRAIU 1 Modelarea dependentei într-un numar mare de modele statistice s-a dezvoltat

More information

Math 259: Introduction to Analytic Number Theory Functions of finite order: product formula and logarithmic derivative

Math 259: Introduction to Analytic Number Theory Functions of finite order: product formula and logarithmic derivative Math 259: Introduction to Analytic Number Theory Functions of finite order: product formula and logarithmic derivative This chapter is another review of standard material in complex analysis. See for instance

More information

Basic Concepts and Tools in Statistical Physics

Basic Concepts and Tools in Statistical Physics Chapter 1 Basic Concepts and Tools in Statistical Physics 1.1 Introduction Statistical mechanics provides general methods to study properties of systems composed of a large number of particles. It establishes

More information

Probability Models. 4. What is the definition of the expectation of a discrete random variable?

Probability Models. 4. What is the definition of the expectation of a discrete random variable? 1 Probability Models The list of questions below is provided in order to help you to prepare for the test and exam. It reflects only the theoretical part of the course. You should expect the questions

More information

27 : Distributed Monte Carlo Markov Chain. 1 Recap of MCMC and Naive Parallel Gibbs Sampling

27 : Distributed Monte Carlo Markov Chain. 1 Recap of MCMC and Naive Parallel Gibbs Sampling 10-708: Probabilistic Graphical Models 10-708, Spring 2014 27 : Distributed Monte Carlo Markov Chain Lecturer: Eric P. Xing Scribes: Pengtao Xie, Khoa Luu In this scribe, we are going to review the Parallel

More information

arxiv: v1 [math.mg] 15 Jul 2013

arxiv: v1 [math.mg] 15 Jul 2013 INVERSE BERNSTEIN INEQUALITIES AND MIN-MAX-MIN PROBLEMS ON THE UNIT CIRCLE arxiv:1307.4056v1 [math.mg] 15 Jul 013 TAMÁS ERDÉLYI, DOUGLAS P. HARDIN, AND EDWARD B. SAFF Abstract. We give a short and elementary

More information

Nonlinear Vibrations of Elastic Beams

Nonlinear Vibrations of Elastic Beams Acta Technica Napocensis: Civil Engineering & Architecture Vol. 56, No. 1, (2013) Journal homepage: http://constructii.utcluj.ro/actacivileng Nonlinear Vibrations of Elastic Beams Iacob Borş 1, Tudor Milchiş

More information

Ch3. Generating Random Variates with Non-Uniform Distributions

Ch3. Generating Random Variates with Non-Uniform Distributions ST4231, Semester I, 2003-2004 Ch3. Generating Random Variates with Non-Uniform Distributions This chapter mainly focuses on methods for generating non-uniform random numbers based on the built-in standard

More information

Convergence of Random Processes

Convergence of Random Processes Convergence of Random Processes DS GA 1002 Probability and Statistics for Data Science http://www.cims.nyu.edu/~cfgranda/pages/dsga1002_fall17 Carlos Fernandez-Granda Aim Define convergence for random

More information

Lecture 1 : Probabilistic Method

Lecture 1 : Probabilistic Method IITM-CS6845: Theory Jan 04, 01 Lecturer: N.S.Narayanaswamy Lecture 1 : Probabilistic Method Scribe: R.Krithika The probabilistic method is a technique to deal with combinatorial problems by introducing

More information

OPTIMAL DESIGN INPUTS FOR EXPERIMENTAL CHAPTER 17. Organization of chapter in ISSO. Background. Linear models

OPTIMAL DESIGN INPUTS FOR EXPERIMENTAL CHAPTER 17. Organization of chapter in ISSO. Background. Linear models CHAPTER 17 Slides for Introduction to Stochastic Search and Optimization (ISSO)by J. C. Spall OPTIMAL DESIGN FOR EXPERIMENTAL INPUTS Organization of chapter in ISSO Background Motivation Finite sample

More information

Element Cube Project (x2)

Element Cube Project (x2) Element Cube Project (x2) Background: As a class, we will construct a three dimensional periodic table by each student selecting two elements in which you will need to create an element cube. Helpful Links

More information

16.2 Iterated Integrals

16.2 Iterated Integrals 6.2 Iterated Integrals So far: We have defined what we mean by a double integral. We have estimated the value of a double integral from contour diagrams and from tables of values. We have interpreted the

More information

Part IA Probability. Theorems. Based on lectures by R. Weber Notes taken by Dexter Chua. Lent 2015

Part IA Probability. Theorems. Based on lectures by R. Weber Notes taken by Dexter Chua. Lent 2015 Part IA Probability Theorems Based on lectures by R. Weber Notes taken by Dexter Chua Lent 2015 These notes are not endorsed by the lecturers, and I have modified them (often significantly) after lectures.

More information

THEORETIC AND EXPERIMENTAL RESEARCH ON THE CHARACTERISTIC DIAGRAMS OF A NEW TYPE OF ROTATING MACHINE WITH PROFILED ROTORS

THEORETIC AND EXPERIMENTAL RESEARCH ON THE CHARACTERISTIC DIAGRAMS OF A NEW TYPE OF ROTATING MACHINE WITH PROFILED ROTORS U.P.B. Sci. Bull., Series D Vol. 74, Iss. 3, 2012 ISSN 1454-2358 THEORETIC AND EXPERIMENTAL RESEARCH ON THE CHARACTERISTIC DIAGRAMS OF A NEW TYPE OF ROTATING MACHINE WITH PROFILED ROTORS Alin Ovidiu MOTORGA

More information

2D AND 3D PROCESSING OF THE INTERDEPENDENCE BETWEEN THE COMFORT MAIN INDICATORS

2D AND 3D PROCESSING OF THE INTERDEPENDENCE BETWEEN THE COMFORT MAIN INDICATORS BULETINUL INSTITUTULUI POLITEHNIC DIN IAŞI Publicat de Universitatea Tehnică Gheorghe Asachi din Iaşi Tomul LVII (LXI), Fasc. 1, 2011 SecŃia TEXTILE. PIELĂRIE 2D AND 3D PROCESSING OF THE INTERDEPENDENCE

More information

Stochastic integral. Introduction. Ito integral. References. Appendices Stochastic Calculus I. Geneviève Gauthier.

Stochastic integral. Introduction. Ito integral. References. Appendices Stochastic Calculus I. Geneviève Gauthier. Ito 8-646-8 Calculus I Geneviève Gauthier HEC Montréal Riemann Ito The Ito The theories of stochastic and stochastic di erential equations have initially been developed by Kiyosi Ito around 194 (one of

More information

Essentials on the Analysis of Randomized Algorithms

Essentials on the Analysis of Randomized Algorithms Essentials on the Analysis of Randomized Algorithms Dimitris Diochnos Feb 0, 2009 Abstract These notes were written with Monte Carlo algorithms primarily in mind. Topics covered are basic (discrete) random

More information

Subclasses of starlike functions associated with some hyperbola 1

Subclasses of starlike functions associated with some hyperbola 1 General Mathematics Vol. 14, No. 2 2006, 31 42 Subclasses of starlike functions associated with some hyperbola 1 Mugur Acu Abstract In this paper we define some subclasses of starlike functions associated

More information

Functions, Graphs, Equations and Inequalities

Functions, Graphs, Equations and Inequalities CAEM DPP Learning Outcomes per Module Module Functions, Graphs, Equations and Inequalities Learning Outcomes 1. Functions, inverse functions and composite functions 1.1. concepts of function, domain and

More information

TUNING OF MARKOV CHAIN MONTE CARLO ALGORITHMS USING COPULAS

TUNING OF MARKOV CHAIN MONTE CARLO ALGORITHMS USING COPULAS U.P.B. Sci. Bull., Series A, Vol. 73, Iss. 1, 2011 ISSN 1223-7027 TUNING OF MARKOV CHAIN MONTE CARLO ALGORITHMS USING COPULAS Radu V. Craiu 1 Algoritmii de tipul Metropolis-Hastings se constituie într-una

More information

Monte Carlo Integration I [RC] Chapter 3

Monte Carlo Integration I [RC] Chapter 3 Aula 3. Monte Carlo Integration I 0 Monte Carlo Integration I [RC] Chapter 3 Anatoli Iambartsev IME-USP Aula 3. Monte Carlo Integration I 1 There is no exact definition of the Monte Carlo methods. In the

More information