SlideShare una empresa de Scribd logo
1 de 27
Descargar para leer sin conexión
consider the problem of estimating an unknown
parameter of interest from a few of its noisy
observations. For example, determining the daily
temperature in a city, or the depth of a river at a
particular spot, are problems that fall into this
category. Observations (measurement) are made on
data that contain the desired nonrandom parameter θ
and undesired noise. Thus, for example,
Observation=signal(desired)+noise
or, the ith observation can be represented as
Xi = θ + ni, i = 1, 2, · · · , n.
AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.1/27
Here θ represents the unknown nonrandom desired
parameter, and ni, i = 1, 2, · · · , n represent ran-
dom variables that may be dependent or independent
from observation to observation. Given n observations
{x1, x2, · · · , xn} the estimation problem is to obtain
the “best” estimator for the unknown parameter θ in
terms of these observations. Let us denote by θ̂(x) the
estimator for θ. Obviously θ̂(x) is a function of only
the observations. “Best estimator” in what sense? Var-
ious optimization strategies can be used to define the
term “best”. AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.2/27
Ideal solution would be when the estimate θ̂(x)
coincides with the unknown θ. This of course may not
be possible, and almost always any estimate will
result in an error given by
e = θ̂(x) − θ
One strategy would be to select the estimator θ̂(x) so
as to minimize some function of this error - such as
- minimization of the mean square error (MMSE), or
minimization of the absolute value of the error etc. A
more fundamental approach is that of the principle of
Maximum Likelihood (ML). AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.3/27
The underlying assumption in any estimation problem
is that the available data has something to do with the
unknown parameter θ. More precisely, we assume
that the joint PDF of given by fX(x1, x2, · · · , xn; θ)
depends on θ. The method of maximum likelihood
assumes that the given sample data set is
representative of the population fX(x1, x2, · · · , xn; θ)
and chooses that value for θ that most likely caused
the observed data to occur, i.e., once observations
{x1, x2, · · · , xn}
are given,
AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.4/27
fX(x1, x2, · · · , xn; θ) is a function of θ alone, and the
value of θ that maximizes the above PDF is the most
likely value for θ, and it is chosen as the ML estimate
for θ̂ML(x) for θ (Figure 2).
θ̂ML(x)
fX(x1,··· ,xn;θ)
θ
Figure 1: ML principle
AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.5/27
Given {x1, x2, · · · , xn} the JPDF fX(x1, · · · , xn; θ)
represents the likelihood function, and the ML
estimate can be determined either from the likelihood
equation
sup
θ̂ML
fX(x1, · · · , xn; θ)
or using the log-likelihood function (sup represents
the supremum operation)
L(x1, x2, · · · , xn; θ) = log fX(x1, x2, · · · , xn; θ).
AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.6/27
If L(x1, x2, · · · , xn; θ) is differentiable and a
supremum θ̂ML exists, then that must satisfy the
equation
∂ log fX(x1, x2, · · · , xn; θ)
∂θ
θ=θ̂ML
= 0.
AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.7/27
Example: Let Xi = θ + wi, i = 1, 2, · · · , n
represent n observations where θ is the unknown
parameter of interest, and wi are zero mean
independent normal RVs with common variance.
Determine the ML estimate for θ.
Solution:
Since wi are independent RVs and θ is an unknown
constant, we have Xis are independent normal random
variables.
AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.8/27
Thus the likelihood function takes the form
fX(x1, x2, · · · , xn; θ) =
n
Y
i=1
fXi
(xi; θ).
fXi
(xi; θ) =
1
√
2πσ2
e−(xi−θ)2
/2σ2
.
fX(x1, x2, · · · , xn; θ) =
1
(2πσ2)n/2
e
−
n
P
i=1
(xi−θ)2
/2σ2
.
AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.9/27
L(X; θ) = ln fX(x1, x2, · · · , xn; θ)
=
n
2
ln(2πσ2
) −
n
X
i=1
(xi − θ)2
2σ2
,
∂ ln fX(x1, x2, · · · , xn; θ)
∂θ
θ=θ̂ML
=2
n
X
i=1
(xi − θ)
2σ2
θ=θ̂ML
=0, (1)
θ̂ML(X) =
1
n
n
X
i=1
Xi. (2)
AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.10/27
E[θ̂ML(x)] =
1
n
n
X
i=1
E(Xi) = θ,
the expected value of the estimator does not differ
from the desired parameter, and hence there is no bias
between the two. Such estimators are known as
unbiased estimators. Moreover the variance of the
estimator is given by
V ar(θ̂ML) = E[(θ̂ML − θ)2
] = 1
n2 E
( n
P
i=1
Xi − θ
2
)
= 1
n2
(
n
P
i=1
E(Xi − θ)2
+
n
P
i=1
n
P
j=1,i6=j
E(Xi − θ)(Xj − θ)
)
AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.11/27
V ar(θ̂ML) =
1
n2
n
X
i=1
V ar(Xi) =
nσ2
n2
=
σ2
n
.
V ar(θ̂ML) → 0, as n → ∞,
another desired property. We say such estimators are
consistent estimators. Next two examples show that
ML estimator can be highly nonlinear.
AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.12/27
Example: Let
X1, X2, · · · , Xn
be independent, identically distributed uniform
random variables in the interval (0, θ) with common
PDF
fXi
(xi; θ) =
1
θ
, 0  xi  θ,
where θ is an unknown parameter. Find the ML esti-
mate for θ.
AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.13/27
Solution:
fX(x1, x2, · · · , xn; θ) = 1
θn , 0  xi 6 θ, i = 1, · · · , n
= 1
θn , 0 6 max(x1, x2, · · · , xn) 6 θ.
the likelihood function in this case is maximized by
the minimum value of θ, and since
θ  max(X1, X2, · · · , Xn),
we get
θ̂ML(X) = max(X1, X2, · · · , Xn) (3)
AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.14/27

