SlideShare a Scribd company logo
1 of 101
Download to read offline
Engineering Statistics &
Linear Algebra
18EC4418EC44
Module1-Lec1
Single Random variable
SECAB Institute of Engineering and Technology
Vijayapura
Dr.Noorullah Shariff C 15/23/2020
(Single) Random Variable
• A random variable is a function that assigns a real number, called an
observation, to each outcome in S. It is denoted as
X(a) = xa (2.1)
• The domain of the random variable X is all outcomes, such as a, in S.
• Its range is all observations, such as x , that are in Sx.• Its range is all observations, such as xa, that are in Sx.
• Note:
• A Sample Space S contains all possible outcomes from random experiment.
• The sample space SX is the collection of all real numbers that result from the
outcome of S.
• By convention, random variables are denoted by uppercase letters near the
end of the alphabet: U, V, ... , Z, although exceptions will be made to this
convention from time to time.
5/23/2020 Dr.Noorullah Shariff C 2
5/23/2020 Dr.Noorullah Shariff C 3
Examples of the application of r.v’s
1. The noises n(t) in a communication link are elements of S. The measured
average power of each n(t) is a real number and is an observation in Sx.
2. Manufactured products in use, serving customers, are elements of S. The
measured time to failure of each product is an observation in Sxx
3. Transistors of a particular group, or type, are elements in S. The
measured maximum switching speed at which each transistor can
operate is an observation in Sx.
4. Programs that may be held temporarily in a computer's queue are
elements in S. Counting the number of programs in the queue at a given
time gives observations in Sx.
5/23/2020 Dr.Noorullah Shariff C 4
Cumulative Distribution Functions (cdf)
• cdf for a rv is defined as
• It is conventional to write
• In general, we could have several different cumulative distribution
functions FU(u), FV(v),... , FZ(z) for the different random variables U, V,functions FU(u), FV(v),... , FZ(z) for the different random variables U, V,
... , Z. The argument of a cumulative distribution function is an
independent variable.
• If the independent variable x= ∞ (2 2) gives
• Fx(∞) is the probability that observa ons X(a) are less than or equal to infinity,
which, of course, is a certainty.
5/23/2020 Dr.Noorullah Shariff C 5
• If the independent variable is x = -∞, (2.2) gives
Fx(-∞) is the probability that observa ons X(a) are less than or equal to minus
infinity, which is the impossible event.
• For all other values of the independent variable x,
• We can also see that if a pair of independent variables, x1 and x2, are
chosen such that x2 > x1, then
• We can also see that if a pair of independent variables, x1 and x2, are
chosen such that x2 > x1, then
• That is, a cumulative distribution function defined by (2.2) must be
monotone non-decreasing. Saying this in another way, the derivative,
if it exists, of a cumulative distribution function must always be non-
negative:
5/23/2020 Dr.Noorullah Shariff C 6
Itisconventionaltowrite
5/23/2020 Dr.Noorullah Shariff C 7
Itisconventionaltowrite
Probability Models
• In the process of defining probability models, the probability density
function (pdf) has a major role.
• The pdf is denoted as fx(x) for a random variable X, and is defined as
when the derivative of the cdf exists.
pdfandacdfareinversesofeachother.
when the derivative of the cdf exists.
• In general, we could have several different probability density
functions fu(u).fv(v), ... .fz(z) for the different random variables U, V,
... , Z. The argument of a pdf is an independent variable.
• The inverse of (2.9) is
5/23/2020 Dr.Noorullah Shariff C 8
Apdfandacdfareinversesofeach
Continuous Random Variables
• Here we assume that the cdf is a continuous function and that, except
at a finite number of points, the derivative of Fx(x) in (2.9) exists.
• Some general features of pdf’s and cdf’s are,
• Combining (2.7) and (2.9), we see that a pdf can never be negative for any
value of its independent variable:
∞• When x = -∞, (2.1) gives the cdf a value of zero-a result that we have seen
before in (2.4).
• When x = +∞, (2.10) with (2.3) allows us to write the very important relation
The area under a pdf curve is always 1.
5/23/2020 Dr.Noorullah Shariff C 9
• Using (2.6) and (2. IO), we can write
• Essentially (2.13) says that the area under a pdf curve over some
specific interval in Sx is the probability observations of a random
variable occurring in that interval. A useful approximation of (2.13) is
• Finally, we can see from (2.14) that when Δx=0, the probability that a
random variable exactly equals some specific value is zero:
5/23/2020 Dr.Noorullah Shariff C 10
• For any random variable with a continuous cdf, (2.15) gives us some
flexibility in the use of equalities and inequalities as indicated here.
• Example 2.1: Uniform Distribution
• For uniformly distributed random variable, observations are equally likely to
occur in some interval.
For example, the phase of the sinusoidal carrier in an amplitude modulation• For example, the phase of the sinusoidal carrier in an amplitude modulation
system is arbitrary and may be found to be equally likely between ±π radians.
• Figure 2.3 shows a pdf and a cdf for a random variable Y uniformly distributed
between y1 and y2. The pdf is
5/23/2020 Dr.Noorullah Shariff C 11
• And the cdf for a uniform random variable is, using (2.1O),
• All requirements for a continuous cdf and its associated pdf are met:
• The pdf is always non-negative, and the area under its curve is 1.• The pdf is always non-negative, and the area under its curve is 1.
• The cdf is continuous and non-decreasing from 0 on the left to 1 on the right.
• The derivative of the cdf exists everywhere except at y = y1 and y = y2.
5/23/2020 Dr.Noorullah Shariff C 12
5/23/2020 Dr.Noorullah Shariff C 13
• Example 2.2: Exponential Distribution
• Exponential random variables for example occur in discussions of
failure rates in reliability and in some queuing applications.
• See Figure 2.4 for plots of a typical exponential random variable pdf
and cdf.
• The pdf of an exponential random variable is
• And the exponential cdf is, using (2.10),
• λ > 0, is rate constant
5/23/2020 Dr.Noorullah Shariff C 14
5/23/2020 Dr.Noorullah Shariff C 15
• All requirements for a continuous cdf and its associated pdf are met:
• The pdf is always non-negative, and the area under its curve is 1.
• The cdf is continuous and non-decreasing from 0 on the left to 1 on the right.
• The derivative of the cdf exists everywhere except at x = 0.
5/23/2020 Dr.Noorullah Shariff C 16
Engineering Statistics &
Linear Algebra
18EC4418EC44
Module1-Lec2
Single Random Variable
Gaussian Distribution
SECAB Institute of Engineering and Technology
Vijayapura
Dr.Noorullah Shariff C 175/23/2020
Example 2.3: Gaussian distribution
• Whenever the observations are measured repeatedly and are
independent then
• the sum of the observations tends to be what we call Gaussian
• Gaussian: distribute like the classical bell-shaped curve.
• For Example: Thermal noise in a resistor has voltage values that
distribute "Gaussian" because
• that noise voltage results from the additive effect of the motion of many
thermally agitated electrons.
5/23/2020 Dr.Noorullah Shariff C 18
• The pdf for the normalized Gaussian random variable (shown in
Figure 2.5(a)) is
• Using (2.10). the associated cdf (shown in Fig 2,5b) is
• All requirements for a continuous cdf and its associated pdf are met:
• The pdf is always non-negative, and the area under its curve is 1.
• The cdf is continuous and non-decreasing from 0 on the left to 1 on the right.
• The derivative of the cdf exists everywhere.
5/23/2020 Dr.Noorullah Shariff C 19
5/23/2020 Dr.Noorullah Shariff C 20
• The integral (2.22) cannot be evaluated in closed form for arbitrarily,
but is tabulated numerically.
• When this is done, the notation ϕ(z) =FZ(z) is often used.
• Appendix D contains tables of ϕ(z) for 0 ≤ z ≤ 3.00.
• The same table can be used to find values ϕ(z) when z is negative,
-3.00 ≤ z ≤ 0.
• In this case.• In this case.
• Equation (2.24) is valid because the normalized Gaussian pdf is
symmetrical about 0(see Figure 2.5a).
• Then, FZ(-z) = 1 - FZ(z), which is same as (2.24 ).
5/23/2020 Dr.Noorullah Shariff C 21
• Let z= 0.9347, find (z). From the table in Appendix D,
• ϕ(0.93) = 0.8238
• ϕ (0.94) = 0.8264
• Interpolating, ϕ(0.9347) = 0.8250.
• We also note that
• ϕ(-0.9347) = 1-ϕ(0.9347) = 0.1750
• Finding the inverse of ϕ(z) = y, z= ϕ-1(y), may also be done using the table in
Appendix D.
= 0.8238+(0.9347-0.93)/(0.94-0.93)*(0.8264-0.8238)
Appendix D.
• Suppose that we need to find z in ϕ(z)=0.6000.
• From the table,
• ϕ(0.2500) = 0.5987
• ϕ(0.2600) = 0.6026
• Interpolating, we find z = 0.2533:
• ϕ(0.2533) = 0.6000
5/23/2020 Dr.Noorullah Shariff C 22
For 0.6026-0.5987=0.0039  0.26-0.25=0.01 then
For 0.6000-0.5987=0.0013(0.0013/0.0039)*0.01= 0.0033
For 0.6000  z=0.2500+ 0.0033 = 0.2533
=0.2500+ (0.6000-0.5987)/(0.6026-0.5987)*(.26/.25)
AppendixD
5/23/2020 Dr.Noorullah Shariff C 23
AppendixD
ANS=0.4069
ANS=0.1619
5/23/2020 Dr.Noorullah Shariff C 24
ANS=0.3118
z)=1-FZ(z)
FZ(-0.505) = 1 - FZ(0.505),
5/23/2020 Dr.Noorullah Shariff C 25
FZ(-z)=
• =FZ(1.456) - FZ(-0.505)
• =FZ(1.456) –( 1 - FZ(0.505))
• =(0.9265+ (1.456-1.45)/(1.46-1.45)*(0.9279-0.9265))- (1- 0.7088)
• =0.9273-0.2912• =0.9273-0.2912
• =0.6361
5/23/2020 Dr.Noorullah Shariff C 26
• =0.9916+(2.392-2.39)/(2.4-2.39)*(0.9918-0.9916)-(1-(0.8413+(1.003-
1)/(1.01-1)*(0.8438-0.8413)))
• =0.99164-(1-0.84205)
• =0.99164-0.15795• =0.99164-0.15795
• =0.8337
5/23/2020 Dr.Noorullah Shariff C 27
• =0.34 +(0.6340-0.6331)/(0.6368-0.6331)*(0.35-0.34)
• =0.34243
5/23/2020 Dr.Noorullah Shariff C 28
5/23/2020 Dr.Noorullah Shariff C 29
fX(x)=c(x-6)
fY(y)=c(y-3)
fZ(z)=c(z-4)
=FX(0.28) - FX(-0.37)=0.4758
5/23/2020 Dr.Noorullah Shariff C 30
=FX(7.6) - FX(-5.3)=0.362
5/23/2020 Dr.Noorullah Shariff C 31
=FX(4.6) - FX(1.3)=0.0638
5/23/2020 Dr.Noorullah Shariff C 32
5/23/2020 Dr.Noorullah Shariff C 33
5/23/2020 Dr.Noorullah Shariff C 34
5/23/2020 Dr.Noorullah Shariff C 35
5/23/2020 Dr.Noorullah Shariff C 36
Engineering Statistics &
Linear Algebra
18EC44
Module1-Lec3
18EC44
Module1-Lec3
Single Random Variable
Discrete Random Variables, Mixed Random
Variables
SECAB Institute of Engineering and Technology
Vijayapura
Dr.Noorullah Shariff C 375/23/2020
Discrete Random Variables
• A discrete random variable is a variable which can only take a
countable number of values. The variable is said to be random if the
sum of the probabilities is one.
• Example 2.4 :• Example 2.4 :
• Table 2.1 gives an example of
Discrete Random Variable with
Probabilities
• Total Probability =1
5/23/2020 Dr.Noorullah Shariff C 38
=fX(x)
• The cdf for this can be written in terms of unit step functions.
• The pdf can be written in terms of unit impulse functions
5/23/2020 Dr.Noorullah Shariff C 39
• Generalizing for any situation involving a finite number of discrete
random variables,
• When the range of observations SX contains only discrete values, then
X is a Discrete Random Variable.
• A probability Pi associated with a discrete random variable is called a
Probability Mass Function (pmf).Probability Mass Function (pmf).
• When all the discrete observations in SX are considered, their
probabilities must, according to Axiom I, sum to 1:
5/23/2020 Dr.Noorullah Shariff C 40
• For discrete random variables
• The cdf for a discrete random variable may be written as
• then the pdf of Random Variables is
5/23/2020 Dr.Noorullah Shariff C 41
• Example 2.5
• Consider Table
(=fX(x)) (=FX(x))
(cdf)
(pmf or pdf)
5/23/2020 Dr.Noorullah Shariff C 42
• Bernoulli random experiment, produces two mutually exclusive
events A & .
• The probabilities of these event, A & are denoted as
• Using a Bernoulli probability model, a counting random variable X is
assigned the integers 1 and 0 as follows:
• Thus Sx={1,0}
• Now, consider a Binomial trial of order n (i.e., n independent
Bernoulli trial), each with outcome S={ A, } . Then the counting
function is
5/23/2020 Dr.Noorullah Shariff C 43
5/23/2020 Dr.Noorullah Shariff C 44
• Example 2.6
• Table 1.3 illustrates a binomial random
variable of order n=10.
• The first column gives values of k, i.e., the
number of times that a Bernoulli event A can be
counted in a trial.
number of times that a Bernoulli event A can be
counted in a trial.
• The second column gives the probability mass
function for the parameters specified in the
table.
• For example, given the parameters in Table 1.3, the
probability of finding k = 4 events A in a binomial trial
of order n = 10 is P{X = 4} = 0.1460.
• The third column lists the cumulative sum for the
pmf, with the parameters given in·
• Table 1.3. the probability of finding k = 4 or fewer
events A in a binomial trial of order n = 10 is
5/23/2020 Dr.Noorullah Shariff C 45
5/23/2020 Dr.Noorullah Shariff C 46
Mixed random variables
• A random variable that contains features of both a continuous and a
discrete random variable is called a mixed random variable.
• Mixed random variable uses the techniques already developed for the
continuous and discrete random variables.
• Example 2.7
• Suppose a random variable X has the cdf shown in Figure 2.8(a).• Suppose a random variable X has the cdf shown in Figure 2.8(a).
• The cdf illustrated is continuous at all values of x except when x = 2, where
there is a discontinuity of 0.2.
• The slope of the cdf is 1/5 when 0 < x < 2 and 2/5 when 2 < x < 3.
• Therefore, using (2.9) the pdf associated with this cdf is as shown in Figure
2.8(b).
• Thus, the area under the plot in Figure 2.8(b) is
5/23/2020 Dr.Noorullah Shariff C 47
5/23/2020 Dr.Noorullah Shariff C 48
5/23/2020 Dr.Noorullah Shariff C 49
5/23/2020 Dr.Noorullah Shariff C 50
5/23/2020 Dr.Noorullah Shariff C 51
7/307/30
5/23/2020 Dr.Noorullah Shariff C 52
1
5/23/2020 Dr.Noorullah Shariff C 53
FX(x) 4
Engineering Statistics &
Linear Algebra
18EC4418EC44
Module1-Lec4
Single Random Variable
Expectations
SECAB Institute of Engineering and Technology
Vijayapura
Dr.Noorullah Shariff C 545/23/2020
Expectations
• Expectation of a Random Variable X is written as
• This expansion put emphasis on Expectation Operator E[.].• This expansion put emphasis on Expectation Operator E[.].
• Equation 2.44 is only one example of the use of expectation operator.
• In general, the Expectation (or Expected Value) of g(X) is given as
5/23/2020 Dr.Noorullah Shariff C 55
• The three most important expectation operators are
• Eqn 2.46 is E[X] is “mean of X” or “First moment about the origin”• Eqn 2.46 is E[X] is “mean of X” or “First moment about the origin”
• Eqn 2.47 is E[X2] is “mean of the square of X” or “Second moment
about the origin”
• Alternative notation for E[X2] is
• Eqn 2.48 is E[X-E[X]]2 is “Second moment about the mean” or
“Variance”.
• Alterative notation for Variance are
5/23/2020 Dr.Noorullah Shariff C 56
• where is called Standard Deviation
5/23/2020 Dr.Noorullah Shariff C 57
• aa
5/23/2020 Dr.Noorullah Shariff C 58
5/23/2020 Dr.Noorullah Shariff C 59
dv
5/23/2020 Dr.Noorullah Shariff C 60
5/23/2020 Dr.Noorullah Shariff C 61
5/23/2020 Dr.Noorullah Shariff C 62
5/23/2020 Dr.Noorullah Shariff C 63
5/23/2020 Dr.Noorullah Shariff C 64
5/23/2020 Dr.Noorullah Shariff C 65
5/23/2020 Dr.Noorullah Shariff C 66
5/23/2020 Dr.Noorullah Shariff C 67
5/23/2020 Dr.Noorullah Shariff C 68
5/23/2020 Dr.Noorullah Shariff C 69
Engineering Statistics &
Linear Algebra
18EC4418EC44
Module1-Lec5
Single Random Variable:
Characteristic Functions
SECAB Institute of Engineering and Technology
Vijayapura
Dr.Noorullah Shariff C 705/23/2020
5/23/2020 Dr.Noorullah Shariff C 71
Fourier Transform
Inverse Fourier Transform
Fourier Transform Pair
5/23/2020 Dr.Noorullah Shariff C 72
Inverse Fourier Transform
5/23/2020 Dr.Noorullah Shariff C 73
5/23/2020 Dr.Noorullah Shariff C 74
5/23/2020 Dr.Noorullah Shariff C 75
5/23/2020 Dr.Noorullah Shariff C 76
5/23/2020 Dr.Noorullah Shariff C 77
5/23/2020 Dr.Noorullah Shariff C 78
Engineering Statistics &
Linear Algebra
18EC4418EC44
Module1-Lec6
Single Random variable
FUNCTIONS OF RV
SECAB Institute of Engineering and Technology
Vijayapura
Dr.Noorullah Shariff C 795/23/2020
5/23/2020 Dr.Noorullah Shariff C 80
5/23/2020 Dr.Noorullah Shariff C 81
5/23/2020 Dr.Noorullah Shariff C 82
5/23/2020 Dr.Noorullah Shariff C 83
5/23/2020 Dr.Noorullah Shariff C 84
5/23/2020 Dr.Noorullah Shariff C 85
5/23/2020 Dr.Noorullah Shariff C 86
5/23/2020 Dr.Noorullah Shariff C 87
5/23/2020 Dr.Noorullah Shariff C 88
5/23/2020 Dr.Noorullah Shariff C 89
5/23/2020 Dr.Noorullah Shariff C 90
5/23/2020 Dr.Noorullah Shariff C 91
5/23/2020 Dr.Noorullah Shariff C 92
5/23/2020 Dr.Noorullah Shariff C 93
Engineering Statistics &
Linear Algebra
18EC44
Module1-Lec7
18EC44
Module1-Lec7
Single Random Variable
CONDITIONED RV
SECAB Institute of Engineering and Technology
Vijayapura
Dr.Noorullah Shariff C 945/23/2020
5/23/2020 Dr.Noorullah Shariff C 95
5/23/2020 Dr.Noorullah Shariff C 96
5/23/2020 Dr.Noorullah Shariff C 97
5/23/2020 Dr.Noorullah Shariff C 98
5/23/2020 Dr.Noorullah Shariff C 99
5/23/2020 Dr.Noorullah Shariff C 100
5/23/2020 Dr.Noorullah Shariff C 101

