SlideShare a Scribd company logo
On non-negative unbiased estimators
Pierre E. Jacob
@ University of Oxford
& Alexandre H. Thi´ery
@ National University of Singapore
Banff – March 2014
Pierre Jacob Non-negative unbiased estimators 1/ 28
Outline
1 Exact inference
2 Unbiased estimators and sign problem
3 Existence and non-existence results
4 Discussion
Pierre Jacob Non-negative unbiased estimators 2/ 28
Outline
1 Exact inference
2 Unbiased estimators and sign problem
3 Existence and non-existence results
4 Discussion
Pierre Jacob Non-negative unbiased estimators 2/ 28
Exact inference
For a target probability distribution with unnormalised density π, a
numerical method is “exact” if for any test function φ,
∫
φ(θ)π(θ)dθ
∫
π(θ)dθ
can be approximated with arbitrary precision, at the cost of more
computational effort.
⇒ In this sense MCMC is exact.
Pierre Jacob Non-negative unbiased estimators 3/ 28
Exact inference
With exact methods, no systematic error.
No guarantees that for a fixed computational budget, exact
methods should be preferred over approximate methods.
Still important to know in which settings exact methods are
available.
Pierre Jacob Non-negative unbiased estimators 4/ 28
Exact inference using Metropolis-Hastings
Metropolis-Hastings algorithm.
1: Set some θ(1).
2: for i = 2 to Nθ do
3: Propose θ⋆ ∼ q(·|θ(i−1)).
4: Compute the ratio:
α = min
(
1,
π(θ⋆)
π(θ(i−1))
q(θ(i−1)|θ⋆)
q(θ⋆|θ(i−1))
)
.
5: Set θ(i) = θ⋆ with probability α, otherwise set θ(i) = θ(i−1).
6: end for
Pierre Jacob Non-negative unbiased estimators 5/ 28
Exact inference with unbiased estimators
Pseudo-marginal Metropolis-Hastings algorithm.
For each θ, we can sample Z(θ) with E(Z(θ)) = π(θ).
1: Set some θ(1) and sample Z(θ(1)).
2: for i = 2 to Nθ do
3: Propose θ⋆ ∼ q(·|θ(i−1)) and sample Z(θ⋆).
4: Compute the ratio:
α = min
(
1,
Z(θ⋆)
Z(θ(i−1))
q(θ(i−1)|θ⋆)
q(θ⋆|θ(i−1))
)
.
5: Set θ(i) = θ⋆, Z(θ(i)) = Z(θ⋆) with probability α, otherwise
set θ(i) = θ(i−1), Z(θ(i)) = Z(θ(i−1)).
6: end for
Pierre Jacob Non-negative unbiased estimators 6/ 28
Exact inference with unbiased estimators
Game-changer when one has access to efficient unbiased
estimators of the target density.
Especially in parameter inference for hidden Markov models,
with particle MCMC methods based on particle filters to
estimate the likelihood.
What if one doesn’t have access to straightforward unbiased
estimators? Are there general schemes to obtain those
unbiased estimators?
Pierre Jacob Non-negative unbiased estimators 7/ 28
Exact inference with unbiased estimators
Example: big data
Observations yi
iid
∼ fθ for i = 1, . . . , n, and n is very large.
Can we do exact inference without computing the full likelihood
every time we try a new parameter value?
Unbiased estimator of the log-likelihood
ℓ(θ) = (n/m)
m∑
i=1
log f (yσi | θ)
for m < n and σi corresponding to some subsampling scheme.
It doesn’t directly provide an unbiased estimator of the
likelihood.
Pierre Jacob Non-negative unbiased estimators 8/ 28
Exact inference with unbiased estimators
Doubly intractable distributions
Posterior density decomposable into
π(θ | y) =
1
C(θ)
f (y; θ)p(θ).
One can typically get an unbiased estimator of C(θ) using
importance sampling.
It doesn’t directly provide an unbiased estimator of 1/C(θ).
Pierre Jacob Non-negative unbiased estimators 9/ 28
Exact inference with unbiased estimators
Reference priors
Starting from an arbitrary prior π⋆, define
fk(θ) = exp
{∫
p(y1, . . . , yk | θ) log π⋆
(θ | y1, . . . , yk)dy1 . . . dyk
}
and the reference prior is, for any θ0 in the interior of Θ,
f (θ) = lim
k→∞
fk(θ)
fk(θ0)
.
(Berger, Bernardo, Sun 2009.)
Unbiased estimators of f (θ)?
Pierre Jacob Non-negative unbiased estimators 10/ 28
Outline
1 Exact inference
2 Unbiased estimators and sign problem
3 Existence and non-existence results
4 Discussion
Pierre Jacob Non-negative unbiased estimators 10/ 28
Unbiased estimators
Von Neuman & Ulam (∼ 1950), Kuti (∼ 1980), Rychlik (∼ 1990),
McLeish, Rhee & Glynn (∼ 2010). . .
Removing the bias off consistent estimators
Introduce
a random variable S with E(S) = λ ∈ R,
a sequence (Sn)n≥0 converging to S in L2,
N be an integer valued random variable and
wn = 1/P(N ≥ n) < ∞ for all n ≥ 0,
then
Y =
N∑
n=0
wn ×
(
Sn − Sn−1
)
has expectation E(Y ) = E(S) = λ.
Pierre Jacob Non-negative unbiased estimators 11/ 28
Unbiased estimators
If ∞∑
n=1
wn × E
(
|S − Sn−1|2 )
< ∞, (1)
then the variance of Y is finite.
Denote by ¯tn the expected computing time to obtain
Sn − Sn−1.
Then the computing time of Y , denoted by ¯τ, should
preferably satisfy
E(¯τ) =
∞∑
n=0
w−1
n × ¯tn < ∞. (2)
Success story in multi-level Monte Carlo.
Pierre Jacob Non-negative unbiased estimators 12/ 28
Unbiased estimators
Even if the consistent estimators Sn are each almost-surely
non-negative, Y is not in general almost-surely non-negative:
Y =
N∑
n=0
wn ×
(
Sn − Sn−1
)
,
unless we manage to construct ordered consistent estimators, ie:
P(Sn−1 ≤ Sn) = 1.
Direct implementation of the pseudo-marginal approach is difficult
in the presence of possibly negative acceptance probabilities.
Pierre Jacob Non-negative unbiased estimators 13/ 28
Dealing with negative values
One can still perform exact inference by noting
∫
φ(θ)π(θ)dθ
∫
π(θ)dθ
=
∫
φ(θ)σ(π(θ))|π(θ)|dθ
∫
σ(π(θ))|π(θ)|dθ
which suggests using the absolute values of Z(θ) in the MH
acceptance ratio.
The integral is recovered using the importance sampling
estimator:
∑N
i=1 σ(Z(θ(i)))φ(θ(i))
∑N
i=1 σ(Z(θ(i)))
As an importance sampler, deteriorates with the dimension.
Called the sign problem in lattice quantum chromodynamics.
Pierre Jacob Non-negative unbiased estimators 14/ 28
Avoiding the sign problem
Can we avoid the sign problem by directly designing
non-negative unbiased estimators?
Given an unbiased estimator of λ > 0, can I generate a
non-negative unbiased estimator of λ?
Let f be any function f : R → R+. Given an unbiased
estimator of λ ∈ R, can I generate a non-negative unbiased
estimator of f (λ)?
Pierre Jacob Non-negative unbiased estimators 15/ 28
Outline
1 Exact inference
2 Unbiased estimators and sign problem
3 Existence and non-existence results
4 Discussion
Pierre Jacob Non-negative unbiased estimators 15/ 28
f -factory
Let X be a subset of R and f : conv(X) → R+ a function.
Definition
An X-algorithm A is an f -factory if, given as inputs
any i.i.d sequence X = (Xk)k≥1 with expectation λ ∈ R,
an auxiliary random variable U ∼ Uniform(0, 1) independent
of (Xk)k≥1,
then Y = A(U, X) is a non-negative unbiased estimator of f (λ).
Pierre Jacob Non-negative unbiased estimators 16/ 28
X-algorithm
Let X be a subset of R.
Definition
An X-algorithm A is a pair
(
T, φ
)
where
T = (Tn)n≥0 is a sequence of Tn : (0, 1) × Xn → {0, 1},
φ = (φn)n≥0 is a sequence of φn : (0, 1) × Xn → R+.
A ≡ (T, φ) takes u ∈ (0, 1) and x = (xi)i≥1 ∈ X∞ as inputs and
produces as output
exit time: τ = τ(u, x) = inf{n ≥ 0 : Tn(u, x1, . . . , xn) = 1}
exit value: A(u, x) = φτ (u, x1, . . . , xτ )
Set A(u, x) = ∞ if Tn never gives 1.
Pierre Jacob Non-negative unbiased estimators 17/ 28
General non-existence of f -factories
Theorem
For any non constant function f : R → R+, no f -factory exists.
Lemma
Given i.i.d copies of an unbiased estimator of λ > 0 and a uniform
random variable U, there is no algorithm producing a non-negative
unbiased estimator of λ.
The lemma is not directly implied by the theorem but the proof is
very similar.
Pierre Jacob Non-negative unbiased estimators 18/ 28
Proof
For the sake of contradiction, introduce
a non-constant function f : R → R+, and λ1, λ2 ∈ R with
f (λ1) > f (λ2),
an f -factory (φ, T).
Consider an i.i.d sequence X = (Xn)n≥1 with expectation λ1.
Then
A(U, X) = φτX
(U, X1, . . . , XτX
)
has expectation f (λ1), and
τX = inf{n : Tn(U, X1, . . . , Xn) = 1}
is almost surely finite.
Pierre Jacob Non-negative unbiased estimators 19/ 28
Proof
An f -factory should work for any input sequence.
Introduce Bernoulli variables (Bn)n≥1, with P(Bn = 0) = ε and
Yn = Bn Xn +
λ2 − λ1(1 − ε)
ε
(1 − Bn)
so that E(Yn) = λ2.
Then
A(U, Y ) = φτY
(U, Y1, . . . , YτY
)
has expectation f (λ2) < f (λ1), and
τY = inf{n : Tn(U, Y1, . . . , Yn) = 1}
is almost surely finite.
Pierre Jacob Non-negative unbiased estimators 20/ 28
Proof
By construction we can tune the probability (1 − ε)n of
Mn = {(Y1, . . . , Yn) = (X1, . . . , Xn)},
by changing ε. On the events
{(Y1, . . . , Yn) ̸= (X1, . . . , Xn)}
the algorithm has to “compensate”, so that
f (λ2) = E[A(U, Y )] < E[A(U, X)] = f (λ1).
But the algorithm cannot ouptut values lower than zero
⇒ for ε small enough it leads to a contradiction.
Pierre Jacob Non-negative unbiased estimators 21/ 28
Other cases
By putting more restrictions on X we get different results.
The case where X ⊂ R+ and f is decreasing also leads to a
non-existence result.
The case where X ⊂ R+ and f is increasing allows some
constructions, for instance for real analytic functions.
Pierre Jacob Non-negative unbiased estimators 22/ 28
Other cases
No full characterisation of increasing functions allowing
f -factories for X ⊂ R+, yet.
The case where X = [a, b] is related to the Bernoulli factory.
Necessary and sufficient condition: f continuous and there
exist n, m ∈ N and ε > 0 such that
∀x ∈ [a, b] f (x) ≥ ε min ((x − a)m
, (b − x)n
)
Pierre Jacob Non-negative unbiased estimators 23/ 28
Case X = [a, b]
Assume
∀x ∈ [a, b] f (x) ≥ ε min ((x − a)m
, (b − x)n
) .
Introduce
g : x → f (x)/{(x − a)m
(b − x)n
}
bounded away from zero.
Hence g can be approximated from below by polynomials.
Introduce
P1(x) =
∑
(i,j)∈I1
α
(1)
i,j (x − a)i
(b − x)j
with non-negative coefficients, and such that P1(x) ≤ g(x).
Then approximate g − P1 from below by P2, g − P1 − P2 by P3,
etc.
Pierre Jacob Non-negative unbiased estimators 24/ 28
Case X = [a, b]
We obtain a sum of polynomials
∑n
k=0 Pk(x) converging to g(x)
when n → ∞.
We multiply by (x − a)m(b − x)n to estimate f (x) instead.
This leads to a sequence of estimators
Sn =
n∑
k=0
∑
(i,j)∈Ik
a
(k)
i,j
{ i∏
p=1
(Xp − a)i
} { j∏
q=1
(b − Xi+q)j
}
for which P(Sn−1 ≤ Sn) = 1, yielding a non-negative unbiased
estimator of f (λ).
Pierre Jacob Non-negative unbiased estimators 25/ 28
Outline
1 Exact inference
2 Unbiased estimators and sign problem
3 Existence and non-existence results
4 Discussion
Pierre Jacob Non-negative unbiased estimators 25/ 28
Back to statistics
No f -factory for X = R and any non-constant f .
⇒ without lower bounds on the log-likelihood estimator, no
non-negative unbiased likelihood estimators.
No f -factory for decreasing functions f and X = R+.
⇒ without lower and upper bounds on the estimator of C(θ),
no non-negative unbiased estimators of 1/C(θ).
For the reference prior, it seems hopeless unless X = [a, b].
Pierre Jacob Non-negative unbiased estimators 26/ 28
Discussion
No answer for the case f “slowly” increasing and X ⊂ R+.
We only considered the transformation of an unbiased
estimator of λ to an unbiased estimator of f (λ).
Should we tolerate negative values and come up with
appropriate methodology?
Should we aim for exact inference?
Thanks!
Pierre Jacob Non-negative unbiased estimators 27/ 28
References
On non-negative unbiased estimators, Jacob, Thi´ery, 2014
(arXiv)
Playing Russian Roulette with Intractable Likelihoods,
Girolami, Lyne, Strathmann, Simpson, Atchade, 2013 (arXiv)
Computational complexity and fundamental limitations to
fermionic quantum Monte Carlo simulations, Troyer, Wiese,
2005 (Phys. rev. let. 94)
Unbiased Estimation with Square Root Convergence for SDE
Models , Rhee, Glynn, 2013 (arXiv)
Pierre Jacob Non-negative unbiased estimators 28/ 28

