SlideShare a Scribd company logo
Arthur CHARPENTIER, Quantile and Expectile Regressions
Quantile and Expectile Regresions
Arthur Charpentier (Université de Rennes 1)
Erasmus School of Economics, May 2017
http://freakonometrics.hypotheses.org
@freakonometrics freakonometrics 1
Arthur CHARPENTIER, Quantile and Expectile Regressions
Econometrics vs Machine Learning
As claimed in Freedman (2005), Statistical Models, in econometrics, given some
probability space (Ω, A, P), assume that yi are realization of i.i.d. variables Yi
(given Xi = xi) with distribution Fmi
(“conditional distribution story” or “causal
story”). E.g.
Y |X = x ∼ N(xT
β
m(x)
, σ2
) or Y |X = x ∼ B(m(x)) where m(x) =
exT
β
1 + exTβ
Then solve (“maximum likelihood” framework)
m(·) = argmax
m(·)∈F
log L(m(x); y) = argmax
m(·)∈F
n
i=1
log fm(xi)(yi)
where log L denotes the log-likelihood, see Haavelmo (1944) The Probability
Approach in Econometrics.
@freakonometrics freakonometrics 2
Arthur CHARPENTIER, Quantile and Expectile Regressions
Econometrics vs Machine Learning
In machine learning (“explanatory data story” in Freedman (2005), Statistical
Models), given some dataset (xi, yi), solve
m (·) = argmin
m(·)∈F
n
i=1
(m(xi), yi)
for some loss functions (·, ·). There is no probabilistic model per se.
But some loss functions have simple and interesting properties, e.g.
s(x, y) = 11x>s=y for classification, associated with missclassification dummy
(with cutoff threshold s),
yi = 0 yi = 1
m(xi) ≤ s n00 n01
m(xi) > s n10 n11
ms(·) = argmin
m(·)∈F
{n01 + n01}
@freakonometrics freakonometrics 3
Arthur CHARPENTIER, Quantile and Expectile Regressions
OLS Regression, 2 norm and Expected Value: 2(x, y) = [x − y]2
Let y ∈ Rn
, y = argmin
m∈R



n
i=1
1
n
yi − m
εi
2



. It is the empirical version of
E[Y ] = argmin
m∈R



y − m
ε
2
dF(y)



= argmin
m∈R



E Y − m
ε
2



where Y is a random variable.
Thus, argmin
m(·):Rk→R



n
i=1
1
n
yi − m(xi)
εi
2



is the empirical version of E[Y |X = x].
See Legendre (1805) Nouvelles méthodes pour la détermination des orbites des
comètes and Gauβ (1809) Theoria motus corporum coelestium in sectionibus conicis
solem ambientium.
@freakonometrics freakonometrics 4
Arthur CHARPENTIER, Quantile and Expectile Regressions
Median Regression, 1 norm and Median: 1(x, y) = |x − y|
Let y ∈ Rn
, median[y] ∈ argmin
m∈R



n
i=1
1
n
yi − m
εi



. It is the empirical version of
median[Y ] ∈ argmin
m∈R



y − m
ε
dF(y)



= argmin
m∈R



E Y − m
ε
1



where Y is a random variable, P[Y ≤ median[Y ]] ≥
1
2
and P[Y ≥ median[Y ]] ≥
1
2
.
argmin
m(·):Rk→R



n
i=1
1
n
yi − m(xi)
εi



is the empirical version of median[Y |X = x].
See Boscovich (1757) De Litteraria expeditione per pontificiam ditionem ad
dimetiendos duos meridiani and Laplace (1793) Sur quelques points du système du
monde.
@freakonometrics freakonometrics 5
Arthur CHARPENTIER, Quantile and Expectile Regressions
Quantiles and Expectiles, (x, y) = R(x − y)
Consider the following risk functions
Rq
τ (u) = u · τ − 1(u < 0) , τ ∈ [0, 1]
with Rq
1/2(u) ∝ |u| = u 1
, and
Re
τ (u) = u2
· τ − 1(u < 0) , τ ∈ [0, 1]
with Re
1/2(u) ∝ u2
= u 2
2
.
QY (τ) = argmin
m
E Rq
τ (Y − m)
which is the median when τ = 1/2,
EY (τ) = argmin
m
E Re
τ (X − m) }
which is the expected value when τ = 1/2.
@freakonometrics freakonometrics 6
qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq
−1.5 −1.0 −0.5 0.0 0.5 1.0 1.5
0.00.51.01.5
qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq
−1.5 −1.0 −0.5 0.0 0.5 1.0 1.5
0.00.51.01.5
Arthur CHARPENTIER, Quantile and Expectile Regressions
Elicitable Measures
“elicitable” means “being a minimizer of a suitable expected score”
T is an elicatable function if there exits a scoring function S : R × R → [0, ∞)
(see functions (·, ·) introduced above) such that
T(Y ) = argmin
x∈R R
S(x, y)dF(y) = argmin
x∈R
E S(x, Y ) where Y ∼ F.
see Gneiting (2011) Making and evaluating point forecasts.
The mean, T(Y ) = E[Y ] is elicited by S(x, y) = x − y 2
2
The median, T(Y ) = median[Y ] is elicited by S(x, y) = x − y 1
The quantile, T(Y ) = QY (τ) is elicited by S(x, y) = τ(y − x)+ + (1 − τ)(y − x)−
The expectile, T(Y ) = EY (τ) is elicited by S(x, y) = τ(y − x)2
+ + (1 − τ)(y − x)2
−
@freakonometrics freakonometrics 7
Arthur CHARPENTIER, Quantile and Expectile Regressions
Quantiles and Expectiles (Technical Issues)
One can also write empirical quantiles and expectiles as
quantile: argmin



n
i=1
ωq
τ (εi) yi − qi
εi



where ωq
τ ( ) =



1 − τ if ≤ 0
τ if > 0
expectile: argmin



n
i=1
ωe
τ (εi) yi − qi
εi
2



where ωe
τ ( ) =