More Related Content

What's hot

Cheatsheet unsupervised-learning
Cheatsheet unsupervised-learningCheatsheet unsupervised-learning
Cheatsheet unsupervised-learningSteve Nouri
 
Graph Traversal Algorithms - Depth First Search Traversal
Graph Traversal Algorithms - Depth First Search TraversalGraph Traversal Algorithms - Depth First Search Traversal
Graph Traversal Algorithms - Depth First Search TraversalAmrinder Arora
 
Algorithm chapter 11
Algorithm chapter 11Algorithm chapter 11
Algorithm chapter 11chidabdu
 
Branch and bounding : Data structures
Branch and bounding : Data structuresBranch and bounding : Data structures
Branch and bounding : Data structuresKàŕtheek Jåvvàjí
 
Cheatsheet recurrent-neural-networks
Cheatsheet recurrent-neural-networksCheatsheet recurrent-neural-networks
Cheatsheet recurrent-neural-networksSteve Nouri
 
Cheatsheet deep-learning
Cheatsheet deep-learningCheatsheet deep-learning
Cheatsheet deep-learningSteve Nouri
 
Algorithm chapter 5
Algorithm chapter 5Algorithm chapter 5
Algorithm chapter 5chidabdu
 
15 puzzle problem using branch and bound
15 puzzle problem using branch and bound15 puzzle problem using branch and bound
15 puzzle problem using branch and boundAbhishek Singh
 