More Related Content

What's hot

A likelihood-free version of the stochastic approximation EM algorithm (SAEM)...
A likelihood-free version of the stochastic approximation EM algorithm (SAEM)...A likelihood-free version of the stochastic approximation EM algorithm (SAEM)...
A likelihood-free version of the stochastic approximation EM algorithm (SAEM)...
Umberto Picchini
 
Métodos computacionales para el estudio de modelos epidemiológicos con incer...
Métodos computacionales para el estudio de modelos  epidemiológicos con incer...Métodos computacionales para el estudio de modelos  epidemiológicos con incer...
Métodos computacionales para el estudio de modelos epidemiológicos con incer...
Facultad de Informática UCM
 
3.2.interpolation lagrange
3.2.interpolation lagrange3.2.interpolation lagrange
3.2.interpolation lagrange
SamuelOseiAsare
 
Estimation of the score vector and observed information matrix in intractable...
Estimation of the score vector and observed information matrix in intractable...Estimation of the score vector and observed information matrix in intractable...
Estimation of the score vector and observed information matrix in intractable...
Pierre Jacob
 
Estimation of the score vector and observed information matrix in intractable...
Estimation of the score vector and observed information matrix in intractable...Estimation of the score vector and observed information matrix in intractable...
Estimation of the score vector and observed information matrix in intractable...
Pierre Jacob
 