1 − τ if ≤ 0
τ if > 0
Expectiles are unique, not quantiles...
Quantiles satisfy E[sign(Y − QY (τ))] = 0
Expectiles satisfy τE (Y − EY (τ))+ = (1 − τ)E (Y − EY (τ))−
(those are actually the first order conditions of the optimization problem).
@freakonometrics freakonometrics 8
Arthur CHARPENTIER, Quantile and Expectile Regressions
Expectiles as Quantiles (Interpretation)
For every Y ∈ L1
, τ → EY (τ) is continuous, and striclty increasing
if Y is absolutely continuous,
∂EY (τ)
∂τ
=
E[|X − EY (τ)|]
(1 − τ)FY (EY (τ)) + τ(1 − FY (EY (τ)))
“Expectiles have properties that are similar to quantiles” Newey & Powell (1987)
Asymmetric Least Squares Estimation and Testing. The reason is that expectiles of
a distribution F are quantiles a distribution G which is related to F, see Jones
(1994) Expectiles and M-quantiles are quantiles: let
G(t) =
P(t) − tF(t)
2[P(t) − tF(t)] + t − µ
where P(s) =
s
−∞
ydF(y).
The expectiles of F are the quantiles of G.
@freakonometrics freakonometrics 9
Arthur CHARPENTIER, Quantile and Expectile Regressions
Distortion: Expectiles as Quantiles (Gaussian, Lognormal & Poisson)
0.0 0.2 0.4 0.6 0.8 1.0
−2−1012
0.0 0.2 0.4 0.6 0.8 1.0
0246810
0.0 0.2 0.4 0.6 0.8 1.0
02468
0.0 0.2 0.4 0.6 0.8 1.0
0.00.20.40.60.81.0
0.0 0.2 0.4 0.6 0.8 1.0
0.00.20.40.60.81.0
0.0 0.2 0.4 0.6 0.8 1.0
0.00.20.40.60.81.0
@freakonometrics freakonometrics 10
Arthur CHARPENTIER, Quantile and Expectile Regressions
Empirical Quantiles & Empirical Expectiles
Consider some i.id. sample {y1, · · · , yn} with distribution F (abs. continuous).
Qτ = argmin E Rq
τ (Y − q) where Y ∼ F and Qτ ∈ argmin
n
i=1
Rq
τ (yi − q)
Then as n → ∞,
√
n Qτ − Qτ
L
→ N 0,
τ(1 − τ)
f2(Qτ )
Eτ = argmin E Re
τ (Y − m) where Y ∼ F and Eτ = argmin
n
i=1
Re
τ (yi − m)
Then as n → ∞,
√
n Eτ − Eτ
L
→ N 0, s2
τ where, if
Iτ (x, y) = τ(y − x)+ + (1 − τ)(y − x)− (elicitable score for quantiles),
s2
τ =
E[Iτ (Eτ , Y )2
]
(τ[1 − F(Eτ )] + [1 − τ]F(Euτ ))2
.
@freakonometrics freakonometrics 11
Arthur CHARPENTIER, Quantile and Expectile Regressions
Quantile Regression (and Heteroskedasticity)
We want to solve, here, min
n
i=1
Rq
τ (yi − xT
i β)
yi = xT
i β + εi so that Qy|x(τ) = xT
β + F−1
ε (τ)
@freakonometrics freakonometrics 12
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
qq
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
qq
q
q
5 10 15 20 25
020406080100120
speed
dist
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
qq
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
qq
q
q
5 %
95 %
20 40 60 80
23456
probability level (%)
Slope(quantileregression) 5 %
Arthur CHARPENTIER, Quantile and Expectile Regressions
Optimization Algorithm : Quantile Regression
Simplex algorithm to solve this program. Primal problem is
min
β,u,v
τ1T
u + (1 − τ)1T
v s.t. y = Xβ + u − v, with u, v ∈ Rn
+
and the dual version is
max
d
yT
d s.t. XT
d = (1 − τ)XT
1 with d ∈ [0, 1]n
Koenker & D’Orey (1994) A Remark on Algorithm AS 229: Computing Dual
Regression Quantiles and Regression Rank Scores suggest to use the simplex
method (default method in R). Portnoy & Koenker (1997) The Gaussian hare and
the Laplacian tortoise suggest to use the interior point method.
Running time is of order n1+δ
k3
for some δ > 0 and k = dim(β)
(it is (n + k)k2
for OLS, see wikipedia).
@freakonometrics freakonometrics 13
Arthur CHARPENTIER, Quantile and Expectile Regressions
Quantile Regression Estimators
OLS estimator β
ols
is solution of
β
ols
= argmin E E[Y |X = x] − xT
β
2
and Angrist, Chernozhukov & Fernandez-Val (2006) Quantile Regression under
Misspecification proved that
β
q
τ = argmin E ωτ (β) Qτ [Y |X = x] − xT
β
2
(under weak conditions) where
ωτ (β) =
1
0
(1 − u)fy|x(uxT
β + (1 − u)Qτ [Y |X = x])du
β
q
τ is the best weighted mean square approximation of the true quantile function,
where the weights depend on an average of the conditional density of Y over xT
β
and the true quantile regression function.
@freakonometrics freakonometrics 14
Arthur CHARPENTIER, Quantile and Expectile Regressions
Quantile Regression Estimators
Under weak conditions, β
q
τ is asymptotically normal:
√
n(β
q
τ − βq
τ )
L
→ N(0, τ(1 − τ)D−1
τ ΩxD−1
τ ),
where
Dτ = E fε(0)XXT
and Ωx = E XT
X .
hence, the asymptotic variance of β is
Var β
q
τ =
τ(1 − τ)
[fε(0)]2
1
n
n
i=1
xT
i xi
−1
where fε(0) is estimated using (e.g.) an histogram, as suggested in Powell (1991)
Estimation of monotonic regression models under quantile restrictions, since
Dτ = lim
h↓0
E
1(|ε| ≤ h)
2h
XXT
∼
1
2nh
n
i=1
1(|εi| ≤ h)xixT
i = Dτ .
@freakonometrics freakonometrics 15
Arthur CHARPENTIER, Quantile and Expectile Regressions
Visualization, τ → β
q
τ
See Abreveya (2001) The effects of demographics and maternal behavior on the
distribution of birth outcomes
20 40 60 80
−6−4−20246
probability level (%)
AGE
10 20 30 40 50
01000200030004000500060007000
Age (of the mother) AGE
BirthWeight(ing.) 1%
5%
10%
25%
50%
75%
90%
95%
@freakonometrics freakonometrics 16
Arthur CHARPENTIER, Quantile and Expectile Regressions
Visualization, τ → β
q
τ
See Abreveya (2001) The effects of demographics and maternal behavior on the
distribution of birth outcomes
20 40 60 80
−6−4−20246
probability level (%)
AGE
20 40 60 80
708090100110120130140
probability level (%)
SEXM
20 40 60 80
−200−180−160−140−120
probability level (%)
SMOKERTRUE
20 40 60 80
3.54.04.5
probability level (%)
WEIGHTGAIN
20 40 60 80
20406080
probability level (%)
COLLEGETRUE
@freakonometrics freakonometrics 17
Arthur CHARPENTIER, Quantile and Expectile Regressions
Quantile Regression on Panel Data
In the context of panel data, consider some fixed effect, αi so that
yi,t = xT
i,tβτ + αi + εi,t where Qτ (εi,t|Xi) = 0
Canay (2011) A simple approach to quantile regression for panel data suggests an
estimator in two steps,
• use a standard OLS fixed-effect model yi,t = xT
i,tβ + αi + ui,t, i.e. consider a
within transformation, and derive the fixed effect estimate β
(yi,t − yi) = xi,t − xi,t
T
β + (ui,t − ui)
• estimate fixed effects as αi =
1
T
T
t=1
yi,t − xT
i,tβ
• finally, run a standard quantile regression of yi,t − αi on xi,t’s.
See rqpd package.
@freakonometrics freakonometrics 18
Arthur CHARPENTIER, Quantile and Expectile Regressions
Quantile Regression with Fixed Effects (QRFE)
In a panel linear regression model, yi,t = xT
i,tβ + ui + εi,t,
where u is an unobserved individual specific effect.
In a fixed effects models, u is treated as a parameter. Quantile Regression is
min
β,u



i,t
Rq
τ (yi,t − [xT
i,tβ + ui])



Consider Penalized QRFE, as in Koenker & Bilias (2001) Quantile regression for
duration data,
min
β1,··· ,βκ,u



k,i,t
ωkRq
τk
(yi,t − [xT
i,tβk + ui]) + λ
i
|ui|



where ωk is a relative weight associated with quantile of level τk.
@freakonometrics freakonometrics 19
Arthur CHARPENTIER, Quantile and Expectile Regressions
Quantile Regression with Random Effects (QRRE)
Assume here that yi,t = xT
i,tβ + ui + εi,t
=ηi,t
.
Quantile Regression Random Effect (QRRE) yields solving
min
β



i,t
Rq
τ (yi,t − xT
i,tβ)



which is a weighted asymmetric least square deviation estimator.
Let Σ = [σs,t(τ)] denote the matrix
σts(τ) =