Stochastic Differentiation
Stochastic DifferentiationStochastic Differentiation
Stochastic DifferentiationSSA KPI
 
Algorithm chapter 1
Algorithm chapter 1Algorithm chapter 1
Algorithm chapter 1chidabdu
 
Modification of a heuristic method
Modification of a heuristic methodModification of a heuristic method
Modification of a heuristic methodorajjournal
 
Travelling Salesman
Travelling SalesmanTravelling Salesman
Travelling SalesmanShuvojit Kar
 
A Numerical Analytic Continuation and Its Application to Fourier Transform
A Numerical Analytic Continuation and Its Application to Fourier TransformA Numerical Analytic Continuation and Its Application to Fourier Transform
A Numerical Analytic Continuation and Its Application to Fourier TransformHidenoriOgata
 
Branch and bound technique
Branch and bound techniqueBranch and bound technique
Branch and bound techniqueishmecse13
 
Refresher algebra-calculus
Refresher algebra-calculusRefresher algebra-calculus
Refresher algebra-calculusSteve Nouri
 
The Magic of Auto Differentiation
The Magic of Auto DifferentiationThe Magic of Auto Differentiation
The Magic of Auto DifferentiationSanyam Kapoor
 
Polyhedral computations in computational algebraic geometry and optimization
Polyhedral computations in computational algebraic geometry and optimizationPolyhedral computations in computational algebraic geometry and optimization
Polyhedral computations in computational algebraic geometry and optimizationVissarion Fisikopoulos
 