Más contenido relacionado

La actualidad más candente

Existance Theory for First Order Nonlinear Random Dfferential Equartion
Existance Theory for First Order Nonlinear Random Dfferential EquartionExistance Theory for First Order Nonlinear Random Dfferential Equartion
Existance Theory for First Order Nonlinear Random Dfferential Equartioninventionjournals
 
Clarke fourier theory(62s)
Clarke   fourier theory(62s)Clarke   fourier theory(62s)
Clarke fourier theory(62s)apsitachi
 
The feedback-control-for-distributed-systems
The feedback-control-for-distributed-systemsThe feedback-control-for-distributed-systems
The feedback-control-for-distributed-systemsCemal Ardil
 
Solving High-order Non-linear Partial Differential Equations by Modified q-Ho...
Solving High-order Non-linear Partial Differential Equations by Modified q-Ho...Solving High-order Non-linear Partial Differential Equations by Modified q-Ho...
Solving High-order Non-linear Partial Differential Equations by Modified q-Ho...BRNSS Publication Hub
 
Talk in BayesComp 2018
Talk in BayesComp 2018Talk in BayesComp 2018
Talk in BayesComp 2018JeremyHeng10
 
Stochastic Schrödinger equations
Stochastic Schrödinger equationsStochastic Schrödinger equations
Stochastic Schrödinger equationsIlya Gikhman
 
Magnetohydrodynamic Rayleigh Problem with Hall Effect in a porous Plate
Magnetohydrodynamic Rayleigh Problem with Hall Effect in a porous PlateMagnetohydrodynamic Rayleigh Problem with Hall Effect in a porous Plate
Magnetohydrodynamic Rayleigh Problem with Hall Effect in a porous PlateIJERA Editor
 
Problem_Session_Notes
Problem_Session_NotesProblem_Session_Notes
Problem_Session_NotesLu Mao
 