Numerical
NumericalNumerical
Numerical1821986
 
1 - Linear Regression
1 - Linear Regression1 - Linear Regression
1 - Linear Regression
Nikita Zhiltsov
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
ijceronline
 
Nature-Inspired Metaheuristic Algorithms for Optimization and Computational I...
Nature-Inspired Metaheuristic Algorithms for Optimization and Computational I...Nature-Inspired Metaheuristic Algorithms for Optimization and Computational I...
Nature-Inspired Metaheuristic Algorithms for Optimization and Computational I...
Xin-She Yang
 
Stochastic Differentiation
Stochastic DifferentiationStochastic Differentiation
Stochastic Differentiation
SSA KPI
 
Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 021 ...
Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 021 ...Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 021 ...
Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 021 ...
Matthew Leingang
 
Module ii sp
Module ii spModule ii sp
Module ii sp
Vijaya79
 
Stratified sampling and resampling for approximate Bayesian computation
Stratified sampling and resampling for approximate Bayesian computationStratified sampling and resampling for approximate Bayesian computation
Stratified sampling and resampling for approximate Bayesian computation
Umberto Picchini
 
A new implementation of k-MLE for mixture modelling of Wishart distributions
A new implementation of k-MLE for mixture modelling of Wishart distributionsA new implementation of k-MLE for mixture modelling of Wishart distributions
A new implementation of k-MLE for mixture modelling of Wishart distributions
Frank Nielsen
 
stochastic processes assignment help
stochastic processes assignment helpstochastic processes assignment help
stochastic processes assignment help
Statistics Homework Helper
 
Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 041 ...
Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 041 ...Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 041 ...
Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 041 ...
Matthew Leingang
 
Stochastic Assignment Help
Stochastic Assignment Help Stochastic Assignment Help
Stochastic Assignment Help
Statistics Assignment Help
 
Monte Carlo methods for some not-quite-but-almost Bayesian problems
Monte Carlo methods for some not-quite-but-almost Bayesian problemsMonte Carlo methods for some not-quite-but-almost Bayesian problems
Monte Carlo methods for some not-quite-but-almost Bayesian problems
Pierre Jacob
 
Estimation of the score vector and observed information matrix in intractable...
Estimation of the score vector and observed information matrix in intractable...Estimation of the score vector and observed information matrix in intractable...
Estimation of the score vector and observed information matrix in intractable...
Pierre Jacob
 

What's hot (20)

A likelihood-free version of the stochastic approximation EM algorithm (SAEM)...
A likelihood-free version of the stochastic approximation EM algorithm (SAEM)...A likelihood-free version of the stochastic approximation EM algorithm (SAEM)...
A likelihood-free version of the stochastic approximation EM algorithm (SAEM)...
 
Métodos computacionales para el estudio de modelos epidemiológicos con incer...
Métodos computacionales para el estudio de modelos  epidemiológicos con incer...Métodos computacionales para el estudio de modelos  epidemiológicos con incer...
Métodos computacionales para el estudio de modelos epidemiológicos con incer...
 
3.2.interpolation lagrange
3.2.interpolation lagrange3.2.interpolation lagrange
3.2.interpolation lagrange
 
Estimation of the score vector and observed information matrix in intractable...
Estimation of the score vector and observed information matrix in intractable...Estimation of the score vector and observed information matrix in intractable...
Estimation of the score vector and observed information matrix in intractable...
 
Estimation of the score vector and observed information matrix in intractable...
Estimation of the score vector and observed information matrix in intractable...Estimation of the score vector and observed information matrix in intractable...
Estimation of the score vector and observed information matrix in intractable...
 
Numerical
NumericalNumerical
Numerical
 
1 - Linear Regression
1 - Linear Regression1 - Linear Regression
1 - Linear Regression
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Nature-Inspired Metaheuristic Algorithms for Optimization and Computational I...
Nature-Inspired Metaheuristic Algorithms for Optimization and Computational I...Nature-Inspired Metaheuristic Algorithms for Optimization and Computational I...
Nature-Inspired Metaheuristic Algorithms for Optimization and Computational I...
 
Stochastic Differentiation
Stochastic DifferentiationStochastic Differentiation
Stochastic Differentiation
 
Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 021 ...
Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 021 ...Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 021 ...
Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 021 ...
 
Module ii sp
Module ii spModule ii sp
Module ii sp
 
Stratified sampling and resampling for approximate Bayesian computation
Stratified sampling and resampling for approximate Bayesian computationStratified sampling and resampling for approximate Bayesian computation
Stratified sampling and resampling for approximate Bayesian computation
 
A new implementation of k-MLE for mixture modelling of Wishart distributions
A new implementation of k-MLE for mixture modelling of Wishart distributionsA new implementation of k-MLE for mixture modelling of Wishart distributions
A new implementation of k-MLE for mixture modelling of Wishart distributions
 