What's hot (20)

Cheatsheet unsupervised-learning
Cheatsheet unsupervised-learningCheatsheet unsupervised-learning
Cheatsheet unsupervised-learning
 
Graph Traversal Algorithms - Depth First Search Traversal
Graph Traversal Algorithms - Depth First Search TraversalGraph Traversal Algorithms - Depth First Search Traversal
Graph Traversal Algorithms - Depth First Search Traversal
 
Algorithm chapter 11
Algorithm chapter 11Algorithm chapter 11
Algorithm chapter 11
 
Branch and bounding : Data structures
Branch and bounding : Data structuresBranch and bounding : Data structures
Branch and bounding : Data structures
 
Cheatsheet recurrent-neural-networks
Cheatsheet recurrent-neural-networksCheatsheet recurrent-neural-networks
Cheatsheet recurrent-neural-networks
 
Cheatsheet deep-learning
Cheatsheet deep-learningCheatsheet deep-learning
Cheatsheet deep-learning
 
Algorithm chapter 5
Algorithm chapter 5Algorithm chapter 5
Algorithm chapter 5
 
15 puzzle problem using branch and bound
15 puzzle problem using branch and bound15 puzzle problem using branch and bound
15 puzzle problem using branch and bound
 
Stochastic Differentiation
Stochastic DifferentiationStochastic Differentiation
Stochastic Differentiation
 
Algorithm chapter 1
Algorithm chapter 1Algorithm chapter 1
Algorithm chapter 1
 
Modification of a heuristic method
Modification of a heuristic methodModification of a heuristic method
Modification of a heuristic method
 
Travelling Salesman
Travelling SalesmanTravelling Salesman
Travelling Salesman
 
Unit 5 jwfiles
Unit 5 jwfilesUnit 5 jwfiles
Unit 5 jwfiles
 
A Numerical Analytic Continuation and Its Application to Fourier Transform
A Numerical Analytic Continuation and Its Application to Fourier TransformA Numerical Analytic Continuation and Its Application to Fourier Transform
A Numerical Analytic Continuation and Its Application to Fourier Transform
 
Chapter 4
Chapter 4Chapter 4
Chapter 4
 
Branch and bound technique
Branch and bound techniqueBranch and bound technique
Branch and bound technique
 
Refresher algebra-calculus
Refresher algebra-calculusRefresher algebra-calculus
Refresher algebra-calculus
 
The Magic of Auto Differentiation
The Magic of Auto DifferentiationThe Magic of Auto Differentiation
The Magic of Auto Differentiation
 
Polyhedral computations in computational algebraic geometry and optimization
Polyhedral computations in computational algebraic geometry and optimizationPolyhedral computations in computational algebraic geometry and optimization
Polyhedral computations in computational algebraic geometry and optimization
 
Unit 3
Unit 3Unit 3
Unit 3
 

Similar to Mod1 srv

Basics of Integration and Derivatives
Basics of Integration and DerivativesBasics of Integration and Derivatives
Basics of Integration and DerivativesFaisal Waqar
 
The Impact of Smoothness on Model Class Selection in Nonlinear System Identif...
The Impact of Smoothness on Model Class Selection in Nonlinear System Identif...The Impact of Smoothness on Model Class Selection in Nonlinear System Identif...
The Impact of Smoothness on Model Class Selection in Nonlinear System Identif...Yusuf Bhujwalla
 
7 convolutional codes
7 convolutional codes7 convolutional codes
7 convolutional codesVarun Raj
 
Liouville's theorem and gauss’s mean value theorem.pptx
Liouville's theorem and gauss’s mean value theorem.pptxLiouville's theorem and gauss’s mean value theorem.pptx
Liouville's theorem and gauss’s mean value theorem.pptxMasoudIbrahim3
 
Divide_and_Contrast__Source_free_Domain_Adaptation_via_Adaptive_Contrastive_L...
Divide_and_Contrast__Source_free_Domain_Adaptation_via_Adaptive_Contrastive_L...Divide_and_Contrast__Source_free_Domain_Adaptation_via_Adaptive_Contrastive_L...
Divide_and_Contrast__Source_free_Domain_Adaptation_via_Adaptive_Contrastive_L...Huang Po Chun
 