Recent developments on unbiased MCMC
Recent developments on unbiased MCMCRecent developments on unbiased MCMC
Recent developments on unbiased MCMCPierre Jacob
 
On problem-of-parameters-identification-of-dynamic-object
On problem-of-parameters-identification-of-dynamic-objectOn problem-of-parameters-identification-of-dynamic-object
On problem-of-parameters-identification-of-dynamic-objectCemal Ardil
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Dynamical systems
Dynamical systemsDynamical systems
Dynamical systemsSpringer
 

La actualidad más candente (20)

Existance Theory for First Order Nonlinear Random Dfferential Equartion
Existance Theory for First Order Nonlinear Random Dfferential EquartionExistance Theory for First Order Nonlinear Random Dfferential Equartion
Existance Theory for First Order Nonlinear Random Dfferential Equartion
 
Clarke fourier theory(62s)
Clarke   fourier theory(62s)Clarke   fourier theory(62s)
Clarke fourier theory(62s)
 
So a webinar-2013-2
So a webinar-2013-2So a webinar-2013-2
So a webinar-2013-2
 
The feedback-control-for-distributed-systems
The feedback-control-for-distributed-systemsThe feedback-control-for-distributed-systems
The feedback-control-for-distributed-systems
 
Lec1 01
Lec1 01Lec1 01
Lec1 01
 
Solving High-order Non-linear Partial Differential Equations by Modified q-Ho...
Solving High-order Non-linear Partial Differential Equations by Modified q-Ho...Solving High-order Non-linear Partial Differential Equations by Modified q-Ho...
Solving High-order Non-linear Partial Differential Equations by Modified q-Ho...
 
Distributions
DistributionsDistributions
Distributions
 
Talk in BayesComp 2018
Talk in BayesComp 2018Talk in BayesComp 2018
Talk in BayesComp 2018
 
Stochastic Schrödinger equations
Stochastic Schrödinger equationsStochastic Schrödinger equations
Stochastic Schrödinger equations
 
Magnetohydrodynamic Rayleigh Problem with Hall Effect in a porous Plate
Magnetohydrodynamic Rayleigh Problem with Hall Effect in a porous PlateMagnetohydrodynamic Rayleigh Problem with Hall Effect in a porous Plate
Magnetohydrodynamic Rayleigh Problem with Hall Effect in a porous Plate
 
Problem_Session_Notes
Problem_Session_NotesProblem_Session_Notes
Problem_Session_Notes
 
Recent developments on unbiased MCMC
Recent developments on unbiased MCMCRecent developments on unbiased MCMC
Recent developments on unbiased MCMC
 
On problem-of-parameters-identification-of-dynamic-object
On problem-of-parameters-identification-of-dynamic-objectOn problem-of-parameters-identification-of-dynamic-object
On problem-of-parameters-identification-of-dynamic-object
 
Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)Welcome to International Journal of Engineering Research and Development (IJERD)
Welcome to International Journal of Engineering Research and Development (IJERD)
 
Ladder operator
Ladder operatorLadder operator
Ladder operator
 
Maths 3 ppt
Maths 3 pptMaths 3 ppt
Maths 3 ppt
 
Anomaly And Parity Odd Transport
Anomaly And Parity Odd Transport Anomaly And Parity Odd Transport
Anomaly And Parity Odd Transport
 
Dynamical systems
Dynamical systemsDynamical systems
Dynamical systems
 
Basic concepts and how to measure price volatility
Basic concepts and how to measure price volatility Basic concepts and how to measure price volatility
Basic concepts and how to measure price volatility
 
Partial
Partial Partial
Partial
 

Similar a Stochastic Processes - part 6

Fisher_info_ppt and mathematical process to find time domain and frequency do...
Fisher_info_ppt and mathematical process to find time domain and frequency do...Fisher_info_ppt and mathematical process to find time domain and frequency do...
Fisher_info_ppt and mathematical process to find time domain and frequency do...praveenyadav2020
 