τ(1 − τ) if t = s
E[1{εit(τ) < 0, εis(τ) < 0}] − α2
if t = s
If (nT)−1
XT
{In ⊗ ΣT ×T (τ)}X → D0 as n → ∞ and (nT)−1
XT
Ωf X = D1, then
√
nT β
q
τ − βq
τ
L
−→ N 0, D−1
1 D0D−1
1 .
@freakonometrics freakonometrics 20
Arthur CHARPENTIER, Quantile and Expectile Regressions
Expectile Regression
We want to solve, here, min
β
n
i=1
Re
τ (yi − xT
i β)
see Koenker (2014) Living Beyond our Means for a comparison quantiles-expectiles
@freakonometrics freakonometrics 21
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
qq
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
qq
q
q
5 10 15 20 25
020406080100120
speed
dist
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
qq
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
q
qq
q
q
5 %
95 %
20 40 60 80
23456
probability level (%)
Slope(expectileregression) 5 %
Arthur CHARPENTIER, Quantile and Expectile Regressions
Expectile Regression
Solve here min
β
n
i=1
Re
τ (yi − xT
i β) where Re
τ (u) = u2
· τ − 1(u < 0)
“this estimator can be interpreted as a maximum likelihood estimator when the
disturbances arise from a normal distribution with unequal weight placed on
positive and negative disturbances” Aigner, Amemiya & Poirier (1976)
Formulation and Estimation of Stochastic Frontier Production Function Models.
See Holzmann & Klar (2016) Expectile Asymptotics for statistical properties.
Expectiles can (also) be related to Breckling & Chambers (1988) M-Quantiles.
Comparison quantile regression and expectile regression, see Schulze-Waltrup et
al. (2014) Expectile and quantile regression - David and Goliath?
@freakonometrics freakonometrics 22
Arthur CHARPENTIER, Quantile and Expectile Regressions
Expectile Regression, with Random Effects (ERRE)
Quantile Regression Random Effect (QRRE) yields solving
min
β



i,t
Re
α(yi,t − xT
i,tβ)



One can prove that
β
e
τ =
n
i=1
T
t=1
ωi,t(τ)xitxT
it
−1 n
i=1
T
t=1
ωi,t(τ)xityit ,
where ωit(τ) = τ − 1(yit < xT
itβ
e
τ ) .
@freakonometrics freakonometrics 23
Arthur CHARPENTIER, Quantile and Expectile Regressions
Expectile Regression with Random Effects (ERRE)
If W = diag(ω11(τ), . . . ωnT (τ)), set
W = E(W), H = XT
WX and Σ = XT
E(WεεT
W)X.
and then
√
nT β
e
τ − βe
τ )
L
−→ N(0, H−1
ΣH−1
),
see Barry et al. (2016) Quantile and Expectile Regression for random effects model.
@freakonometrics freakonometrics 24
Arthur CHARPENTIER, Quantile and Expectile Regressions
Application to Real Data
@freakonometrics freakonometrics 25

More Related Content

What's hot

Quantile and Expectile Regression
Quantile and Expectile RegressionQuantile and Expectile Regression
Quantile and Expectile Regression
Arthur Charpentier
 
Econometrics 2017-graduate-3
Econometrics 2017-graduate-3Econometrics 2017-graduate-3
Econometrics 2017-graduate-3
Arthur Charpentier
 
Slides ensae 9
Slides ensae 9Slides ensae 9
Slides ensae 9
Arthur Charpentier
 
Slides sales-forecasting-session2-web
Slides sales-forecasting-session2-webSlides sales-forecasting-session2-web
Slides sales-forecasting-session2-webArthur Charpentier
 
Inequality, slides #2
Inequality, slides #2Inequality, slides #2
Inequality, slides #2
Arthur Charpentier
 
Slides ensae-2016-11
Slides ensae-2016-11Slides ensae-2016-11
Slides ensae-2016-11
Arthur Charpentier
 
Sildes buenos aires
Sildes buenos airesSildes buenos aires
Sildes buenos aires
Arthur Charpentier
 
Classification
ClassificationClassification
Classification
Arthur Charpentier
 
Econometrics, PhD Course, #1 Nonlinearities
Econometrics, PhD Course, #1 NonlinearitiesEconometrics, PhD Course, #1 Nonlinearities
Econometrics, PhD Course, #1 Nonlinearities
Arthur Charpentier
 
Slides Bank England
Slides Bank EnglandSlides Bank England
Slides Bank England
Arthur Charpentier
 
Multiattribute utility copula
Multiattribute utility copulaMultiattribute utility copula
Multiattribute utility copula
Arthur Charpentier
 

What's hot (20)

Quantile and Expectile Regression
Quantile and Expectile RegressionQuantile and Expectile Regression
Quantile and Expectile Regression
 
Slides ineq-4
Slides ineq-4Slides ineq-4
Slides ineq-4
 
Econometrics 2017-graduate-3
Econometrics 2017-graduate-3Econometrics 2017-graduate-3
Econometrics 2017-graduate-3
 
Slides ineq-3b
Slides ineq-3bSlides ineq-3b
Slides ineq-3b
 
Slides ensae 9
Slides ensae 9Slides ensae 9
Slides ensae 9
 
Slides sales-forecasting-session2-web
Slides sales-forecasting-session2-webSlides sales-forecasting-session2-web
Slides sales-forecasting-session2-web
 
Slides edf-2
Slides edf-2Slides edf-2
Slides edf-2
 
Slides erm-cea-ia
Slides erm-cea-iaSlides erm-cea-ia
Slides erm-cea-ia
 
Berlin
BerlinBerlin
Berlin
 
Slides risk-rennes
Slides risk-rennesSlides risk-rennes
Slides risk-rennes
 
Inequality, slides #2
Inequality, slides #2Inequality, slides #2
Inequality, slides #2
 
Slides ensae-2016-11
Slides ensae-2016-11Slides ensae-2016-11
Slides ensae-2016-11
 
Slides guanauato
Slides guanauatoSlides guanauato
Slides guanauato
 
Sildes buenos aires
Sildes buenos airesSildes buenos aires
Sildes buenos aires
 
Classification
ClassificationClassification
Classification
 
Slides ineq-2
Slides ineq-2Slides ineq-2
Slides ineq-2
 
Econometrics, PhD Course, #1 Nonlinearities
Econometrics, PhD Course, #1 NonlinearitiesEconometrics, PhD Course, #1 Nonlinearities
Econometrics, PhD Course, #1 Nonlinearities
 
Slides Bank England
Slides Bank EnglandSlides Bank England
Slides Bank England
 
Slides erm
Slides ermSlides erm
Slides erm
 
Multiattribute utility copula
Multiattribute utility copulaMultiattribute utility copula
Multiattribute utility copula
 

Viewers also liked

Actuariat et Données
Actuariat et DonnéesActuariat et Données
Actuariat et Données
Arthur Charpentier
 
Slides maths eco_rennes
Slides maths eco_rennesSlides maths eco_rennes
Slides maths eco_rennes
Arthur Charpentier
 
Natural Disaster Risk Management
Natural Disaster Risk ManagementNatural Disaster Risk Management
Natural Disaster Risk Management
Arthur Charpentier
 
Actuarial Pricing Game
Actuarial Pricing GameActuarial Pricing Game
Actuarial Pricing Game
Arthur Charpentier
 
Testing for Extreme Volatility Transmission
Testing for Extreme Volatility Transmission Testing for Extreme Volatility Transmission
Testing for Extreme Volatility Transmission
Arthur Charpentier
 
Slides ilb
Slides ilbSlides ilb
Slides ilb
Arthur Charpentier
 
Slides barcelona risk data
Slides barcelona risk dataSlides barcelona risk data
Slides barcelona risk data
Arthur Charpentier
 
Digitalisation en Assurance
Digitalisation en AssuranceDigitalisation en Assurance
Digitalisation en Assurance
Arthur Charpentier
 
Slides econ-lm
Slides econ-lmSlides econ-lm
Slides econ-lm
Arthur Charpentier
 

Viewers also liked (9)

Actuariat et Données
Actuariat et DonnéesActuariat et Données
Actuariat et Données
 
Slides maths eco_rennes
Slides maths eco_rennesSlides maths eco_rennes
Slides maths eco_rennes
 
Natural Disaster Risk Management
Natural Disaster Risk ManagementNatural Disaster Risk Management
Natural Disaster Risk Management
 
Actuarial Pricing Game
Actuarial Pricing GameActuarial Pricing Game
Actuarial Pricing Game
 
Testing for Extreme Volatility Transmission
Testing for Extreme Volatility Transmission Testing for Extreme Volatility Transmission
Testing for Extreme Volatility Transmission
 
Slides ilb
Slides ilbSlides ilb
Slides ilb
 