Wk 12 fr bode plot nyquist may 9 2016
Wk 12 fr bode plot nyquist   may 9 2016Wk 12 fr bode plot nyquist   may 9 2016
Wk 12 fr bode plot nyquist may 9 2016Charlton Inao
 
Activity 1 (Directional Derivative and Gradient with minimum 3 applications)....
Activity 1 (Directional Derivative and Gradient with minimum 3 applications)....Activity 1 (Directional Derivative and Gradient with minimum 3 applications)....
Activity 1 (Directional Derivative and Gradient with minimum 3 applications)....loniyakrishn
 
limit of a function in calculus and Analytical geometry
limit of a function in calculus and Analytical geometrylimit of a function in calculus and Analytical geometry
limit of a function in calculus and Analytical geometrysalmasherbbaz
 
Maths Investigatory Project Class 12 on Differentiation
Maths Investigatory Project Class 12 on DifferentiationMaths Investigatory Project Class 12 on Differentiation
Maths Investigatory Project Class 12 on DifferentiationSayanMandal31
 

Similar to Mod1 srv (20)

Basics of Integration and Derivatives
Basics of Integration and DerivativesBasics of Integration and Derivatives
Basics of Integration and Derivatives
 
Discrete Fourier Series | Discrete Fourier Transform | Discrete Time Fourier ...
Discrete Fourier Series | Discrete Fourier Transform | Discrete Time Fourier ...Discrete Fourier Series | Discrete Fourier Transform | Discrete Time Fourier ...
Discrete Fourier Series | Discrete Fourier Transform | Discrete Time Fourier ...
 
Intro
IntroIntro
Intro
 
Chapter 23 aoa
Chapter 23 aoaChapter 23 aoa
Chapter 23 aoa
 
The Impact of Smoothness on Model Class Selection in Nonlinear System Identif...
The Impact of Smoothness on Model Class Selection in Nonlinear System Identif...The Impact of Smoothness on Model Class Selection in Nonlinear System Identif...
The Impact of Smoothness on Model Class Selection in Nonlinear System Identif...
 
Deep learning
Deep learningDeep learning
Deep learning
 
7 convolutional codes
7 convolutional codes7 convolutional codes
7 convolutional codes
 
Liouville's theorem and gauss’s mean value theorem.pptx
Liouville's theorem and gauss’s mean value theorem.pptxLiouville's theorem and gauss’s mean value theorem.pptx
Liouville's theorem and gauss’s mean value theorem.pptx
 
Divide_and_Contrast__Source_free_Domain_Adaptation_via_Adaptive_Contrastive_L...
Divide_and_Contrast__Source_free_Domain_Adaptation_via_Adaptive_Contrastive_L...Divide_and_Contrast__Source_free_Domain_Adaptation_via_Adaptive_Contrastive_L...
Divide_and_Contrast__Source_free_Domain_Adaptation_via_Adaptive_Contrastive_L...
 
Daubechies wavelets
Daubechies waveletsDaubechies wavelets
Daubechies wavelets
 
Miich4 ftests
Miich4 ftestsMiich4 ftests
Miich4 ftests
 
Wk 12 fr bode plot nyquist may 9 2016
Wk 12 fr bode plot nyquist   may 9 2016Wk 12 fr bode plot nyquist   may 9 2016
Wk 12 fr bode plot nyquist may 9 2016
 
Chapt 2
Chapt 2Chapt 2
Chapt 2
 
Activity 1 (Directional Derivative and Gradient with minimum 3 applications)....
Activity 1 (Directional Derivative and Gradient with minimum 3 applications)....Activity 1 (Directional Derivative and Gradient with minimum 3 applications)....
Activity 1 (Directional Derivative and Gradient with minimum 3 applications)....
 
AppsDiff3c.pdf
AppsDiff3c.pdfAppsDiff3c.pdf
AppsDiff3c.pdf
 
130210107039 2130702
130210107039 2130702130210107039 2130702
130210107039 2130702
 
limit of a function in calculus and Analytical geometry
limit of a function in calculus and Analytical geometrylimit of a function in calculus and Analytical geometry
limit of a function in calculus and Analytical geometry
 
poster
posterposter
poster
 
Feedback Vertex Set
Feedback Vertex SetFeedback Vertex Set
Feedback Vertex Set
 
Maths Investigatory Project Class 12 on Differentiation
Maths Investigatory Project Class 12 on DifferentiationMaths Investigatory Project Class 12 on Differentiation
Maths Investigatory Project Class 12 on Differentiation
 

Recently uploaded

Spring gala 2024 photo slideshow - Celebrating School-Community Partnerships
Spring gala 2024 photo slideshow - Celebrating School-Community PartnershipsSpring gala 2024 photo slideshow - Celebrating School-Community Partnerships
Spring gala 2024 photo slideshow - Celebrating School-Community Partnershipsexpandedwebsite
 
When Quality Assurance Meets Innovation in Higher Education - Report launch w...
When Quality Assurance Meets Innovation in Higher Education - Report launch w...When Quality Assurance Meets Innovation in Higher Education - Report launch w...
When Quality Assurance Meets Innovation in Higher Education - Report launch w...Gary Wood
 
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdfFICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdfPondicherry University
 
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPSSpellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPSAnaAcapella
 
AIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptAIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptNishitharanjan Rout
 
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjj
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjjStl Algorithms in C++ jjjjjjjjjjjjjjjjjj
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjjMohammed Sikander
 
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...Nguyen Thanh Tu Collection
 
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...EADTU
 
Andreas Schleicher presents at the launch of What does child empowerment mean...
Andreas Schleicher presents at the launch of What does child empowerment mean...Andreas Schleicher presents at the launch of What does child empowerment mean...
Andreas Schleicher presents at the launch of What does child empowerment mean...EduSkills OECD
 
Improved Approval Flow in Odoo 17 Studio App
Improved Approval Flow in Odoo 17 Studio AppImproved Approval Flow in Odoo 17 Studio App
Improved Approval Flow in Odoo 17 Studio AppCeline George
 
Observing-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptxObserving-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptxAdelaideRefugio
 
ANTI PARKISON DRUGS.pptx
ANTI         PARKISON          DRUGS.pptxANTI         PARKISON          DRUGS.pptx
ANTI PARKISON DRUGS.pptxPoojaSen20
 
How to Send Pro Forma Invoice to Your Customers in Odoo 17
How to Send Pro Forma Invoice to Your Customers in Odoo 17How to Send Pro Forma Invoice to Your Customers in Odoo 17
How to Send Pro Forma Invoice to Your Customers in Odoo 17Celine George
 