stochastic processes assignment help
stochastic processes assignment helpstochastic processes assignment help
stochastic processes assignment help
 
Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 041 ...
Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 041 ...Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 041 ...
Lesson 14: Derivatives of Exponential and Logarithmic Functions (Section 041 ...
 
Stochastic Assignment Help
Stochastic Assignment Help Stochastic Assignment Help
Stochastic Assignment Help
 
Monte carlo simulation
Monte carlo simulationMonte carlo simulation
Monte carlo simulation
 
Monte Carlo methods for some not-quite-but-almost Bayesian problems
Monte Carlo methods for some not-quite-but-almost Bayesian problemsMonte Carlo methods for some not-quite-but-almost Bayesian problems
Monte Carlo methods for some not-quite-but-almost Bayesian problems
 
Estimation of the score vector and observed information matrix in intractable...
Estimation of the score vector and observed information matrix in intractable...Estimation of the score vector and observed information matrix in intractable...
Estimation of the score vector and observed information matrix in intractable...
 

Viewers also liked

Regression Basic : MLE
Regression  Basic : MLERegression  Basic : MLE
Regression Basic : MLE
Jinseob Kim
 
Maximum Likelihood Estimation
Maximum Likelihood EstimationMaximum Likelihood Estimation
Maximum Likelihood Estimation
Avinash Chamwad
 
Maximum Likelihood Estimation of Linear Time-Varying Pilot Model Parameters
Maximum Likelihood Estimation of Linear Time-Varying Pilot Model Parameters Maximum Likelihood Estimation of Linear Time-Varying Pilot Model Parameters
Maximum Likelihood Estimation of Linear Time-Varying Pilot Model Parameters
Martin Kers
 
PENDUGAAN PARAMETER
PENDUGAAN PARAMETERPENDUGAAN PARAMETER
PENDUGAAN PARAMETER
Repository Ipb
 
Tabel Normal, MLE Distribusi Normal & Weibull, Grafik Mean & Standar Deviasi ...
Tabel Normal, MLE Distribusi Normal & Weibull, Grafik Mean & Standar Deviasi ...Tabel Normal, MLE Distribusi Normal & Weibull, Grafik Mean & Standar Deviasi ...
Tabel Normal, MLE Distribusi Normal & Weibull, Grafik Mean & Standar Deviasi ...
Nuruul Aini Willywili
 
Tabel data minimum dan maksimum pemantauan kualitas air danau toba di wilayah...
Tabel data minimum dan maksimum pemantauan kualitas air danau toba di wilayah...Tabel data minimum dan maksimum pemantauan kualitas air danau toba di wilayah...
Tabel data minimum dan maksimum pemantauan kualitas air danau toba di wilayah...
helmut simamora
 
Gary Yen: "Multi-objective Optimization and Performance Metrics Ensemble"
Gary Yen: "Multi-objective Optimization and Performance Metrics Ensemble" Gary Yen: "Multi-objective Optimization and Performance Metrics Ensemble"
Gary Yen: "Multi-objective Optimization and Performance Metrics Ensemble" ieee_cis_cyprus
 
Introduction to Maximum Likelihood Estimator
Introduction to Maximum Likelihood EstimatorIntroduction to Maximum Likelihood Estimator
Introduction to Maximum Likelihood Estimator
Amir Al-Ansary
 
Multi-Objective Evolutionary Algorithms
Multi-Objective Evolutionary AlgorithmsMulti-Objective Evolutionary Algorithms
Multi-Objective Evolutionary AlgorithmsSong Gao
 
Maximum Likelihood Estimation
Maximum Likelihood EstimationMaximum Likelihood Estimation
Maximum Likelihood Estimationguestfee8698
 
Metode maximum likelihood
Metode maximum likelihoodMetode maximum likelihood
Metode maximum likelihoodririn12
 
Estimators for structural equation models of Likert scale data
Estimators for structural equation models of Likert scale dataEstimators for structural equation models of Likert scale data
Estimators for structural equation models of Likert scale data
Nick Stauner
 
Pareto optimal
Pareto optimal    Pareto optimal
Pareto optimal rmpas
 
Chapter 3 maximum likelihood and bayesian estimation-fix
Chapter 3   maximum likelihood and bayesian estimation-fixChapter 3   maximum likelihood and bayesian estimation-fix
Chapter 3 maximum likelihood and bayesian estimation-fix
jelli123
 
Chapter 4 likelihood
Chapter 4 likelihoodChapter 4 likelihood
Chapter 4 likelihoodNBER
 
Multiobjective optimization and trade offs using pareto optimality
Multiobjective optimization and trade offs using pareto optimalityMultiobjective optimization and trade offs using pareto optimality
Multiobjective optimization and trade offs using pareto optimality
Amogh Mundhekar
 
Multi Objective Optimization
Multi Objective OptimizationMulti Objective Optimization
Multi Objective Optimization
Nawroz University
 
Sampling techniques
Sampling techniquesSampling techniques
Sampling techniques
Bharat Paul
 
Point and Interval Estimation
Point and Interval EstimationPoint and Interval Estimation
Point and Interval EstimationShubham Mehta
 

Viewers also liked (20)

Regression Basic : MLE
Regression  Basic : MLERegression  Basic : MLE
Regression Basic : MLE
 
Maximum Likelihood Estimation
Maximum Likelihood EstimationMaximum Likelihood Estimation
Maximum Likelihood Estimation
 
Maximum Likelihood Estimation of Linear Time-Varying Pilot Model Parameters
Maximum Likelihood Estimation of Linear Time-Varying Pilot Model Parameters Maximum Likelihood Estimation of Linear Time-Varying Pilot Model Parameters
Maximum Likelihood Estimation of Linear Time-Varying Pilot Model Parameters
 
PENDUGAAN PARAMETER
PENDUGAAN PARAMETERPENDUGAAN PARAMETER
PENDUGAAN PARAMETER
 
Tabel Normal, MLE Distribusi Normal & Weibull, Grafik Mean & Standar Deviasi ...
Tabel Normal, MLE Distribusi Normal & Weibull, Grafik Mean & Standar Deviasi ...Tabel Normal, MLE Distribusi Normal & Weibull, Grafik Mean & Standar Deviasi ...
Tabel Normal, MLE Distribusi Normal & Weibull, Grafik Mean & Standar Deviasi ...
 
Tabel data minimum dan maksimum pemantauan kualitas air danau toba di wilayah...
Tabel data minimum dan maksimum pemantauan kualitas air danau toba di wilayah...Tabel data minimum dan maksimum pemantauan kualitas air danau toba di wilayah...
Tabel data minimum dan maksimum pemantauan kualitas air danau toba di wilayah...
 
Gary Yen: "Multi-objective Optimization and Performance Metrics Ensemble"
Gary Yen: "Multi-objective Optimization and Performance Metrics Ensemble" Gary Yen: "Multi-objective Optimization and Performance Metrics Ensemble"
Gary Yen: "Multi-objective Optimization and Performance Metrics Ensemble"
 
Introduction to Maximum Likelihood Estimator
Introduction to Maximum Likelihood EstimatorIntroduction to Maximum Likelihood Estimator
Introduction to Maximum Likelihood Estimator
 
Multi-Objective Evolutionary Algorithms
Multi-Objective Evolutionary AlgorithmsMulti-Objective Evolutionary Algorithms
Multi-Objective Evolutionary Algorithms
 
Maximum Likelihood Estimation
Maximum Likelihood EstimationMaximum Likelihood Estimation
Maximum Likelihood Estimation
 
Metode maximum likelihood
Metode maximum likelihoodMetode maximum likelihood
Metode maximum likelihood
 
Estimators for structural equation models of Likert scale data
Estimators for structural equation models of Likert scale dataEstimators for structural equation models of Likert scale data
Estimators for structural equation models of Likert scale data
 
Pareto optimal
Pareto optimal    Pareto optimal
Pareto optimal
 
Chapter 3 maximum likelihood and bayesian estimation-fix
Chapter 3   maximum likelihood and bayesian estimation-fixChapter 3   maximum likelihood and bayesian estimation-fix
Chapter 3 maximum likelihood and bayesian estimation-fix
 
Chapter 4 likelihood
Chapter 4 likelihoodChapter 4 likelihood
Chapter 4 likelihood
 
Estimation
EstimationEstimation
Estimation
 
Multiobjective optimization and trade offs using pareto optimality
Multiobjective optimization and trade offs using pareto optimalityMultiobjective optimization and trade offs using pareto optimality
Multiobjective optimization and trade offs using pareto optimality
 
Multi Objective Optimization
Multi Objective OptimizationMulti Objective Optimization
Multi Objective Optimization
 
Sampling techniques
Sampling techniquesSampling techniques
Sampling techniques
 
Point and Interval Estimation
Point and Interval EstimationPoint and Interval Estimation
Point and Interval Estimation
 

Similar to On non-negative unbiased estimators

Unit II PPT.pptx
Unit II PPT.pptxUnit II PPT.pptx
Unit II PPT.pptx
VIKASPALEKAR18PHD100
 
Nonparametric testing for exogeneity with discrete regressors and instruments
Nonparametric testing for exogeneity with discrete regressors and instrumentsNonparametric testing for exogeneity with discrete regressors and instruments
Nonparametric testing for exogeneity with discrete regressors and instruments
GRAPE
 
Statistical Method In Economics
Statistical Method In EconomicsStatistical Method In Economics
Statistical Method In Economics
Economics Homework Helper
 
Per4 induction
Per4 inductionPer4 induction
Per4 induction
Evert Sandye Taasiringan
 
Slides ACTINFO 2016
Slides ACTINFO 2016Slides ACTINFO 2016
Slides ACTINFO 2016
Arthur Charpentier
 
Markov chain Monte Carlo methods and some attempts at parallelizing them
Markov chain Monte Carlo methods and some attempts at parallelizing themMarkov chain Monte Carlo methods and some attempts at parallelizing them
Markov chain Monte Carlo methods and some attempts at parallelizing them
Pierre Jacob
 
Equational axioms for probability calculus and modelling of Likelihood ratio ...
Equational axioms for probability calculus and modelling of Likelihood ratio ...Equational axioms for probability calculus and modelling of Likelihood ratio ...
Equational axioms for probability calculus and modelling of Likelihood ratio ...
Advanced-Concepts-Team
 
Estimation of the score vector and observed information matrix in intractable...
Estimation of the score vector and observed information matrix in intractable...Estimation of the score vector and observed information matrix in intractable...
Estimation of the score vector and observed information matrix in intractable...
Pierre Jacob
 
Spatial Point Processes and Their Applications in Epidemiology
Spatial Point Processes and Their Applications in EpidemiologySpatial Point Processes and Their Applications in Epidemiology
Spatial Point Processes and Their Applications in EpidemiologyLilac Liu Xu
 
Maximum likelihood estimation of regularisation parameters in inverse problem...
Maximum likelihood estimation of regularisation parameters in inverse problem...Maximum likelihood estimation of regularisation parameters in inverse problem...
Maximum likelihood estimation of regularisation parameters in inverse problem...
Valentin De Bortoli
 
P, NP and NP-Complete, Theory of NP-Completeness V2
P, NP and NP-Complete, Theory of NP-Completeness V2P, NP and NP-Complete, Theory of NP-Completeness V2
P, NP and NP-Complete, Theory of NP-Completeness V2
S.Shayan Daneshvar
 
Estimation Theory, PhD Course, Ghent University, Belgium
Estimation Theory, PhD Course, Ghent University, BelgiumEstimation Theory, PhD Course, Ghent University, Belgium
Estimation Theory, PhD Course, Ghent University, Belgium
Stijn De Vuyst
 
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
 
MUMS Opening Workshop - Emulators for models and Complexity Reduction - Akil ...
MUMS Opening Workshop - Emulators for models and Complexity Reduction - Akil ...MUMS Opening Workshop - Emulators for models and Complexity Reduction - Akil ...
MUMS Opening Workshop - Emulators for models and Complexity Reduction - Akil ...
The Statistical and Applied Mathematical Sciences Institute
 
Basics of probability in statistical simulation and stochastic programming
Basics of probability in statistical simulation and stochastic programmingBasics of probability in statistical simulation and stochastic programming
Basics of probability in statistical simulation and stochastic programming
SSA KPI
 
probability assignment help (2)
probability assignment help (2)probability assignment help (2)
probability assignment help (2)
Statistics Homework Helper
 
Talk at CIRM on Poisson equation and debiasing techniques
Talk at CIRM on Poisson equation and debiasing techniquesTalk at CIRM on Poisson equation and debiasing techniques
Talk at CIRM on Poisson equation and debiasing techniques
Pierre Jacob
 
chap2.pdf
chap2.pdfchap2.pdf
chap2.pdf
eseinsei
 
Nested sampling
Nested samplingNested sampling
Nested sampling
Christian Robert
 

Similar to On non-negative unbiased estimators (20)

Unit II PPT.pptx
Unit II PPT.pptxUnit II PPT.pptx
Unit II PPT.pptx
 
Nonparametric testing for exogeneity with discrete regressors and instruments
Nonparametric testing for exogeneity with discrete regressors and instrumentsNonparametric testing for exogeneity with discrete regressors and instruments
Nonparametric testing for exogeneity with discrete regressors and instruments
 
Statistical Method In Economics
Statistical Method In EconomicsStatistical Method In Economics
Statistical Method In Economics
 
Per4 induction
Per4 inductionPer4 induction
Per4 induction
 
Slides ACTINFO 2016
Slides ACTINFO 2016Slides ACTINFO 2016
Slides ACTINFO 2016
 
Markov chain Monte Carlo methods and some attempts at parallelizing them
Markov chain Monte Carlo methods and some attempts at parallelizing themMarkov chain Monte Carlo methods and some attempts at parallelizing them
Markov chain Monte Carlo methods and some attempts at parallelizing them
 
Equational axioms for probability calculus and modelling of Likelihood ratio ...
Equational axioms for probability calculus and modelling of Likelihood ratio ...Equational axioms for probability calculus and modelling of Likelihood ratio ...
Equational axioms for probability calculus and modelling of Likelihood ratio ...
 
LDP.pdf
LDP.pdfLDP.pdf
LDP.pdf
 
Estimation of the score vector and observed information matrix in intractable...
Estimation of the score vector and observed information matrix in intractable...Estimation of the score vector and observed information matrix in intractable...
Estimation of the score vector and observed information matrix in intractable...
 
Spatial Point Processes and Their Applications in Epidemiology
Spatial Point Processes and Their Applications in EpidemiologySpatial Point Processes and Their Applications in Epidemiology
Spatial Point Processes and Their Applications in Epidemiology
 
Maximum likelihood estimation of regularisation parameters in inverse problem...
Maximum likelihood estimation of regularisation parameters in inverse problem...Maximum likelihood estimation of regularisation parameters in inverse problem...
Maximum likelihood estimation of regularisation parameters in inverse problem...
 
P, NP and NP-Complete, Theory of NP-Completeness V2
P, NP and NP-Complete, Theory of NP-Completeness V2P, NP and NP-Complete, Theory of NP-Completeness V2
P, NP and NP-Complete, Theory of NP-Completeness V2
 
Estimation Theory, PhD Course, Ghent University, Belgium
Estimation Theory, PhD Course, Ghent University, BelgiumEstimation Theory, PhD Course, Ghent University, Belgium
Estimation Theory, PhD Course, Ghent University, Belgium
 
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)
 