Slides barcelona risk data
Slides barcelona risk dataSlides barcelona risk data
Slides barcelona risk data
 
Digitalisation en Assurance
Digitalisation en AssuranceDigitalisation en Assurance
Digitalisation en Assurance
 
Slides econ-lm
Slides econ-lmSlides econ-lm
Slides econ-lm
 

Similar to Slides erasmus

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
inventionjournals
 
Slides econometrics-2018-graduate-4
Slides econometrics-2018-graduate-4Slides econometrics-2018-graduate-4
Slides econometrics-2018-graduate-4
Arthur Charpentier
 
Nokton theory-en
Nokton theory-enNokton theory-en
Nokton theory-en
saidanilassaad
 
Appendix to MLPI Lecture 2 - Monte Carlo Methods (Basics)
Appendix to MLPI Lecture 2 - Monte Carlo Methods (Basics)Appendix to MLPI Lecture 2 - Monte Carlo Methods (Basics)
Appendix to MLPI Lecture 2 - Monte Carlo Methods (Basics)
Dahua Lin
 
Finance Enginering from Columbia.pdf
Finance Enginering from Columbia.pdfFinance Enginering from Columbia.pdf
Finance Enginering from Columbia.pdf
CarlosLazo45
 
Side 2019, part 2
Side 2019, part 2Side 2019, part 2
Side 2019, part 2
Arthur Charpentier
 
Fixed Point Results In Fuzzy Menger Space With Common Property (E.A.)
Fixed Point Results In Fuzzy Menger Space With Common Property (E.A.)Fixed Point Results In Fuzzy Menger Space With Common Property (E.A.)
Fixed Point Results In Fuzzy Menger Space With Common Property (E.A.)
IJERA Editor
 
Multivariate Distributions, an overview
Multivariate Distributions, an overviewMultivariate Distributions, an overview
Multivariate Distributions, an overview
Arthur Charpentier
 
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
mathsjournal
 
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
mathsjournal
 
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
mathsjournal
 
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
mathsjournal
 
Existence Theory for Second Order Nonlinear Functional Random Differential Eq...
Existence Theory for Second Order Nonlinear Functional Random Differential Eq...Existence Theory for Second Order Nonlinear Functional Random Differential Eq...
Existence Theory for Second Order Nonlinear Functional Random Differential Eq...
IOSR Journals
 
Seminar Talk: Multilevel Hybrid Split Step Implicit Tau-Leap for Stochastic R...
Seminar Talk: Multilevel Hybrid Split Step Implicit Tau-Leap for Stochastic R...Seminar Talk: Multilevel Hybrid Split Step Implicit Tau-Leap for Stochastic R...
Seminar Talk: Multilevel Hybrid Split Step Implicit Tau-Leap for Stochastic R...
Chiheb Ben Hammouda
 
Common Fixed Point Theorems in Compatible Mappings of Type (P*) of Generalize...
Common Fixed Point Theorems in Compatible Mappings of Type (P*) of Generalize...Common Fixed Point Theorems in Compatible Mappings of Type (P*) of Generalize...
Common Fixed Point Theorems in Compatible Mappings of Type (P*) of Generalize...
mathsjournal
 
Problem_Session_Notes
Problem_Session_NotesProblem_Session_Notes
Problem_Session_NotesLu Mao
 
NONLINEAR DIFFERENCE EQUATIONS WITH SMALL PARAMETERS OF MULTIPLE SCALES
NONLINEAR DIFFERENCE EQUATIONS WITH SMALL PARAMETERS OF MULTIPLE SCALESNONLINEAR DIFFERENCE EQUATIONS WITH SMALL PARAMETERS OF MULTIPLE SCALES
NONLINEAR DIFFERENCE EQUATIONS WITH SMALL PARAMETERS OF MULTIPLE SCALES
Tahia ZERIZER
 

Similar to Slides erasmus (20)

Slides mc gill-v3
Slides mc gill-v3Slides mc gill-v3
Slides mc gill-v3
 
Slides mc gill-v4
Slides mc gill-v4Slides mc gill-v4
Slides mc gill-v4
 
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
 
Slides econometrics-2018-graduate-4
Slides econometrics-2018-graduate-4Slides econometrics-2018-graduate-4
Slides econometrics-2018-graduate-4
 
Nokton theory-en
Nokton theory-enNokton theory-en
Nokton theory-en
 
Appendix to MLPI Lecture 2 - Monte Carlo Methods (Basics)
Appendix to MLPI Lecture 2 - Monte Carlo Methods (Basics)Appendix to MLPI Lecture 2 - Monte Carlo Methods (Basics)
Appendix to MLPI Lecture 2 - Monte Carlo Methods (Basics)
 
Finance Enginering from Columbia.pdf
Finance Enginering from Columbia.pdfFinance Enginering from Columbia.pdf
Finance Enginering from Columbia.pdf
 
Side 2019, part 2
Side 2019, part 2Side 2019, part 2
Side 2019, part 2
 
Slides compiegne
Slides compiegneSlides compiegne
Slides compiegne
 
Fixed Point Results In Fuzzy Menger Space With Common Property (E.A.)
Fixed Point Results In Fuzzy Menger Space With Common Property (E.A.)Fixed Point Results In Fuzzy Menger Space With Common Property (E.A.)
Fixed Point Results In Fuzzy Menger Space With Common Property (E.A.)
 
Multivariate Distributions, an overview
Multivariate Distributions, an overviewMultivariate Distributions, an overview
Multivariate Distributions, an overview
 
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
 
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
 
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
 
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
COMMON FIXED POINT THEOREMS IN COMPATIBLE MAPPINGS OF TYPE (P*) OF GENERALIZE...
 
Existence Theory for Second Order Nonlinear Functional Random Differential Eq...
Existence Theory for Second Order Nonlinear Functional Random Differential Eq...Existence Theory for Second Order Nonlinear Functional Random Differential Eq...
Existence Theory for Second Order Nonlinear Functional Random Differential Eq...
 
Seminar Talk: Multilevel Hybrid Split Step Implicit Tau-Leap for Stochastic R...
Seminar Talk: Multilevel Hybrid Split Step Implicit Tau-Leap for Stochastic R...Seminar Talk: Multilevel Hybrid Split Step Implicit Tau-Leap for Stochastic R...
Seminar Talk: Multilevel Hybrid Split Step Implicit Tau-Leap for Stochastic R...
 
Common Fixed Point Theorems in Compatible Mappings of Type (P*) of Generalize...
Common Fixed Point Theorems in Compatible Mappings of Type (P*) of Generalize...Common Fixed Point Theorems in Compatible Mappings of Type (P*) of Generalize...
Common Fixed Point Theorems in Compatible Mappings of Type (P*) of Generalize...
 
Problem_Session_Notes
Problem_Session_NotesProblem_Session_Notes
Problem_Session_Notes
 
NONLINEAR DIFFERENCE EQUATIONS WITH SMALL PARAMETERS OF MULTIPLE SCALES
NONLINEAR DIFFERENCE EQUATIONS WITH SMALL PARAMETERS OF MULTIPLE SCALESNONLINEAR DIFFERENCE EQUATIONS WITH SMALL PARAMETERS OF MULTIPLE SCALES
NONLINEAR DIFFERENCE EQUATIONS WITH SMALL PARAMETERS OF MULTIPLE SCALES
 

More from Arthur Charpentier

Family History and Life Insurance
Family History and Life InsuranceFamily History and Life Insurance
Family History and Life Insurance
Arthur Charpentier
 
ACT6100 introduction
ACT6100 introductionACT6100 introduction
ACT6100 introduction
Arthur Charpentier
 
Family History and Life Insurance (UConn actuarial seminar)
Family History and Life Insurance (UConn actuarial seminar)Family History and Life Insurance (UConn actuarial seminar)
Family History and Life Insurance (UConn actuarial seminar)
Arthur Charpentier
 
Control epidemics
Control epidemics Control epidemics
Control epidemics
Arthur Charpentier
 