Expectation of Discrete Random Variable.ppt
Expectation of Discrete Random Variable.pptExpectation of Discrete Random Variable.ppt
Expectation of Discrete Random Variable.pptAlyasarJabbarli
 
Numarical values
Numarical valuesNumarical values
Numarical valuesAmanSaeed11
 
Numarical values highlighted
Numarical values highlightedNumarical values highlighted
Numarical values highlightedAmanSaeed11
 
Bachelor_Defense
Bachelor_DefenseBachelor_Defense
Bachelor_DefenseTeja Turk
 
Finite mixture model with EM algorithm
Finite mixture model with EM algorithmFinite mixture model with EM algorithm
Finite mixture model with EM algorithmLoc Nguyen
 
A new Perron-Frobenius theorem for nonnegative tensors
A new Perron-Frobenius theorem for nonnegative tensorsA new Perron-Frobenius theorem for nonnegative tensors
A new Perron-Frobenius theorem for nonnegative tensorsFrancesco Tudisco
 
Chapter_09_ParameterEstimation.pptx
Chapter_09_ParameterEstimation.pptxChapter_09_ParameterEstimation.pptx
Chapter_09_ParameterEstimation.pptxVimalMehta19
 
this materials is useful for the students who studying masters level in elect...
this materials is useful for the students who studying masters level in elect...this materials is useful for the students who studying masters level in elect...
this materials is useful for the students who studying masters level in elect...BhojRajAdhikari5
 
PaperNo23-habibiIJCMS5-8-2014-IJCMS
PaperNo23-habibiIJCMS5-8-2014-IJCMSPaperNo23-habibiIJCMS5-8-2014-IJCMS
PaperNo23-habibiIJCMS5-8-2014-IJCMSMezban Habibi
 
Multivriada ppt ms
Multivriada   ppt msMultivriada   ppt ms
Multivriada ppt msFaeco Bot
 
Chapter 3 – Random Variables and Probability Distributions
Chapter 3 – Random Variables and Probability DistributionsChapter 3 – Random Variables and Probability Distributions
Chapter 3 – Random Variables and Probability DistributionsJasonTagapanGulla
 
Tensor train to solve stochastic PDEs
Tensor train to solve stochastic PDEsTensor train to solve stochastic PDEs
Tensor train to solve stochastic PDEsAlexander Litvinenko
 
PaperNo14-Habibi-IJMA-n-Tuples and Chaoticity
PaperNo14-Habibi-IJMA-n-Tuples and ChaoticityPaperNo14-Habibi-IJMA-n-Tuples and Chaoticity
PaperNo14-Habibi-IJMA-n-Tuples and ChaoticityMezban Habibi
 
Handling missing data with expectation maximization algorithm
Handling missing data with expectation maximization algorithmHandling missing data with expectation maximization algorithm
Handling missing data with expectation maximization algorithmLoc Nguyen
 
PaperNo8-HabibiSafari-IJAM-CHAOTICITY OF A PAIR OF OPERATORS
PaperNo8-HabibiSafari-IJAM-CHAOTICITY OF A PAIR OF OPERATORSPaperNo8-HabibiSafari-IJAM-CHAOTICITY OF A PAIR OF OPERATORS
PaperNo8-HabibiSafari-IJAM-CHAOTICITY OF A PAIR OF OPERATORSMezban Habibi
 

Similar a Stochastic Processes - part 6 (20)

Fisher_info_ppt and mathematical process to find time domain and frequency do...
Fisher_info_ppt and mathematical process to find time domain and frequency do...Fisher_info_ppt and mathematical process to find time domain and frequency do...
Fisher_info_ppt and mathematical process to find time domain and frequency do...
 
Expectation of Discrete Random Variable.ppt
Expectation of Discrete Random Variable.pptExpectation of Discrete Random Variable.ppt
Expectation of Discrete Random Variable.ppt
 