PSYPACT- Practicing Over State Lines May 2024.pptx
PSYPACT- Practicing Over State Lines May 2024.pptxPSYPACT- Practicing Over State Lines May 2024.pptx
PSYPACT- Practicing Over State Lines May 2024.pptxMarlene Maheu
 
Major project report on Tata Motors and its marketing strategies
Major project report on Tata Motors and its marketing strategiesMajor project report on Tata Motors and its marketing strategies
Major project report on Tata Motors and its marketing strategiesAmanpreetKaur157993
 

Recently uploaded (20)

Spring gala 2024 photo slideshow - Celebrating School-Community Partnerships
Spring gala 2024 photo slideshow - Celebrating School-Community PartnershipsSpring gala 2024 photo slideshow - Celebrating School-Community Partnerships
Spring gala 2024 photo slideshow - Celebrating School-Community Partnerships
 
When Quality Assurance Meets Innovation in Higher Education - Report launch w...
When Quality Assurance Meets Innovation in Higher Education - Report launch w...When Quality Assurance Meets Innovation in Higher Education - Report launch w...
When Quality Assurance Meets Innovation in Higher Education - Report launch w...
 
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdfFICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
 
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPSSpellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
 
AIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptAIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.ppt
 
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjj
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjjStl Algorithms in C++ jjjjjjjjjjjjjjjjjj
Stl Algorithms in C++ jjjjjjjjjjjjjjjjjj
 
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
 
Mattingly "AI & Prompt Design: Named Entity Recognition"
Mattingly "AI & Prompt Design: Named Entity Recognition"Mattingly "AI & Prompt Design: Named Entity Recognition"
Mattingly "AI & Prompt Design: Named Entity Recognition"
 
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
Transparency, Recognition and the role of eSealing - Ildiko Mazar and Koen No...
 
Andreas Schleicher presents at the launch of What does child empowerment mean...
Andreas Schleicher presents at the launch of What does child empowerment mean...Andreas Schleicher presents at the launch of What does child empowerment mean...
Andreas Schleicher presents at the launch of What does child empowerment mean...
 
Improved Approval Flow in Odoo 17 Studio App
Improved Approval Flow in Odoo 17 Studio AppImproved Approval Flow in Odoo 17 Studio App
Improved Approval Flow in Odoo 17 Studio App
 
Observing-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptxObserving-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptx
 
Supporting Newcomer Multilingual Learners
Supporting Newcomer  Multilingual LearnersSupporting Newcomer  Multilingual Learners
Supporting Newcomer Multilingual Learners
 
ANTI PARKISON DRUGS.pptx
ANTI         PARKISON          DRUGS.pptxANTI         PARKISON          DRUGS.pptx
ANTI PARKISON DRUGS.pptx
 
OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...OS-operating systems- ch05 (CPU Scheduling) ...
OS-operating systems- ch05 (CPU Scheduling) ...
 
ESSENTIAL of (CS/IT/IS) class 07 (Networks)
ESSENTIAL of (CS/IT/IS) class 07 (Networks)ESSENTIAL of (CS/IT/IS) class 07 (Networks)
ESSENTIAL of (CS/IT/IS) class 07 (Networks)
 
How to Send Pro Forma Invoice to Your Customers in Odoo 17
How to Send Pro Forma Invoice to Your Customers in Odoo 17How to Send Pro Forma Invoice to Your Customers in Odoo 17
How to Send Pro Forma Invoice to Your Customers in Odoo 17
 
PSYPACT- Practicing Over State Lines May 2024.pptx
PSYPACT- Practicing Over State Lines May 2024.pptxPSYPACT- Practicing Over State Lines May 2024.pptx
PSYPACT- Practicing Over State Lines May 2024.pptx
 
Major project report on Tata Motors and its marketing strategies
Major project report on Tata Motors and its marketing strategiesMajor project report on Tata Motors and its marketing strategies
Major project report on Tata Motors and its marketing strategies
 
Mattingly "AI and Prompt Design: LLMs with NER"
Mattingly "AI and Prompt Design: LLMs with NER"Mattingly "AI and Prompt Design: LLMs with NER"
Mattingly "AI and Prompt Design: LLMs with NER"
 