STT5100 Automne 2020, introduction
STT5100 Automne 2020, introductionSTT5100 Automne 2020, introduction
STT5100 Automne 2020, introduction
Arthur Charpentier
 
Family History and Life Insurance
Family History and Life InsuranceFamily History and Life Insurance
Family History and Life Insurance
Arthur Charpentier
 
Machine Learning in Actuarial Science & Insurance
Machine Learning in Actuarial Science & InsuranceMachine Learning in Actuarial Science & Insurance
Machine Learning in Actuarial Science & Insurance
Arthur Charpentier
 
Reinforcement Learning in Economics and Finance
Reinforcement Learning in Economics and FinanceReinforcement Learning in Economics and Finance
Reinforcement Learning in Economics and Finance
Arthur Charpentier
 
Optimal Control and COVID-19
Optimal Control and COVID-19Optimal Control and COVID-19
Optimal Control and COVID-19
Arthur Charpentier
 
Slides OICA 2020
Slides OICA 2020Slides OICA 2020
Slides OICA 2020
Arthur Charpentier
 
Lausanne 2019 #3
Lausanne 2019 #3Lausanne 2019 #3
Lausanne 2019 #3
Arthur Charpentier
 
Lausanne 2019 #4
Lausanne 2019 #4Lausanne 2019 #4
Lausanne 2019 #4
Arthur Charpentier
 
Lausanne 2019 #2
Lausanne 2019 #2Lausanne 2019 #2
Lausanne 2019 #2
Arthur Charpentier
 
Lausanne 2019 #1
Lausanne 2019 #1Lausanne 2019 #1
Lausanne 2019 #1
Arthur Charpentier
 
Side 2019 #10
Side 2019 #10Side 2019 #10
Side 2019 #10
Arthur Charpentier
 
Side 2019 #11
Side 2019 #11Side 2019 #11
Side 2019 #11
Arthur Charpentier
 
Side 2019 #12
Side 2019 #12Side 2019 #12
Side 2019 #12
Arthur Charpentier
 
Side 2019 #9
Side 2019 #9Side 2019 #9
Side 2019 #9
Arthur Charpentier
 
Side 2019 #8
Side 2019 #8Side 2019 #8
Side 2019 #8
Arthur Charpentier
 
Side 2019 #7
Side 2019 #7Side 2019 #7
Side 2019 #7
Arthur Charpentier
 

More from Arthur Charpentier (20)

Family History and Life Insurance
Family History and Life InsuranceFamily History and Life Insurance
Family History and Life Insurance
 
ACT6100 introduction
ACT6100 introductionACT6100 introduction
ACT6100 introduction
 
Family History and Life Insurance (UConn actuarial seminar)
Family History and Life Insurance (UConn actuarial seminar)Family History and Life Insurance (UConn actuarial seminar)
Family History and Life Insurance (UConn actuarial seminar)
 
Control epidemics
Control epidemics Control epidemics
Control epidemics
 
STT5100 Automne 2020, introduction
STT5100 Automne 2020, introductionSTT5100 Automne 2020, introduction
STT5100 Automne 2020, introduction
 
Family History and Life Insurance
Family History and Life InsuranceFamily History and Life Insurance
Family History and Life Insurance
 
Machine Learning in Actuarial Science & Insurance
Machine Learning in Actuarial Science & InsuranceMachine Learning in Actuarial Science & Insurance
Machine Learning in Actuarial Science & Insurance
 
Reinforcement Learning in Economics and Finance
Reinforcement Learning in Economics and FinanceReinforcement Learning in Economics and Finance
Reinforcement Learning in Economics and Finance
 
Optimal Control and COVID-19
Optimal Control and COVID-19Optimal Control and COVID-19
Optimal Control and COVID-19
 
Slides OICA 2020
Slides OICA 2020Slides OICA 2020
Slides OICA 2020
 
Lausanne 2019 #3
Lausanne 2019 #3Lausanne 2019 #3
Lausanne 2019 #3
 
Lausanne 2019 #4
Lausanne 2019 #4Lausanne 2019 #4
Lausanne 2019 #4
 
Lausanne 2019 #2
Lausanne 2019 #2Lausanne 2019 #2
Lausanne 2019 #2
 
Lausanne 2019 #1
Lausanne 2019 #1Lausanne 2019 #1
Lausanne 2019 #1
 
Side 2019 #10
Side 2019 #10Side 2019 #10
Side 2019 #10
 
Side 2019 #11
Side 2019 #11Side 2019 #11
Side 2019 #11
 
Side 2019 #12
Side 2019 #12Side 2019 #12
Side 2019 #12
 
Side 2019 #9
Side 2019 #9Side 2019 #9
Side 2019 #9
 
Side 2019 #8
Side 2019 #8Side 2019 #8
Side 2019 #8
 
Side 2019 #7
Side 2019 #7Side 2019 #7
Side 2019 #7
 

Recently uploaded

MERCHANTBANKING-PDF complete picture.pdf
MERCHANTBANKING-PDF complete picture.pdfMERCHANTBANKING-PDF complete picture.pdf
MERCHANTBANKING-PDF complete picture.pdf
Sudarshan Dakuru
 
how can I sell pi coins after successfully completing KYC
how can I sell pi coins after successfully completing KYChow can I sell pi coins after successfully completing KYC
how can I sell pi coins after successfully completing KYC
DOT TECH
 
Greek trade a pillar of dynamic economic growth - European Business Review
Greek trade a pillar of dynamic economic growth - European Business ReviewGreek trade a pillar of dynamic economic growth - European Business Review
Greek trade a pillar of dynamic economic growth - European Business Review
Antonis Zairis
 
The secret way to sell pi coins effortlessly.
The secret way to sell pi coins effortlessly.The secret way to sell pi coins effortlessly.
The secret way to sell pi coins effortlessly.
DOT TECH
 
how to sell pi coins at high rate quickly.
how to sell pi coins at high rate quickly.how to sell pi coins at high rate quickly.
how to sell pi coins at high rate quickly.
DOT TECH
 
Introduction to Indian Financial System ()
Introduction to Indian Financial System ()Introduction to Indian Financial System ()
Introduction to Indian Financial System ()
Avanish Goel
 
Scope Of Macroeconomics introduction and basic theories
Scope Of Macroeconomics introduction and basic theoriesScope Of Macroeconomics introduction and basic theories
Scope Of Macroeconomics introduction and basic theories
nomankalyar153
 
What price will pi network be listed on exchanges
What price will pi network be listed on exchangesWhat price will pi network be listed on exchanges
What price will pi network be listed on exchanges
DOT TECH
 
how can i use my minded pi coins I need some funds.
how can i use my minded pi coins I need some funds.how can i use my minded pi coins I need some funds.
how can i use my minded pi coins I need some funds.
DOT TECH
 
USDA Loans in California: A Comprehensive Overview.pptx
USDA Loans in California: A Comprehensive Overview.pptxUSDA Loans in California: A Comprehensive Overview.pptx
USDA Loans in California: A Comprehensive Overview.pptx
marketing367770
 
Chương 6. Ancol - phenol - ether (1).pdf
Chương 6. Ancol - phenol - ether (1).pdfChương 6. Ancol - phenol - ether (1).pdf
Chương 6. Ancol - phenol - ether (1).pdf
va2132004
 
What website can I sell pi coins securely.
What website can I sell pi coins securely.What website can I sell pi coins securely.
What website can I sell pi coins securely.
DOT TECH
 
what is a pi whale and how to access one.
what is a pi whale and how to access one.what is a pi whale and how to access one.
what is a pi whale and how to access one.
DOT TECH
 
The European Unemployment Puzzle: implications from population aging
The European Unemployment Puzzle: implications from population agingThe European Unemployment Puzzle: implications from population aging
The European Unemployment Puzzle: implications from population aging
GRAPE
 