MUMS Opening Workshop - Emulators for models and Complexity Reduction - Akil ...
MUMS Opening Workshop - Emulators for models and Complexity Reduction - Akil ...MUMS Opening Workshop - Emulators for models and Complexity Reduction - Akil ...
MUMS Opening Workshop - Emulators for models and Complexity Reduction - Akil ...
 
Basics of probability in statistical simulation and stochastic programming
Basics of probability in statistical simulation and stochastic programmingBasics of probability in statistical simulation and stochastic programming
Basics of probability in statistical simulation and stochastic programming
 
probability assignment help (2)
probability assignment help (2)probability assignment help (2)
probability assignment help (2)
 
Talk at CIRM on Poisson equation and debiasing techniques
Talk at CIRM on Poisson equation and debiasing techniquesTalk at CIRM on Poisson equation and debiasing techniques
Talk at CIRM on Poisson equation and debiasing techniques
 
chap2.pdf
chap2.pdfchap2.pdf
chap2.pdf
 
Nested sampling
Nested samplingNested sampling
Nested sampling
 

More from Pierre Jacob

ISBA 2022 Susie Bayarri lecture
ISBA 2022 Susie Bayarri lectureISBA 2022 Susie Bayarri lecture
ISBA 2022 Susie Bayarri lecture
Pierre Jacob
 