Mod1 srv

  • 1. Engineering Statistics & Linear Algebra 18EC4418EC44 Module1-Lec1 Single Random variable SECAB Institute of Engineering and Technology Vijayapura Dr.Noorullah Shariff C 15/23/2020
  • 2. (Single) Random Variable • A random variable is a function that assigns a real number, called an observation, to each outcome in S. It is denoted as X(a) = xa (2.1) • The domain of the random variable X is all outcomes, such as a, in S. • Its range is all observations, such as x , that are in Sx.• Its range is all observations, such as xa, that are in Sx. • Note: • A Sample Space S contains all possible outcomes from random experiment. • The sample space SX is the collection of all real numbers that result from the outcome of S. • By convention, random variables are denoted by uppercase letters near the end of the alphabet: U, V, ... , Z, although exceptions will be made to this convention from time to time. 5/23/2020 Dr.Noorullah Shariff C 2
  • 4. Examples of the application of r.v’s 1. The noises n(t) in a communication link are elements of S. The measured average power of each n(t) is a real number and is an observation in Sx. 2. Manufactured products in use, serving customers, are elements of S. The measured time to failure of each product is an observation in Sxx 3. Transistors of a particular group, or type, are elements in S. The measured maximum switching speed at which each transistor can operate is an observation in Sx. 4. Programs that may be held temporarily in a computer's queue are elements in S. Counting the number of programs in the queue at a given time gives observations in Sx. 5/23/2020 Dr.Noorullah Shariff C 4
  • 5. Cumulative Distribution Functions (cdf) • cdf for a rv is defined as • It is conventional to write • In general, we could have several different cumulative distribution functions FU(u), FV(v),... , FZ(z) for the different random variables U, V,functions FU(u), FV(v),... , FZ(z) for the different random variables U, V, ... , Z. The argument of a cumulative distribution function is an independent variable. • If the independent variable x= ∞ (2 2) gives • Fx(∞) is the probability that observa ons X(a) are less than or equal to infinity, which, of course, is a certainty. 5/23/2020 Dr.Noorullah Shariff C 5
  • 6. • If the independent variable is x = -∞, (2.2) gives Fx(-∞) is the probability that observa ons X(a) are less than or equal to minus infinity, which is the impossible event. • For all other values of the independent variable x, • We can also see that if a pair of independent variables, x1 and x2, are chosen such that x2 > x1, then • We can also see that if a pair of independent variables, x1 and x2, are chosen such that x2 > x1, then • That is, a cumulative distribution function defined by (2.2) must be monotone non-decreasing. Saying this in another way, the derivative, if it exists, of a cumulative distribution function must always be non- negative: 5/23/2020 Dr.Noorullah Shariff C 6
  • 8. Probability Models • In the process of defining probability models, the probability density function (pdf) has a major role. • The pdf is denoted as fx(x) for a random variable X, and is defined as when the derivative of the cdf exists. pdfandacdfareinversesofeachother. when the derivative of the cdf exists. • In general, we could have several different probability density functions fu(u).fv(v), ... .fz(z) for the different random variables U, V, ... , Z. The argument of a pdf is an independent variable. • The inverse of (2.9) is 5/23/2020 Dr.Noorullah Shariff C 8 Apdfandacdfareinversesofeach
  • 9. Continuous Random Variables • Here we assume that the cdf is a continuous function and that, except at a finite number of points, the derivative of Fx(x) in (2.9) exists. • Some general features of pdf’s and cdf’s are, • Combining (2.7) and (2.9), we see that a pdf can never be negative for any value of its independent variable: ∞• When x = -∞, (2.1) gives the cdf a value of zero-a result that we have seen before in (2.4). • When x = +∞, (2.10) with (2.3) allows us to write the very important relation The area under a pdf curve is always 1. 5/23/2020 Dr.Noorullah Shariff C 9
  • 10. • Using (2.6) and (2. IO), we can write • Essentially (2.13) says that the area under a pdf curve over some specific interval in Sx is the probability observations of a random variable occurring in that interval. A useful approximation of (2.13) is • Finally, we can see from (2.14) that when Δx=0, the probability that a random variable exactly equals some specific value is zero: 5/23/2020 Dr.Noorullah Shariff C 10
  • 11. • For any random variable with a continuous cdf, (2.15) gives us some flexibility in the use of equalities and inequalities as indicated here. • Example 2.1: Uniform Distribution • For uniformly distributed random variable, observations are equally likely to occur in some interval. For example, the phase of the sinusoidal carrier in an amplitude modulation• For example, the phase of the sinusoidal carrier in an amplitude modulation system is arbitrary and may be found to be equally likely between ±π radians. • Figure 2.3 shows a pdf and a cdf for a random variable Y uniformly distributed between y1 and y2. The pdf is 5/23/2020 Dr.Noorullah Shariff C 11
  • 12. • And the cdf for a uniform random variable is, using (2.1O), • All requirements for a continuous cdf and its associated pdf are met: • The pdf is always non-negative, and the area under its curve is 1.• The pdf is always non-negative, and the area under its curve is 1. • The cdf is continuous and non-decreasing from 0 on the left to 1 on the right. • The derivative of the cdf exists everywhere except at y = y1 and y = y2. 5/23/2020 Dr.Noorullah Shariff C 12
  • 14. • Example 2.2: Exponential Distribution • Exponential random variables for example occur in discussions of failure rates in reliability and in some queuing applications. • See Figure 2.4 for plots of a typical exponential random variable pdf and cdf. • The pdf of an exponential random variable is • And the exponential cdf is, using (2.10), • λ > 0, is rate constant 5/23/2020 Dr.Noorullah Shariff C 14
  • 16. • All requirements for a continuous cdf and its associated pdf are met: • The pdf is always non-negative, and the area under its curve is 1. • The cdf is continuous and non-decreasing from 0 on the left to 1 on the right. • The derivative of the cdf exists everywhere except at x = 0. 5/23/2020 Dr.Noorullah Shariff C 16
  • 17. Engineering Statistics & Linear Algebra 18EC4418EC44 Module1-Lec2 Single Random Variable Gaussian Distribution SECAB Institute of Engineering and Technology Vijayapura Dr.Noorullah Shariff C 175/23/2020
  • 18. Example 2.3: Gaussian distribution • Whenever the observations are measured repeatedly and are independent then • the sum of the observations tends to be what we call Gaussian • Gaussian: distribute like the classical bell-shaped curve. • For Example: Thermal noise in a resistor has voltage values that distribute "Gaussian" because • that noise voltage results from the additive effect of the motion of many thermally agitated electrons. 5/23/2020 Dr.Noorullah Shariff C 18
  • 19. • The pdf for the normalized Gaussian random variable (shown in Figure 2.5(a)) is • Using (2.10). the associated cdf (shown in Fig 2,5b) is • All requirements for a continuous cdf and its associated pdf are met: • The pdf is always non-negative, and the area under its curve is 1. • The cdf is continuous and non-decreasing from 0 on the left to 1 on the right. • The derivative of the cdf exists everywhere. 5/23/2020 Dr.Noorullah Shariff C 19
  • 21. • The integral (2.22) cannot be evaluated in closed form for arbitrarily, but is tabulated numerically. • When this is done, the notation ϕ(z) =FZ(z) is often used. • Appendix D contains tables of ϕ(z) for 0 ≤ z ≤ 3.00. • The same table can be used to find values ϕ(z) when z is negative, -3.00 ≤ z ≤ 0. • In this case.• In this case. • Equation (2.24) is valid because the normalized Gaussian pdf is symmetrical about 0(see Figure 2.5a). • Then, FZ(-z) = 1 - FZ(z), which is same as (2.24 ). 5/23/2020 Dr.Noorullah Shariff C 21
  • 22. • Let z= 0.9347, find (z). From the table in Appendix D, • ϕ(0.93) = 0.8238 • ϕ (0.94) = 0.8264 • Interpolating, ϕ(0.9347) = 0.8250. • We also note that • ϕ(-0.9347) = 1-ϕ(0.9347) = 0.1750 • Finding the inverse of ϕ(z) = y, z= ϕ-1(y), may also be done using the table in Appendix D. = 0.8238+(0.9347-0.93)/(0.94-0.93)*(0.8264-0.8238) Appendix D. • Suppose that we need to find z in ϕ(z)=0.6000. • From the table, • ϕ(0.2500) = 0.5987 • ϕ(0.2600) = 0.6026 • Interpolating, we find z = 0.2533: • ϕ(0.2533) = 0.6000 5/23/2020 Dr.Noorullah Shariff C 22 For 0.6026-0.5987=0.0039  0.26-0.25=0.01 then For 0.6000-0.5987=0.0013(0.0013/0.0039)*0.01= 0.0033 For 0.6000  z=0.2500+ 0.0033 = 0.2533 =0.2500+ (0.6000-0.5987)/(0.6026-0.5987)*(.26/.25)
  • 25. z)=1-FZ(z) FZ(-0.505) = 1 - FZ(0.505), 5/23/2020 Dr.Noorullah Shariff C 25 FZ(-z)=
  • 26. • =FZ(1.456) - FZ(-0.505) • =FZ(1.456) –( 1 - FZ(0.505)) • =(0.9265+ (1.456-1.45)/(1.46-1.45)*(0.9279-0.9265))- (1- 0.7088) • =0.9273-0.2912• =0.9273-0.2912 • =0.6361 5/23/2020 Dr.Noorullah Shariff C 26
  • 27. • =0.9916+(2.392-2.39)/(2.4-2.39)*(0.9918-0.9916)-(1-(0.8413+(1.003- 1)/(1.01-1)*(0.8438-0.8413))) • =0.99164-(1-0.84205) • =0.99164-0.15795• =0.99164-0.15795 • =0.8337 5/23/2020 Dr.Noorullah Shariff C 27
  • 28. • =0.34 +(0.6340-0.6331)/(0.6368-0.6331)*(0.35-0.34) • =0.34243 5/23/2020 Dr.Noorullah Shariff C 28
  • 29. 5/23/2020 Dr.Noorullah Shariff C 29 fX(x)=c(x-6) fY(y)=c(y-3) fZ(z)=c(z-4)
  • 30. =FX(0.28) - FX(-0.37)=0.4758 5/23/2020 Dr.Noorullah Shariff C 30
  • 31. =FX(7.6) - FX(-5.3)=0.362 5/23/2020 Dr.Noorullah Shariff C 31
  • 32. =FX(4.6) - FX(1.3)=0.0638 5/23/2020 Dr.Noorullah Shariff C 32
  • 37. Engineering Statistics & Linear Algebra 18EC44 Module1-Lec3 18EC44 Module1-Lec3 Single Random Variable Discrete Random Variables, Mixed Random Variables SECAB Institute of Engineering and Technology Vijayapura Dr.Noorullah Shariff C 375/23/2020
  • 38. Discrete Random Variables • A discrete random variable is a variable which can only take a countable number of values. The variable is said to be random if the sum of the probabilities is one. • Example 2.4 :• Example 2.4 : • Table 2.1 gives an example of Discrete Random Variable with Probabilities • Total Probability =1 5/23/2020 Dr.Noorullah Shariff C 38 =fX(x)
  • 39. • The cdf for this can be written in terms of unit step functions. • The pdf can be written in terms of unit impulse functions 5/23/2020 Dr.Noorullah Shariff C 39
  • 40. • Generalizing for any situation involving a finite number of discrete random variables, • When the range of observations SX contains only discrete values, then X is a Discrete Random Variable. • A probability Pi associated with a discrete random variable is called a Probability Mass Function (pmf).Probability Mass Function (pmf). • When all the discrete observations in SX are considered, their probabilities must, according to Axiom I, sum to 1: 5/23/2020 Dr.Noorullah Shariff C 40
  • 41. • For discrete random variables • The cdf for a discrete random variable may be written as • then the pdf of Random Variables is 5/23/2020 Dr.Noorullah Shariff C 41
  • 42. • Example 2.5 • Consider Table (=fX(x)) (=FX(x)) (cdf) (pmf or pdf) 5/23/2020 Dr.Noorullah Shariff C 42
  • 43. • Bernoulli random experiment, produces two mutually exclusive events A & . • The probabilities of these event, A & are denoted as • Using a Bernoulli probability model, a counting random variable X is assigned the integers 1 and 0 as follows: • Thus Sx={1,0} • Now, consider a Binomial trial of order n (i.e., n independent Bernoulli trial), each with outcome S={ A, } . Then the counting function is 5/23/2020 Dr.Noorullah Shariff C 43
  • 45. • Example 2.6 • Table 1.3 illustrates a binomial random variable of order n=10. • The first column gives values of k, i.e., the number of times that a Bernoulli event A can be counted in a trial. number of times that a Bernoulli event A can be counted in a trial. • The second column gives the probability mass function for the parameters specified in the table. • For example, given the parameters in Table 1.3, the probability of finding k = 4 events A in a binomial trial of order n = 10 is P{X = 4} = 0.1460. • The third column lists the cumulative sum for the pmf, with the parameters given in· • Table 1.3. the probability of finding k = 4 or fewer events A in a binomial trial of order n = 10 is 5/23/2020 Dr.Noorullah Shariff C 45
  • 47. Mixed random variables • A random variable that contains features of both a continuous and a discrete random variable is called a mixed random variable. • Mixed random variable uses the techniques already developed for the continuous and discrete random variables. • Example 2.7 • Suppose a random variable X has the cdf shown in Figure 2.8(a).• Suppose a random variable X has the cdf shown in Figure 2.8(a). • The cdf illustrated is continuous at all values of x except when x = 2, where there is a discontinuity of 0.2. • The slope of the cdf is 1/5 when 0 < x < 2 and 2/5 when 2 < x < 3. • Therefore, using (2.9) the pdf associated with this cdf is as shown in Figure 2.8(b). • Thus, the area under the plot in Figure 2.8(b) is 5/23/2020 Dr.Noorullah Shariff C 47
  • 54. Engineering Statistics & Linear Algebra 18EC4418EC44 Module1-Lec4 Single Random Variable Expectations SECAB Institute of Engineering and Technology Vijayapura Dr.Noorullah Shariff C 545/23/2020
  • 55. Expectations • Expectation of a Random Variable X is written as • This expansion put emphasis on Expectation Operator E[.].• This expansion put emphasis on Expectation Operator E[.]. • Equation 2.44 is only one example of the use of expectation operator. • In general, the Expectation (or Expected Value) of g(X) is given as 5/23/2020 Dr.Noorullah Shariff C 55
  • 56. • The three most important expectation operators are • Eqn 2.46 is E[X] is “mean of X” or “First moment about the origin”• Eqn 2.46 is E[X] is “mean of X” or “First moment about the origin” • Eqn 2.47 is E[X2] is “mean of the square of X” or “Second moment about the origin” • Alternative notation for E[X2] is • Eqn 2.48 is E[X-E[X]]2 is “Second moment about the mean” or “Variance”. • Alterative notation for Variance are 5/23/2020 Dr.Noorullah Shariff C 56
  • 57. • where is called Standard Deviation 5/23/2020 Dr.Noorullah Shariff C 57
  • 70. Engineering Statistics & Linear Algebra 18EC4418EC44 Module1-Lec5 Single Random Variable: Characteristic Functions SECAB Institute of Engineering and Technology Vijayapura Dr.Noorullah Shariff C 705/23/2020
  • 72. Fourier Transform Inverse Fourier Transform Fourier Transform Pair 5/23/2020 Dr.Noorullah Shariff C 72 Inverse Fourier Transform
  • 79. Engineering Statistics & Linear Algebra 18EC4418EC44 Module1-Lec6 Single Random variable FUNCTIONS OF RV SECAB Institute of Engineering and Technology Vijayapura Dr.Noorullah Shariff C 795/23/2020
  • 94. Engineering Statistics & Linear Algebra 18EC44 Module1-Lec7 18EC44 Module1-Lec7 Single Random Variable CONDITIONED RV SECAB Institute of Engineering and Technology Vijayapura Dr.Noorullah Shariff C 945/23/2020