Numarical values
Numarical valuesNumarical values
Numarical values
 
Numarical values highlighted
Numarical values highlightedNumarical values highlighted
Numarical values highlighted
 
QMC: Operator Splitting Workshop, Stochastic Block-Coordinate Fixed Point Alg...
QMC: Operator Splitting Workshop, Stochastic Block-Coordinate Fixed Point Alg...QMC: Operator Splitting Workshop, Stochastic Block-Coordinate Fixed Point Alg...
QMC: Operator Splitting Workshop, Stochastic Block-Coordinate Fixed Point Alg...
 
Bachelor_Defense
Bachelor_DefenseBachelor_Defense
Bachelor_Defense
 
Finite mixture model with EM algorithm
Finite mixture model with EM algorithmFinite mixture model with EM algorithm
Finite mixture model with EM algorithm
 
A new Perron-Frobenius theorem for nonnegative tensors
A new Perron-Frobenius theorem for nonnegative tensorsA new Perron-Frobenius theorem for nonnegative tensors
A new Perron-Frobenius theorem for nonnegative tensors
 
Chapter_09_ParameterEstimation.pptx
Chapter_09_ParameterEstimation.pptxChapter_09_ParameterEstimation.pptx
Chapter_09_ParameterEstimation.pptx
 
this materials is useful for the students who studying masters level in elect...
this materials is useful for the students who studying masters level in elect...this materials is useful for the students who studying masters level in elect...
this materials is useful for the students who studying masters level in elect...
 
PaperNo23-habibiIJCMS5-8-2014-IJCMS
PaperNo23-habibiIJCMS5-8-2014-IJCMSPaperNo23-habibiIJCMS5-8-2014-IJCMS
PaperNo23-habibiIJCMS5-8-2014-IJCMS
 
Multivriada ppt ms
Multivriada   ppt msMultivriada   ppt ms
Multivriada ppt ms
 
SAS Homework Help
SAS Homework HelpSAS Homework Help
SAS Homework Help
 
Chapter 3 – Random Variables and Probability Distributions
Chapter 3 – Random Variables and Probability DistributionsChapter 3 – Random Variables and Probability Distributions
Chapter 3 – Random Variables and Probability Distributions
 
Tensor train to solve stochastic PDEs
Tensor train to solve stochastic PDEsTensor train to solve stochastic PDEs
Tensor train to solve stochastic PDEs
 
PaperNo14-Habibi-IJMA-n-Tuples and Chaoticity
PaperNo14-Habibi-IJMA-n-Tuples and ChaoticityPaperNo14-Habibi-IJMA-n-Tuples and Chaoticity
PaperNo14-Habibi-IJMA-n-Tuples and Chaoticity
 
Random vibrations
Random vibrationsRandom vibrations
Random vibrations
 
Handling missing data with expectation maximization algorithm
Handling missing data with expectation maximization algorithmHandling missing data with expectation maximization algorithm
Handling missing data with expectation maximization algorithm
 
Slides erasmus
Slides erasmusSlides erasmus
Slides erasmus
 
PaperNo8-HabibiSafari-IJAM-CHAOTICITY OF A PAIR OF OPERATORS
PaperNo8-HabibiSafari-IJAM-CHAOTICITY OF A PAIR OF OPERATORSPaperNo8-HabibiSafari-IJAM-CHAOTICITY OF A PAIR OF OPERATORS
PaperNo8-HabibiSafari-IJAM-CHAOTICITY OF A PAIR OF OPERATORS
 

Último

Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataBabyAnnMotar
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptshraddhaparab530
 
TEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxTEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxruthvilladarez
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
EMBODO Lesson Plan Grade 9 Law of Sines.docx
EMBODO Lesson Plan Grade 9 Law of Sines.docxEMBODO Lesson Plan Grade 9 Law of Sines.docx
EMBODO Lesson Plan Grade 9 Law of Sines.docxElton John Embodo
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSMae Pangan
 
The Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World PoliticsThe Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World PoliticsRommel Regala
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
Presentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxPresentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxRosabel UA
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 

Último (20)

Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped data
 
Paradigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTAParadigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTA
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.ppt
 
TEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxTEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docx
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
EMBODO Lesson Plan Grade 9 Law of Sines.docx
EMBODO Lesson Plan Grade 9 Law of Sines.docxEMBODO Lesson Plan Grade 9 Law of Sines.docx
EMBODO Lesson Plan Grade 9 Law of Sines.docx
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHS
 
The Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World PoliticsThe Contemporary World: The Globalization of World Politics
The Contemporary World: The Globalization of World Politics
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
Presentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxPresentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptx
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 

Stochastic Processes - part 6

  • 1. consider the problem of estimating an unknown parameter of interest from a few of its noisy observations. For example, determining the daily temperature in a city, or the depth of a river at a particular spot, are problems that fall into this category. Observations (measurement) are made on data that contain the desired nonrandom parameter θ and undesired noise. Thus, for example, Observation=signal(desired)+noise or, the ith observation can be represented as Xi = θ + ni, i = 1, 2, · · · , n. AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.1/27
  • 2. Here θ represents the unknown nonrandom desired parameter, and ni, i = 1, 2, · · · , n represent ran- dom variables that may be dependent or independent from observation to observation. Given n observations {x1, x2, · · · , xn} the estimation problem is to obtain the “best” estimator for the unknown parameter θ in terms of these observations. Let us denote by θ̂(x) the estimator for θ. Obviously θ̂(x) is a function of only the observations. “Best estimator” in what sense? Var- ious optimization strategies can be used to define the term “best”. AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.2/27
  • 3. Ideal solution would be when the estimate θ̂(x) coincides with the unknown θ. This of course may not be possible, and almost always any estimate will result in an error given by e = θ̂(x) − θ One strategy would be to select the estimator θ̂(x) so as to minimize some function of this error - such as - minimization of the mean square error (MMSE), or minimization of the absolute value of the error etc. A more fundamental approach is that of the principle of Maximum Likelihood (ML). AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.3/27
  • 4. The underlying assumption in any estimation problem is that the available data has something to do with the unknown parameter θ. More precisely, we assume that the joint PDF of given by fX(x1, x2, · · · , xn; θ) depends on θ. The method of maximum likelihood assumes that the given sample data set is representative of the population fX(x1, x2, · · · , xn; θ) and chooses that value for θ that most likely caused the observed data to occur, i.e., once observations {x1, x2, · · · , xn} are given, AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.4/27
  • 5. fX(x1, x2, · · · , xn; θ) is a function of θ alone, and the value of θ that maximizes the above PDF is the most likely value for θ, and it is chosen as the ML estimate for θ̂ML(x) for θ (Figure 2). θ̂ML(x) fX(x1,··· ,xn;θ) θ Figure 1: ML principle AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.5/27
  • 6. Given {x1, x2, · · · , xn} the JPDF fX(x1, · · · , xn; θ) represents the likelihood function, and the ML estimate can be determined either from the likelihood equation sup θ̂ML fX(x1, · · · , xn; θ) or using the log-likelihood function (sup represents the supremum operation) L(x1, x2, · · · , xn; θ) = log fX(x1, x2, · · · , xn; θ). AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.6/27
  • 7. If L(x1, x2, · · · , xn; θ) is differentiable and a supremum θ̂ML exists, then that must satisfy the equation ∂ log fX(x1, x2, · · · , xn; θ) ∂θ
  • 8.
  • 9.
  • 10.
  • 11. θ=θ̂ML = 0. AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.7/27
  • 12. Example: Let Xi = θ + wi, i = 1, 2, · · · , n represent n observations where θ is the unknown parameter of interest, and wi are zero mean independent normal RVs with common variance. Determine the ML estimate for θ. Solution: Since wi are independent RVs and θ is an unknown constant, we have Xis are independent normal random variables. AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.8/27
  • 13. Thus the likelihood function takes the form fX(x1, x2, · · · , xn; θ) = n Y i=1 fXi (xi; θ). fXi (xi; θ) = 1 √ 2πσ2 e−(xi−θ)2 /2σ2 . fX(x1, x2, · · · , xn; θ) = 1 (2πσ2)n/2 e − n P i=1 (xi−θ)2 /2σ2 . AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.9/27
  • 14. L(X; θ) = ln fX(x1, x2, · · · , xn; θ) = n 2 ln(2πσ2 ) − n X i=1 (xi − θ)2 2σ2 , ∂ ln fX(x1, x2, · · · , xn; θ) ∂θ
  • 15.
  • 16.
  • 17.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23. θ=θ̂ML =0, (1) θ̂ML(X) = 1 n n X i=1 Xi. (2) AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.10/27
  • 24. E[θ̂ML(x)] = 1 n n X i=1 E(Xi) = θ, the expected value of the estimator does not differ from the desired parameter, and hence there is no bias between the two. Such estimators are known as unbiased estimators. Moreover the variance of the estimator is given by V ar(θ̂ML) = E[(θ̂ML − θ)2 ] = 1 n2 E ( n P i=1 Xi − θ 2 ) = 1 n2 ( n P i=1 E(Xi − θ)2 + n P i=1 n P j=1,i6=j E(Xi − θ)(Xj − θ) ) AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.11/27
  • 25. V ar(θ̂ML) = 1 n2 n X i=1 V ar(Xi) = nσ2 n2 = σ2 n . V ar(θ̂ML) → 0, as n → ∞, another desired property. We say such estimators are consistent estimators. Next two examples show that ML estimator can be highly nonlinear. AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.12/27
  • 26. Example: Let X1, X2, · · · , Xn be independent, identically distributed uniform random variables in the interval (0, θ) with common PDF fXi (xi; θ) = 1 θ , 0 xi θ, where θ is an unknown parameter. Find the ML esti- mate for θ. AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.13/27
  • 27. Solution: fX(x1, x2, · · · , xn; θ) = 1 θn , 0 xi 6 θ, i = 1, · · · , n = 1 θn , 0 6 max(x1, x2, · · · , xn) 6 θ. the likelihood function in this case is maximized by the minimum value of θ, and since θ max(X1, X2, · · · , Xn), we get θ̂ML(X) = max(X1, X2, · · · , Xn) (3) AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.14/27
  • 28. represents a nonlinear function of the observations. To determine whether (3) represents an unbiased estimate for θ, we need to evaluate its mean. To accomplish that in this case, it is easier to determine its PDF and proceed directly. Z = max(X1, X2, · · · , Xn) FZ(z) = P[max(X1, X2, · · · , Xn) 6 z] = P(X1 6 z, X2 6 z, · · · , Xn 6 z) = n Y i=1 P(Xi 6 z) = n Y i=1 FXi (z) = z θ n , 0 z θ, fZ(z) = nzn−1 θn , 0 z θ, 0, AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.15/27
  • 29. E[θ̂ML(X)] = E(Z) = Z θ 0 zfZ(z)dz = θ (1 + 1/n) . E[θ̂ML(X)] 6= θ, hence the ML estimator is not an unbiased estimator for θ. However, as n → ∞ lim n→∞ E[θ̂ML(X)] = lim n→∞ θ (1 + 1/n) = θ, ML is an asymptotically unbiased estimator. AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.16/27
  • 30. E(Z2 ) = Z θ 0 z2 fZ(z)dz = n θn Z θ 0 zn+1 dz = nθ2 n + 2 V ar[θ̂ML(X)] = E(Z2 ) − [E(Z)]2 = nθ2 n + 2 − n2 θ2 (n + 1)2 = nθ2 (n + 1)2(n + 2) . Hence, we have a consistent estimator. AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.17/27
  • 31. Example 12.3: Let {X1, X2, · · · , Xn} be IID Gamma random variables with unknown parameters α and β. Determine the ML estimator for α and β. Solution: xi 0 fX(x1, x2, · · · , xn; α, β) = βnα (Γ(α))n n Y i=1 xα−1 i e −β n P i=1 xi . L(x1, x2, · · · , xn; α, β) = log fX(x1, x2, · · · , xn; α, β) = nα log β−n log Γ(α)+(α−1) n X i=1 log xi ! −β n X i=1 xi. AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.18/27
  • 32. ∂L ∂α = n log β − n Γ(α) Γ′ (α) + n X i=1 log xi
  • 33.
  • 34.
  • 35.
  • 36.
  • 38.
  • 39.
  • 40.
  • 41.
  • 43. log α̂ML − Γ′ (α̂ML) Γ(α̂ML) = log 1 n n X i=1 xi ! − 1 n n X i=1 xi. This is a highly nonlinear equation in α̂ML. In general the (log)-likelihood function can have more than one solution, or no solutions at all. Further, the (log)-likelihood function may not be even differen- tiable, or it can be extremely complicated to solve ex- plicitly AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.20/27
  • 44. Cramer - Rao Bound: Variance of any unbiased estimator based on observations {x1, x2, · · · , xn} for θ must satisfy the lower bound V ar(θ̂) 1 E ∂ ln fX(x1,x2,··· ,xn;θ) ∂θ 2 (4) = −1 E ∂2 ln fX(x1,x2,··· ,xn;θ) ∂θ2 . (5) AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.21/27
  • 45. This important result states that the right side of above equation acts as a lower bound on the variance of all unbiased estimator for θ, provided their JPDF satis- fies certain regularity restrictions. Naturally any un- biased estimator whose variance coincides with that in (4), must be the best. There are no better solutions! Such estimates are known as efficient estimators. AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.22/27
  • 46. For this purpose, let’s consider (1,2). ∂ ln fX(x1, x2, · · · , xn; θ) ∂θ 2 = 1 σ4 n X i=1 (Xi − θ) !2 ; E ∂ ln fX(x1, x2, · · · , xn; θ) ∂θ 2 = 1 σ4    n X i=1 E[(Xi − θ)2 ] + n X i=1 n X j=1,i6=j E[(Xi − θ)(Xj − θ)]    AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.23/27
  • 47. = 1 σ4 n X i=1 σ2 = n σ2 , ⇒ Var(θ̂) σ2 n ⇒ An efficient estimator. AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.24/27
  • 48. So far, we discussed nonrandom parameters that are unknown. What if the parameter of interest is a RV with a-priori PDF f(θ). How does one ob- tain a good estimate for θ based on the observations {x1, x2, · · · , xn}? AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.25/27
  • 49. One technique is to use the observations to compute its a-posteriori probability density function Of course, we can use the Bayes’ theorem to obtain this a-posteriori PDF. This gives fθ|X(θ|x1, · · · , xn) = fX|θ(x1, · · · , xn|θ)fθ(θ) fX(x1, · · · , xn) . (6) AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.26/27
  • 50. θ is the variable in (6), given {x1, x2, · · · , xn} the most probable value of θ suggested by the above a-posteriori PDF Naturally, the most likely value for θ is that corresponding to the maximum of the a-posteriori PDF. This estimator - maximum of the a-posteriori PDF is known as the MAP estimator for θ. It is possible to use other optimality criteria as well. Of course, that should be the subject matter of another course! θ̂MAP (x) fX(θ|x1,··· ,xn) θ Figure 2: MAP principle AKU-EE/Parameter/HA, 1st Semester, 84-85 – p.27/27