NO1 Uk Divorce problem uk all amil baba in karachi,lahore,pakistan talaq ka m...
NO1 Uk Divorce problem uk all amil baba in karachi,lahore,pakistan talaq ka m...NO1 Uk Divorce problem uk all amil baba in karachi,lahore,pakistan talaq ka m...
NO1 Uk Divorce problem uk all amil baba in karachi,lahore,pakistan talaq ka m...
Amil Baba Dawood bangali
 
一比一原版Birmingham毕业证伯明翰大学|学院毕业证成绩单如何办理
一比一原版Birmingham毕业证伯明翰大学|学院毕业证成绩单如何办理一比一原版Birmingham毕业证伯明翰大学|学院毕业证成绩单如何办理
一比一原版Birmingham毕业证伯明翰大学|学院毕业证成绩单如何办理
betoozp
 
what is the future of Pi Network currency.
what is the future of Pi Network currency.what is the future of Pi Network currency.
what is the future of Pi Network currency.
DOT TECH
 
Proposer Builder Separation Problem in Ethereum
Proposer Builder Separation Problem in EthereumProposer Builder Separation Problem in Ethereum
Proposer Builder Separation Problem in Ethereum
RasoulRamezanian1
 
NO1 Uk Black Magic Specialist Expert In Sahiwal, Okara, Hafizabad, Mandi Bah...
NO1 Uk Black Magic Specialist Expert In Sahiwal, Okara, Hafizabad,  Mandi Bah...NO1 Uk Black Magic Specialist Expert In Sahiwal, Okara, Hafizabad,  Mandi Bah...
NO1 Uk Black Magic Specialist Expert In Sahiwal, Okara, Hafizabad, Mandi Bah...
Amil Baba Dawood bangali
 
how can I sell/buy bulk pi coins securely
how can I sell/buy bulk pi coins securelyhow can I sell/buy bulk pi coins securely
how can I sell/buy bulk pi coins securely
DOT TECH
 

Recently uploaded (20)

MERCHANTBANKING-PDF complete picture.pdf
MERCHANTBANKING-PDF complete picture.pdfMERCHANTBANKING-PDF complete picture.pdf
MERCHANTBANKING-PDF complete picture.pdf
 
how can I sell pi coins after successfully completing KYC
how can I sell pi coins after successfully completing KYChow can I sell pi coins after successfully completing KYC
how can I sell pi coins after successfully completing KYC
 
Greek trade a pillar of dynamic economic growth - European Business Review
Greek trade a pillar of dynamic economic growth - European Business ReviewGreek trade a pillar of dynamic economic growth - European Business Review
Greek trade a pillar of dynamic economic growth - European Business Review
 
The secret way to sell pi coins effortlessly.
The secret way to sell pi coins effortlessly.The secret way to sell pi coins effortlessly.
The secret way to sell pi coins effortlessly.
 
how to sell pi coins at high rate quickly.
how to sell pi coins at high rate quickly.how to sell pi coins at high rate quickly.
how to sell pi coins at high rate quickly.
 
Introduction to Indian Financial System ()
Introduction to Indian Financial System ()Introduction to Indian Financial System ()
Introduction to Indian Financial System ()
 
Scope Of Macroeconomics introduction and basic theories
Scope Of Macroeconomics introduction and basic theoriesScope Of Macroeconomics introduction and basic theories
Scope Of Macroeconomics introduction and basic theories
 
What price will pi network be listed on exchanges
What price will pi network be listed on exchangesWhat price will pi network be listed on exchanges
What price will pi network be listed on exchanges
 
how can i use my minded pi coins I need some funds.
how can i use my minded pi coins I need some funds.how can i use my minded pi coins I need some funds.
how can i use my minded pi coins I need some funds.
 
USDA Loans in California: A Comprehensive Overview.pptx
USDA Loans in California: A Comprehensive Overview.pptxUSDA Loans in California: A Comprehensive Overview.pptx
USDA Loans in California: A Comprehensive Overview.pptx
 
Chương 6. Ancol - phenol - ether (1).pdf
Chương 6. Ancol - phenol - ether (1).pdfChương 6. Ancol - phenol - ether (1).pdf
Chương 6. Ancol - phenol - ether (1).pdf
 
What website can I sell pi coins securely.
What website can I sell pi coins securely.What website can I sell pi coins securely.
What website can I sell pi coins securely.
 
what is a pi whale and how to access one.
what is a pi whale and how to access one.what is a pi whale and how to access one.
what is a pi whale and how to access one.
 
The European Unemployment Puzzle: implications from population aging
The European Unemployment Puzzle: implications from population agingThe European Unemployment Puzzle: implications from population aging
The European Unemployment Puzzle: implications from population aging
 
NO1 Uk Divorce problem uk all amil baba in karachi,lahore,pakistan talaq ka m...
NO1 Uk Divorce problem uk all amil baba in karachi,lahore,pakistan talaq ka m...NO1 Uk Divorce problem uk all amil baba in karachi,lahore,pakistan talaq ka m...
NO1 Uk Divorce problem uk all amil baba in karachi,lahore,pakistan talaq ka m...
 
一比一原版Birmingham毕业证伯明翰大学|学院毕业证成绩单如何办理
一比一原版Birmingham毕业证伯明翰大学|学院毕业证成绩单如何办理一比一原版Birmingham毕业证伯明翰大学|学院毕业证成绩单如何办理
一比一原版Birmingham毕业证伯明翰大学|学院毕业证成绩单如何办理
 
what is the future of Pi Network currency.
what is the future of Pi Network currency.what is the future of Pi Network currency.
what is the future of Pi Network currency.
 
Proposer Builder Separation Problem in Ethereum
Proposer Builder Separation Problem in EthereumProposer Builder Separation Problem in Ethereum
Proposer Builder Separation Problem in Ethereum
 
NO1 Uk Black Magic Specialist Expert In Sahiwal, Okara, Hafizabad, Mandi Bah...
NO1 Uk Black Magic Specialist Expert In Sahiwal, Okara, Hafizabad,  Mandi Bah...NO1 Uk Black Magic Specialist Expert In Sahiwal, Okara, Hafizabad,  Mandi Bah...
NO1 Uk Black Magic Specialist Expert In Sahiwal, Okara, Hafizabad, Mandi Bah...
 
how can I sell/buy bulk pi coins securely
how can I sell/buy bulk pi coins securelyhow can I sell/buy bulk pi coins securely
how can I sell/buy bulk pi coins securely
 