Couplings of Markov chains and the Poisson equation
Couplings of Markov chains and the Poisson equation Couplings of Markov chains and the Poisson equation
Couplings of Markov chains and the Poisson equation
Pierre Jacob
 
Monte Carlo methods for some not-quite-but-almost Bayesian problems
Monte Carlo methods for some not-quite-but-almost Bayesian problemsMonte Carlo methods for some not-quite-but-almost Bayesian problems
Monte Carlo methods for some not-quite-but-almost Bayesian problems
Pierre Jacob
 
Unbiased MCMC with couplings
Unbiased MCMC with couplingsUnbiased MCMC with couplings
Unbiased MCMC with couplings
Pierre Jacob
 
Unbiased Markov chain Monte Carlo methods
Unbiased Markov chain Monte Carlo methods Unbiased Markov chain Monte Carlo methods
Unbiased Markov chain Monte Carlo methods
Pierre Jacob
 
Recent developments on unbiased MCMC
Recent developments on unbiased MCMCRecent developments on unbiased MCMC
Recent developments on unbiased MCMC
Pierre Jacob
 
Current limitations of sequential inference in general hidden Markov models
Current limitations of sequential inference in general hidden Markov modelsCurrent limitations of sequential inference in general hidden Markov models
Current limitations of sequential inference in general hidden Markov models
Pierre Jacob
 
Path storage in the particle filter
Path storage in the particle filterPath storage in the particle filter
Path storage in the particle filter
Pierre Jacob
 
Density exploration methods
Density exploration methodsDensity exploration methods
Density exploration methods
Pierre Jacob
 
SMC^2: an algorithm for sequential analysis of state-space models
SMC^2: an algorithm for sequential analysis of state-space modelsSMC^2: an algorithm for sequential analysis of state-space models
SMC^2: an algorithm for sequential analysis of state-space models
Pierre Jacob
 
PAWL - GPU meeting @ Warwick
PAWL - GPU meeting @ WarwickPAWL - GPU meeting @ Warwick
PAWL - GPU meeting @ Warwick
Pierre Jacob
 
Presentation of SMC^2 at BISP7
Presentation of SMC^2 at BISP7Presentation of SMC^2 at BISP7
Presentation of SMC^2 at BISP7
Pierre Jacob
 
Presentation MCB seminar 09032011
Presentation MCB seminar 09032011Presentation MCB seminar 09032011
Presentation MCB seminar 09032011
Pierre Jacob
 

More from Pierre Jacob (13)

ISBA 2022 Susie Bayarri lecture
ISBA 2022 Susie Bayarri lectureISBA 2022 Susie Bayarri lecture
ISBA 2022 Susie Bayarri lecture
 
Couplings of Markov chains and the Poisson equation
Couplings of Markov chains and the Poisson equation Couplings of Markov chains and the Poisson equation
Couplings of Markov chains and the Poisson equation
 
Monte Carlo methods for some not-quite-but-almost Bayesian problems
Monte Carlo methods for some not-quite-but-almost Bayesian problemsMonte Carlo methods for some not-quite-but-almost Bayesian problems
Monte Carlo methods for some not-quite-but-almost Bayesian problems
 
Unbiased MCMC with couplings
Unbiased MCMC with couplingsUnbiased MCMC with couplings
Unbiased MCMC with couplings
 
Unbiased Markov chain Monte Carlo methods
Unbiased Markov chain Monte Carlo methods Unbiased Markov chain Monte Carlo methods
Unbiased Markov chain Monte Carlo methods
 
Recent developments on unbiased MCMC
Recent developments on unbiased MCMCRecent developments on unbiased MCMC
Recent developments on unbiased MCMC
 
Current limitations of sequential inference in general hidden Markov models
Current limitations of sequential inference in general hidden Markov modelsCurrent limitations of sequential inference in general hidden Markov models
Current limitations of sequential inference in general hidden Markov models
 
Path storage in the particle filter
Path storage in the particle filterPath storage in the particle filter
Path storage in the particle filter
 
Density exploration methods
Density exploration methodsDensity exploration methods
Density exploration methods
 
SMC^2: an algorithm for sequential analysis of state-space models
SMC^2: an algorithm for sequential analysis of state-space modelsSMC^2: an algorithm for sequential analysis of state-space models
SMC^2: an algorithm for sequential analysis of state-space models
 
PAWL - GPU meeting @ Warwick
PAWL - GPU meeting @ WarwickPAWL - GPU meeting @ Warwick
PAWL - GPU meeting @ Warwick
 
Presentation of SMC^2 at BISP7
Presentation of SMC^2 at BISP7Presentation of SMC^2 at BISP7
Presentation of SMC^2 at BISP7
 
Presentation MCB seminar 09032011
Presentation MCB seminar 09032011Presentation MCB seminar 09032011
Presentation MCB seminar 09032011
 

Recently uploaded

Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
SACHIN R KONDAGURI
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
Atul Kumar Singh
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Po-Chuan Chen
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 

Recently uploaded (20)

Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Language Across the Curriculm LAC B.Ed.
Language Across the  Curriculm LAC B.Ed.Language Across the  Curriculm LAC B.Ed.
Language Across the Curriculm LAC B.Ed.
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 