Slides erasmus

  • 1. Arthur CHARPENTIER, Quantile and Expectile Regressions Quantile and Expectile Regresions Arthur Charpentier (Université de Rennes 1) Erasmus School of Economics, May 2017 http://freakonometrics.hypotheses.org @freakonometrics freakonometrics 1
  • 2. Arthur CHARPENTIER, Quantile and Expectile Regressions Econometrics vs Machine Learning As claimed in Freedman (2005), Statistical Models, in econometrics, given some probability space (Ω, A, P), assume that yi are realization of i.i.d. variables Yi (given Xi = xi) with distribution Fmi (“conditional distribution story” or “causal story”). E.g. Y |X = x ∼ N(xT β m(x) , σ2 ) or Y |X = x ∼ B(m(x)) where m(x) = exT β 1 + exTβ Then solve (“maximum likelihood” framework) m(·) = argmax m(·)∈F log L(m(x); y) = argmax m(·)∈F n i=1 log fm(xi)(yi) where log L denotes the log-likelihood, see Haavelmo (1944) The Probability Approach in Econometrics. @freakonometrics freakonometrics 2
  • 3. Arthur CHARPENTIER, Quantile and Expectile Regressions Econometrics vs Machine Learning In machine learning (“explanatory data story” in Freedman (2005), Statistical Models), given some dataset (xi, yi), solve m (·) = argmin m(·)∈F n i=1 (m(xi), yi) for some loss functions (·, ·). There is no probabilistic model per se. But some loss functions have simple and interesting properties, e.g. s(x, y) = 11x>s=y for classification, associated with missclassification dummy (with cutoff threshold s), yi = 0 yi = 1 m(xi) ≤ s n00 n01 m(xi) > s n10 n11 ms(·) = argmin m(·)∈F {n01 + n01} @freakonometrics freakonometrics 3
  • 4. Arthur CHARPENTIER, Quantile and Expectile Regressions OLS Regression, 2 norm and Expected Value: 2(x, y) = [x − y]2 Let y ∈ Rn , y = argmin m∈R    n i=1 1 n yi − m εi 2    . It is the empirical version of E[Y ] = argmin m∈R    y − m ε 2 dF(y)    = argmin m∈R    E Y − m ε 2    where Y is a random variable. Thus, argmin m(·):Rk→R    n i=1 1 n yi − m(xi) εi 2    is the empirical version of E[Y |X = x]. See Legendre (1805) Nouvelles méthodes pour la détermination des orbites des comètes and Gauβ (1809) Theoria motus corporum coelestium in sectionibus conicis solem ambientium. @freakonometrics freakonometrics 4
  • 5. Arthur CHARPENTIER, Quantile and Expectile Regressions Median Regression, 1 norm and Median: 1(x, y) = |x − y| Let y ∈ Rn , median[y] ∈ argmin m∈R    n i=1 1 n yi − m εi    . It is the empirical version of median[Y ] ∈ argmin m∈R    y − m ε dF(y)    = argmin m∈R    E Y − m ε 1    where Y is a random variable, P[Y ≤ median[Y ]] ≥ 1 2 and P[Y ≥ median[Y ]] ≥ 1 2 . argmin m(·):Rk→R    n i=1 1 n yi − m(xi) εi    is the empirical version of median[Y |X = x]. See Boscovich (1757) De Litteraria expeditione per pontificiam ditionem ad dimetiendos duos meridiani and Laplace (1793) Sur quelques points du système du monde. @freakonometrics freakonometrics 5
  • 6. Arthur CHARPENTIER, Quantile and Expectile Regressions Quantiles and Expectiles, (x, y) = R(x − y) Consider the following risk functions Rq τ (u) = u · τ − 1(u < 0) , τ ∈ [0, 1] with Rq 1/2(u) ∝ |u| = u 1 , and Re τ (u) = u2 · τ − 1(u < 0) , τ ∈ [0, 1] with Re 1/2(u) ∝ u2 = u 2 2 . QY (τ) = argmin m E Rq τ (Y − m) which is the median when τ = 1/2, EY (τ) = argmin m E Re τ (X − m) } which is the expected value when τ = 1/2. @freakonometrics freakonometrics 6 qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq −1.5 −1.0 −0.5 0.0 0.5 1.0 1.5 0.00.51.01.5 qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq −1.5 −1.0 −0.5 0.0 0.5 1.0 1.5 0.00.51.01.5
  • 7. Arthur CHARPENTIER, Quantile and Expectile Regressions Elicitable Measures “elicitable” means “being a minimizer of a suitable expected score” T is an elicatable function if there exits a scoring function S : R × R → [0, ∞) (see functions (·, ·) introduced above) such that T(Y ) = argmin x∈R R S(x, y)dF(y) = argmin x∈R E S(x, Y ) where Y ∼ F. see Gneiting (2011) Making and evaluating point forecasts. The mean, T(Y ) = E[Y ] is elicited by S(x, y) = x − y 2 2 The median, T(Y ) = median[Y ] is elicited by S(x, y) = x − y 1 The quantile, T(Y ) = QY (τ) is elicited by S(x, y) = τ(y − x)+ + (1 − τ)(y − x)− The expectile, T(Y ) = EY (τ) is elicited by S(x, y) = τ(y − x)2 + + (1 − τ)(y − x)2 − @freakonometrics freakonometrics 7
  • 8. Arthur CHARPENTIER, Quantile and Expectile Regressions Quantiles and Expectiles (Technical Issues) One can also write empirical quantiles and expectiles as quantile: argmin    n i=1 ωq τ (εi) yi − qi εi    where ωq τ ( ) =    1 − τ if ≤ 0 τ if > 0 expectile: argmin    n i=1 ωe τ (εi) yi − qi εi 2    where ωe τ ( ) =    1 − τ if ≤ 0 τ if > 0 Expectiles are unique, not quantiles... Quantiles satisfy E[sign(Y − QY (τ))] = 0 Expectiles satisfy τE (Y − EY (τ))+ = (1 − τ)E (Y − EY (τ))− (those are actually the first order conditions of the optimization problem). @freakonometrics freakonometrics 8
  • 9. Arthur CHARPENTIER, Quantile and Expectile Regressions Expectiles as Quantiles (Interpretation) For every Y ∈ L1 , τ → EY (τ) is continuous, and striclty increasing if Y is absolutely continuous, ∂EY (τ) ∂τ = E[|X − EY (τ)|] (1 − τ)FY (EY (τ)) + τ(1 − FY (EY (τ))) “Expectiles have properties that are similar to quantiles” Newey & Powell (1987) Asymmetric Least Squares Estimation and Testing. The reason is that expectiles of a distribution F are quantiles a distribution G which is related to F, see Jones (1994) Expectiles and M-quantiles are quantiles: let G(t) = P(t) − tF(t) 2[P(t) − tF(t)] + t − µ where P(s) = s −∞ ydF(y). The expectiles of F are the quantiles of G. @freakonometrics freakonometrics 9
  • 10. Arthur CHARPENTIER, Quantile and Expectile Regressions Distortion: Expectiles as Quantiles (Gaussian, Lognormal & Poisson) 0.0 0.2 0.4 0.6 0.8 1.0 −2−1012 0.0 0.2 0.4 0.6 0.8 1.0 0246810 0.0 0.2 0.4 0.6 0.8 1.0 02468 0.0 0.2 0.4 0.6 0.8 1.0 0.00.20.40.60.81.0 0.0 0.2 0.4 0.6 0.8 1.0 0.00.20.40.60.81.0 0.0 0.2 0.4 0.6 0.8 1.0 0.00.20.40.60.81.0 @freakonometrics freakonometrics 10
  • 11. Arthur CHARPENTIER, Quantile and Expectile Regressions Empirical Quantiles & Empirical Expectiles Consider some i.id. sample {y1, · · · , yn} with distribution F (abs. continuous). Qτ = argmin E Rq τ (Y − q) where Y ∼ F and Qτ ∈ argmin n i=1 Rq τ (yi − q) Then as n → ∞, √ n Qτ − Qτ L → N 0, τ(1 − τ) f2(Qτ ) Eτ = argmin E Re τ (Y − m) where Y ∼ F and Eτ = argmin n i=1 Re τ (yi − m) Then as n → ∞, √ n Eτ − Eτ L → N 0, s2 τ where, if Iτ (x, y) = τ(y − x)+ + (1 − τ)(y − x)− (elicitable score for quantiles), s2 τ = E[Iτ (Eτ , Y )2 ] (τ[1 − F(Eτ )] + [1 − τ]F(Euτ ))2 . @freakonometrics freakonometrics 11
  • 12. Arthur CHARPENTIER, Quantile and Expectile Regressions Quantile Regression (and Heteroskedasticity) We want to solve, here, min n i=1 Rq τ (yi − xT i β) yi = xT i β + εi so that Qy|x(τ) = xT β + F−1 ε (τ) @freakonometrics freakonometrics 12 q q q q q q q q q q q q q q q q qq q q q q q q q q q q q q q q q q q q q q q q q q q q q q qq q q 5 10 15 20 25 020406080100120 speed dist q q q q q q q q q q q q q q q q qq q q q q q q q q q q q q q q q q q q q q q q q q q q q q qq q q 5 % 95 % 20 40 60 80 23456 probability level (%) Slope(quantileregression) 5 %
  • 13. Arthur CHARPENTIER, Quantile and Expectile Regressions Optimization Algorithm : Quantile Regression Simplex algorithm to solve this program. Primal problem is min β,u,v τ1T u + (1 − τ)1T v s.t. y = Xβ + u − v, with u, v ∈ Rn + and the dual version is max d yT d s.t. XT d = (1 − τ)XT 1 with d ∈ [0, 1]n Koenker & D’Orey (1994) A Remark on Algorithm AS 229: Computing Dual Regression Quantiles and Regression Rank Scores suggest to use the simplex method (default method in R). Portnoy & Koenker (1997) The Gaussian hare and the Laplacian tortoise suggest to use the interior point method. Running time is of order n1+δ k3 for some δ > 0 and k = dim(β) (it is (n + k)k2 for OLS, see wikipedia). @freakonometrics freakonometrics 13
  • 14. Arthur CHARPENTIER, Quantile and Expectile Regressions Quantile Regression Estimators OLS estimator β ols is solution of β ols = argmin E E[Y |X = x] − xT β 2 and Angrist, Chernozhukov & Fernandez-Val (2006) Quantile Regression under Misspecification proved that β q τ = argmin E ωτ (β) Qτ [Y |X = x] − xT β 2 (under weak conditions) where ωτ (β) = 1 0 (1 − u)fy|x(uxT β + (1 − u)Qτ [Y |X = x])du β q τ is the best weighted mean square approximation of the true quantile function, where the weights depend on an average of the conditional density of Y over xT β and the true quantile regression function. @freakonometrics freakonometrics 14
  • 15. Arthur CHARPENTIER, Quantile and Expectile Regressions Quantile Regression Estimators Under weak conditions, β q τ is asymptotically normal: √ n(β q τ − βq τ ) L → N(0, τ(1 − τ)D−1 τ ΩxD−1 τ ), where Dτ = E fε(0)XXT and Ωx = E XT X . hence, the asymptotic variance of β is Var β q τ = τ(1 − τ) [fε(0)]2 1 n n i=1 xT i xi −1 where fε(0) is estimated using (e.g.) an histogram, as suggested in Powell (1991) Estimation of monotonic regression models under quantile restrictions, since Dτ = lim h↓0 E 1(|ε| ≤ h) 2h XXT ∼ 1 2nh n i=1 1(|εi| ≤ h)xixT i = Dτ . @freakonometrics freakonometrics 15
  • 16. Arthur CHARPENTIER, Quantile and Expectile Regressions Visualization, τ → β q τ See Abreveya (2001) The effects of demographics and maternal behavior on the distribution of birth outcomes 20 40 60 80 −6−4−20246 probability level (%) AGE 10 20 30 40 50 01000200030004000500060007000 Age (of the mother) AGE BirthWeight(ing.) 1% 5% 10% 25% 50% 75% 90% 95% @freakonometrics freakonometrics 16
  • 17. Arthur CHARPENTIER, Quantile and Expectile Regressions Visualization, τ → β q τ See Abreveya (2001) The effects of demographics and maternal behavior on the distribution of birth outcomes 20 40 60 80 −6−4−20246 probability level (%) AGE 20 40 60 80 708090100110120130140 probability level (%) SEXM 20 40 60 80 −200−180−160−140−120 probability level (%) SMOKERTRUE 20 40 60 80 3.54.04.5 probability level (%) WEIGHTGAIN 20 40 60 80 20406080 probability level (%) COLLEGETRUE @freakonometrics freakonometrics 17
  • 18. Arthur CHARPENTIER, Quantile and Expectile Regressions Quantile Regression on Panel Data In the context of panel data, consider some fixed effect, αi so that yi,t = xT i,tβτ + αi + εi,t where Qτ (εi,t|Xi) = 0 Canay (2011) A simple approach to quantile regression for panel data suggests an estimator in two steps, • use a standard OLS fixed-effect model yi,t = xT i,tβ + αi + ui,t, i.e. consider a within transformation, and derive the fixed effect estimate β (yi,t − yi) = xi,t − xi,t T β + (ui,t − ui) • estimate fixed effects as αi = 1 T T t=1 yi,t − xT i,tβ • finally, run a standard quantile regression of yi,t − αi on xi,t’s. See rqpd package. @freakonometrics freakonometrics 18
  • 19. Arthur CHARPENTIER, Quantile and Expectile Regressions Quantile Regression with Fixed Effects (QRFE) In a panel linear regression model, yi,t = xT i,tβ + ui + εi,t, where u is an unobserved individual specific effect. In a fixed effects models, u is treated as a parameter. Quantile Regression is min β,u    i,t Rq τ (yi,t − [xT i,tβ + ui])    Consider Penalized QRFE, as in Koenker & Bilias (2001) Quantile regression for duration data, min β1,··· ,βκ,u    k,i,t ωkRq τk (yi,t − [xT i,tβk + ui]) + λ i |ui|    where ωk is a relative weight associated with quantile of level τk. @freakonometrics freakonometrics 19
  • 20. Arthur CHARPENTIER, Quantile and Expectile Regressions Quantile Regression with Random Effects (QRRE) Assume here that yi,t = xT i,tβ + ui + εi,t =ηi,t . Quantile Regression Random Effect (QRRE) yields solving min β    i,t Rq τ (yi,t − xT i,tβ)    which is a weighted asymmetric least square deviation estimator. Let Σ = [σs,t(τ)] denote the matrix σts(τ) =    τ(1 − τ) if t = s E[1{εit(τ) < 0, εis(τ) < 0}] − α2 if t = s If (nT)−1 XT {In ⊗ ΣT ×T (τ)}X → D0 as n → ∞ and (nT)−1 XT Ωf X = D1, then √ nT β q τ − βq τ L −→ N 0, D−1 1 D0D−1 1 . @freakonometrics freakonometrics 20
  • 21. Arthur CHARPENTIER, Quantile and Expectile Regressions Expectile Regression We want to solve, here, min β n i=1 Re τ (yi − xT i β) see Koenker (2014) Living Beyond our Means for a comparison quantiles-expectiles @freakonometrics freakonometrics 21 q q q q q q q q q q q q q q q q qq q q q q q q q q q q q q q q q q q q q q q q q q q q q q qq q q 5 10 15 20 25 020406080100120 speed dist q q q q q q q q q q q q q q q q qq q q q q q q q q q q q q q q q q q q q q q q q q q q q q qq q q 5 % 95 % 20 40 60 80 23456 probability level (%) Slope(expectileregression) 5 %
  • 22. Arthur CHARPENTIER, Quantile and Expectile Regressions Expectile Regression Solve here min β n i=1 Re τ (yi − xT i β) where Re τ (u) = u2 · τ − 1(u < 0) “this estimator can be interpreted as a maximum likelihood estimator when the disturbances arise from a normal distribution with unequal weight placed on positive and negative disturbances” Aigner, Amemiya & Poirier (1976) Formulation and Estimation of Stochastic Frontier Production Function Models. See Holzmann & Klar (2016) Expectile Asymptotics for statistical properties. Expectiles can (also) be related to Breckling & Chambers (1988) M-Quantiles. Comparison quantile regression and expectile regression, see Schulze-Waltrup et al. (2014) Expectile and quantile regression - David and Goliath? @freakonometrics freakonometrics 22
  • 23. Arthur CHARPENTIER, Quantile and Expectile Regressions Expectile Regression, with Random Effects (ERRE) Quantile Regression Random Effect (QRRE) yields solving min β    i,t Re α(yi,t − xT i,tβ)    One can prove that β e τ = n i=1 T t=1 ωi,t(τ)xitxT it −1 n i=1 T t=1 ωi,t(τ)xityit , where ωit(τ) = τ − 1(yit < xT itβ e τ ) . @freakonometrics freakonometrics 23
  • 24. Arthur CHARPENTIER, Quantile and Expectile Regressions Expectile Regression with Random Effects (ERRE) If W = diag(ω11(τ), . . . ωnT (τ)), set W = E(W), H = XT WX and Σ = XT E(WεεT W)X. and then √ nT β e τ − βe τ ) L −→ N(0, H−1 ΣH−1 ), see Barry et al. (2016) Quantile and Expectile Regression for random effects model. @freakonometrics freakonometrics 24
  • 25. Arthur CHARPENTIER, Quantile and Expectile Regressions Application to Real Data @freakonometrics freakonometrics 25