On non-negative unbiased estimators

  • 1. On non-negative unbiased estimators Pierre E. Jacob @ University of Oxford & Alexandre H. Thi´ery @ National University of Singapore Banff – March 2014 Pierre Jacob Non-negative unbiased estimators 1/ 28
  • 2. Outline 1 Exact inference 2 Unbiased estimators and sign problem 3 Existence and non-existence results 4 Discussion Pierre Jacob Non-negative unbiased estimators 2/ 28
  • 3. Outline 1 Exact inference 2 Unbiased estimators and sign problem 3 Existence and non-existence results 4 Discussion Pierre Jacob Non-negative unbiased estimators 2/ 28
  • 4. Exact inference For a target probability distribution with unnormalised density π, a numerical method is “exact” if for any test function φ, ∫ φ(θ)π(θ)dθ ∫ π(θ)dθ can be approximated with arbitrary precision, at the cost of more computational effort. ⇒ In this sense MCMC is exact. Pierre Jacob Non-negative unbiased estimators 3/ 28
  • 5. Exact inference With exact methods, no systematic error. No guarantees that for a fixed computational budget, exact methods should be preferred over approximate methods. Still important to know in which settings exact methods are available. Pierre Jacob Non-negative unbiased estimators 4/ 28
  • 6. Exact inference using Metropolis-Hastings Metropolis-Hastings algorithm. 1: Set some θ(1). 2: for i = 2 to Nθ do 3: Propose θ⋆ ∼ q(·|θ(i−1)). 4: Compute the ratio: α = min ( 1, π(θ⋆) π(θ(i−1)) q(θ(i−1)|θ⋆) q(θ⋆|θ(i−1)) ) . 5: Set θ(i) = θ⋆ with probability α, otherwise set θ(i) = θ(i−1). 6: end for Pierre Jacob Non-negative unbiased estimators 5/ 28
  • 7. Exact inference with unbiased estimators Pseudo-marginal Metropolis-Hastings algorithm. For each θ, we can sample Z(θ) with E(Z(θ)) = π(θ). 1: Set some θ(1) and sample Z(θ(1)). 2: for i = 2 to Nθ do 3: Propose θ⋆ ∼ q(·|θ(i−1)) and sample Z(θ⋆). 4: Compute the ratio: α = min ( 1, Z(θ⋆) Z(θ(i−1)) q(θ(i−1)|θ⋆) q(θ⋆|θ(i−1)) ) . 5: Set θ(i) = θ⋆, Z(θ(i)) = Z(θ⋆) with probability α, otherwise set θ(i) = θ(i−1), Z(θ(i)) = Z(θ(i−1)). 6: end for Pierre Jacob Non-negative unbiased estimators 6/ 28
  • 8. Exact inference with unbiased estimators Game-changer when one has access to efficient unbiased estimators of the target density. Especially in parameter inference for hidden Markov models, with particle MCMC methods based on particle filters to estimate the likelihood. What if one doesn’t have access to straightforward unbiased estimators? Are there general schemes to obtain those unbiased estimators? Pierre Jacob Non-negative unbiased estimators 7/ 28
  • 9. Exact inference with unbiased estimators Example: big data Observations yi iid ∼ fθ for i = 1, . . . , n, and n is very large. Can we do exact inference without computing the full likelihood every time we try a new parameter value? Unbiased estimator of the log-likelihood ℓ(θ) = (n/m) m∑ i=1 log f (yσi | θ) for m < n and σi corresponding to some subsampling scheme. It doesn’t directly provide an unbiased estimator of the likelihood. Pierre Jacob Non-negative unbiased estimators 8/ 28
  • 10. Exact inference with unbiased estimators Doubly intractable distributions Posterior density decomposable into π(θ | y) = 1 C(θ) f (y; θ)p(θ). One can typically get an unbiased estimator of C(θ) using importance sampling. It doesn’t directly provide an unbiased estimator of 1/C(θ). Pierre Jacob Non-negative unbiased estimators 9/ 28
  • 11. Exact inference with unbiased estimators Reference priors Starting from an arbitrary prior π⋆, define fk(θ) = exp {∫ p(y1, . . . , yk | θ) log π⋆ (θ | y1, . . . , yk)dy1 . . . dyk } and the reference prior is, for any θ0 in the interior of Θ, f (θ) = lim k→∞ fk(θ) fk(θ0) . (Berger, Bernardo, Sun 2009.) Unbiased estimators of f (θ)? Pierre Jacob Non-negative unbiased estimators 10/ 28
  • 12. Outline 1 Exact inference 2 Unbiased estimators and sign problem 3 Existence and non-existence results 4 Discussion Pierre Jacob Non-negative unbiased estimators 10/ 28
  • 13. Unbiased estimators Von Neuman & Ulam (∼ 1950), Kuti (∼ 1980), Rychlik (∼ 1990), McLeish, Rhee & Glynn (∼ 2010). . . Removing the bias off consistent estimators Introduce a random variable S with E(S) = λ ∈ R, a sequence (Sn)n≥0 converging to S in L2, N be an integer valued random variable and wn = 1/P(N ≥ n) < ∞ for all n ≥ 0, then Y = N∑ n=0 wn × ( Sn − Sn−1 ) has expectation E(Y ) = E(S) = λ. Pierre Jacob Non-negative unbiased estimators 11/ 28
  • 14. Unbiased estimators If ∞∑ n=1 wn × E ( |S − Sn−1|2 ) < ∞, (1) then the variance of Y is finite. Denote by ¯tn the expected computing time to obtain Sn − Sn−1. Then the computing time of Y , denoted by ¯τ, should preferably satisfy E(¯τ) = ∞∑ n=0 w−1 n × ¯tn < ∞. (2) Success story in multi-level Monte Carlo. Pierre Jacob Non-negative unbiased estimators 12/ 28
  • 15. Unbiased estimators Even if the consistent estimators Sn are each almost-surely non-negative, Y is not in general almost-surely non-negative: Y = N∑ n=0 wn × ( Sn − Sn−1 ) , unless we manage to construct ordered consistent estimators, ie: P(Sn−1 ≤ Sn) = 1. Direct implementation of the pseudo-marginal approach is difficult in the presence of possibly negative acceptance probabilities. Pierre Jacob Non-negative unbiased estimators 13/ 28
  • 16. Dealing with negative values One can still perform exact inference by noting ∫ φ(θ)π(θ)dθ ∫ π(θ)dθ = ∫ φ(θ)σ(π(θ))|π(θ)|dθ ∫ σ(π(θ))|π(θ)|dθ which suggests using the absolute values of Z(θ) in the MH acceptance ratio. The integral is recovered using the importance sampling estimator: ∑N i=1 σ(Z(θ(i)))φ(θ(i)) ∑N i=1 σ(Z(θ(i))) As an importance sampler, deteriorates with the dimension. Called the sign problem in lattice quantum chromodynamics. Pierre Jacob Non-negative unbiased estimators 14/ 28
  • 17. Avoiding the sign problem Can we avoid the sign problem by directly designing non-negative unbiased estimators? Given an unbiased estimator of λ > 0, can I generate a non-negative unbiased estimator of λ? Let f be any function f : R → R+. Given an unbiased estimator of λ ∈ R, can I generate a non-negative unbiased estimator of f (λ)? Pierre Jacob Non-negative unbiased estimators 15/ 28
  • 18. Outline 1 Exact inference 2 Unbiased estimators and sign problem 3 Existence and non-existence results 4 Discussion Pierre Jacob Non-negative unbiased estimators 15/ 28
  • 19. f -factory Let X be a subset of R and f : conv(X) → R+ a function. Definition An X-algorithm A is an f -factory if, given as inputs any i.i.d sequence X = (Xk)k≥1 with expectation λ ∈ R, an auxiliary random variable U ∼ Uniform(0, 1) independent of (Xk)k≥1, then Y = A(U, X) is a non-negative unbiased estimator of f (λ). Pierre Jacob Non-negative unbiased estimators 16/ 28
  • 20. X-algorithm Let X be a subset of R. Definition An X-algorithm A is a pair ( T, φ ) where T = (Tn)n≥0 is a sequence of Tn : (0, 1) × Xn → {0, 1}, φ = (φn)n≥0 is a sequence of φn : (0, 1) × Xn → R+. A ≡ (T, φ) takes u ∈ (0, 1) and x = (xi)i≥1 ∈ X∞ as inputs and produces as output exit time: τ = τ(u, x) = inf{n ≥ 0 : Tn(u, x1, . . . , xn) = 1} exit value: A(u, x) = φτ (u, x1, . . . , xτ ) Set A(u, x) = ∞ if Tn never gives 1. Pierre Jacob Non-negative unbiased estimators 17/ 28
  • 21. General non-existence of f -factories Theorem For any non constant function f : R → R+, no f -factory exists. Lemma Given i.i.d copies of an unbiased estimator of λ > 0 and a uniform random variable U, there is no algorithm producing a non-negative unbiased estimator of λ. The lemma is not directly implied by the theorem but the proof is very similar. Pierre Jacob Non-negative unbiased estimators 18/ 28
  • 22. Proof For the sake of contradiction, introduce a non-constant function f : R → R+, and λ1, λ2 ∈ R with f (λ1) > f (λ2), an f -factory (φ, T). Consider an i.i.d sequence X = (Xn)n≥1 with expectation λ1. Then A(U, X) = φτX (U, X1, . . . , XτX ) has expectation f (λ1), and τX = inf{n : Tn(U, X1, . . . , Xn) = 1} is almost surely finite. Pierre Jacob Non-negative unbiased estimators 19/ 28
  • 23. Proof An f -factory should work for any input sequence. Introduce Bernoulli variables (Bn)n≥1, with P(Bn = 0) = ε and Yn = Bn Xn + λ2 − λ1(1 − ε) ε (1 − Bn) so that E(Yn) = λ2. Then A(U, Y ) = φτY (U, Y1, . . . , YτY ) has expectation f (λ2) < f (λ1), and τY = inf{n : Tn(U, Y1, . . . , Yn) = 1} is almost surely finite. Pierre Jacob Non-negative unbiased estimators 20/ 28
  • 24. Proof By construction we can tune the probability (1 − ε)n of Mn = {(Y1, . . . , Yn) = (X1, . . . , Xn)}, by changing ε. On the events {(Y1, . . . , Yn) ̸= (X1, . . . , Xn)} the algorithm has to “compensate”, so that f (λ2) = E[A(U, Y )] < E[A(U, X)] = f (λ1). But the algorithm cannot ouptut values lower than zero ⇒ for ε small enough it leads to a contradiction. Pierre Jacob Non-negative unbiased estimators 21/ 28
  • 25. Other cases By putting more restrictions on X we get different results. The case where X ⊂ R+ and f is decreasing also leads to a non-existence result. The case where X ⊂ R+ and f is increasing allows some constructions, for instance for real analytic functions. Pierre Jacob Non-negative unbiased estimators 22/ 28
  • 26. Other cases No full characterisation of increasing functions allowing f -factories for X ⊂ R+, yet. The case where X = [a, b] is related to the Bernoulli factory. Necessary and sufficient condition: f continuous and there exist n, m ∈ N and ε > 0 such that ∀x ∈ [a, b] f (x) ≥ ε min ((x − a)m , (b − x)n ) Pierre Jacob Non-negative unbiased estimators 23/ 28
  • 27. Case X = [a, b] Assume ∀x ∈ [a, b] f (x) ≥ ε min ((x − a)m , (b − x)n ) . Introduce g : x → f (x)/{(x − a)m (b − x)n } bounded away from zero. Hence g can be approximated from below by polynomials. Introduce P1(x) = ∑ (i,j)∈I1 α (1) i,j (x − a)i (b − x)j with non-negative coefficients, and such that P1(x) ≤ g(x). Then approximate g − P1 from below by P2, g − P1 − P2 by P3, etc. Pierre Jacob Non-negative unbiased estimators 24/ 28
  • 28. Case X = [a, b] We obtain a sum of polynomials ∑n k=0 Pk(x) converging to g(x) when n → ∞. We multiply by (x − a)m(b − x)n to estimate f (x) instead. This leads to a sequence of estimators Sn = n∑ k=0 ∑ (i,j)∈Ik a (k) i,j { i∏ p=1 (Xp − a)i } { j∏ q=1 (b − Xi+q)j } for which P(Sn−1 ≤ Sn) = 1, yielding a non-negative unbiased estimator of f (λ). Pierre Jacob Non-negative unbiased estimators 25/ 28
  • 29. Outline 1 Exact inference 2 Unbiased estimators and sign problem 3 Existence and non-existence results 4 Discussion Pierre Jacob Non-negative unbiased estimators 25/ 28
  • 30. Back to statistics No f -factory for X = R and any non-constant f . ⇒ without lower bounds on the log-likelihood estimator, no non-negative unbiased likelihood estimators. No f -factory for decreasing functions f and X = R+. ⇒ without lower and upper bounds on the estimator of C(θ), no non-negative unbiased estimators of 1/C(θ). For the reference prior, it seems hopeless unless X = [a, b]. Pierre Jacob Non-negative unbiased estimators 26/ 28
  • 31. Discussion No answer for the case f “slowly” increasing and X ⊂ R+. We only considered the transformation of an unbiased estimator of λ to an unbiased estimator of f (λ). Should we tolerate negative values and come up with appropriate methodology? Should we aim for exact inference? Thanks! Pierre Jacob Non-negative unbiased estimators 27/ 28
  • 32. References On non-negative unbiased estimators, Jacob, Thi´ery, 2014 (arXiv) Playing Russian Roulette with Intractable Likelihoods, Girolami, Lyne, Strathmann, Simpson, Atchade, 2013 (arXiv) Computational complexity and fundamental limitations to fermionic quantum Monte Carlo simulations, Troyer, Wiese, 2005 (Phys. rev. let. 94) Unbiased Estimation with Square Root Convergence for SDE Models , Rhee, Glynn, 2013 (arXiv) Pierre Jacob Non-negative unbiased estimators 28/ 28