- Source: Score test
In statistics, the score test assesses constraints on statistical parameters based on the gradient of the likelihood function—known as the score—evaluated at the hypothesized parameter value under the null hypothesis. Intuitively, if the restricted estimator is near the maximum of the likelihood function, the score should not differ from zero by more than sampling error. While the finite sample distributions of score tests are generally unknown, they have an asymptotic χ2-distribution under the null hypothesis as first proved by C. R. Rao in 1948, a fact that can be used to determine statistical significance.
Since function maximization subject to equality constraints is most conveniently done using a Lagrangean expression of the problem, the score test can be equivalently understood as a test of the magnitude of the Lagrange multipliers associated with the constraints where, again, if the constraints are non-binding at the maximum likelihood, the vector of Lagrange multipliers should not differ from zero by more than sampling error. The equivalence of these two approaches was first shown by S. D. Silvey in 1959, which led to the name Lagrange multiplier test that has become more commonly used, particularly in econometrics, since Breusch and Pagan's much-cited 1980 paper.
The main advantage of the score test over the Wald test and likelihood-ratio test is that the score test only requires the computation of the restricted estimator. This makes testing feasible when the unconstrained maximum likelihood estimate is a boundary point in the parameter space. Further, because the score test only requires the estimation of the likelihood function under the null hypothesis, it is less specific than the likelihood ratio test about the alternative hypothesis.
Single-parameter test
= The statistic
=Let
L
{\displaystyle L}
be the likelihood function which depends on a univariate parameter
θ
{\displaystyle \theta }
and let
x
{\displaystyle x}
be the data. The score
U
(
θ
)
{\displaystyle U(\theta )}
is defined as
U
(
θ
)
=
∂
log
L
(
θ
∣
x
)
∂
θ
.
{\displaystyle U(\theta )={\frac {\partial \log L(\theta \mid x)}{\partial \theta }}.}
The Fisher information is
I
(
θ
)
=
−
E
[
∂
2
∂
θ
2
log
f
(
X
;
θ
)
|
θ
]
,
{\displaystyle I(\theta )=-\operatorname {E} \left[\left.{\frac {\partial ^{2}}{\partial \theta ^{2}}}\log f(X;\theta )\,\right|\,\theta \right]\,,}
where ƒ is the probability density.
The statistic to test
H
0
:
θ
=
θ
0
{\displaystyle {\mathcal {H}}_{0}:\theta =\theta _{0}}
is
S
(
θ
0
)
=
U
(
θ
0
)
2
I
(
θ
0
)
{\displaystyle S(\theta _{0})={\frac {U(\theta _{0})^{2}}{I(\theta _{0})}}}
which has an asymptotic distribution of
χ
1
2
{\displaystyle \chi _{1}^{2}}
, when
H
0
{\displaystyle {\mathcal {H}}_{0}}
is true. While asymptotically identical, calculating the LM statistic using the outer-gradient-product estimator of the Fisher information matrix can lead to bias in small samples.
Note on notation
Note that some texts use an alternative notation, in which the statistic
S
∗
(
θ
)
=
S
(
θ
)
{\displaystyle S^{*}(\theta )={\sqrt {S(\theta )}}}
is tested against a normal distribution. This approach is equivalent and gives identical results.
= As most powerful test for small deviations
=(
∂
log
L
(
θ
∣
x
)
∂
θ
)
θ
=
θ
0
≥
C
{\displaystyle \left({\frac {\partial \log L(\theta \mid x)}{\partial \theta }}\right)_{\theta =\theta _{0}}\geq C}
where
L
{\displaystyle L}
is the likelihood function,
θ
0
{\displaystyle \theta _{0}}
is the value of the parameter of interest under the null hypothesis, and
C
{\displaystyle C}
is a constant set depending on the size of the test desired (i.e. the probability of rejecting
H
0
{\displaystyle H_{0}}
if
H
0
{\displaystyle H_{0}}
is true; see Type I error).
The score test is the most powerful test for small deviations from
H
0
{\displaystyle H_{0}}
. To see this, consider testing
θ
=
θ
0
{\displaystyle \theta =\theta _{0}}
versus
θ
=
θ
0
+
h
{\displaystyle \theta =\theta _{0}+h}
. By the Neyman–Pearson lemma, the most powerful test has the form
L
(
θ
0
+
h
∣
x
)
L
(
θ
0
∣
x
)
≥
K
;
{\displaystyle {\frac {L(\theta _{0}+h\mid x)}{L(\theta _{0}\mid x)}}\geq K;}
Taking the log of both sides yields
log
L
(
θ
0
+
h
∣
x
)
−
log
L
(
θ
0
∣
x
)
≥
log
K
.
{\displaystyle \log L(\theta _{0}+h\mid x)-\log L(\theta _{0}\mid x)\geq \log K.}
The score test follows making the substitution (by Taylor series expansion)
log
L
(
θ
0
+
h
∣
x
)
≈
log
L
(
θ
0
∣
x
)
+
h
×
(
∂
log
L
(
θ
∣
x
)
∂
θ
)
θ
=
θ
0
{\displaystyle \log L(\theta _{0}+h\mid x)\approx \log L(\theta _{0}\mid x)+h\times \left({\frac {\partial \log L(\theta \mid x)}{\partial \theta }}\right)_{\theta =\theta _{0}}}
and identifying the
C
{\displaystyle C}
above with
log
(
K
)
{\displaystyle \log(K)}
.
= Relationship with other hypothesis tests
=If the null hypothesis is true, the likelihood ratio test, the Wald test, and the Score test are asymptotically equivalent tests of hypotheses. When testing nested models, the statistics for each test then converge to a Chi-squared distribution with degrees of freedom equal to the difference in degrees of freedom in the two models. If the null hypothesis is not true, however, the statistics converge to a noncentral chi-squared distribution with possibly different noncentrality parameters.
Multiple parameters
A more general score test can be derived when there is more than one parameter. Suppose that
θ
^
0
{\displaystyle {\widehat {\theta }}_{0}}
is the maximum likelihood estimate of
θ
{\displaystyle \theta }
under the null hypothesis
H
0
{\displaystyle H_{0}}
while
U
{\displaystyle U}
and
I
{\displaystyle I}
are respectively, the score vector and the Fisher information matrix. Then
U
T
(
θ
^
0
)
I
−
1
(
θ
^
0
)
U
(
θ
^
0
)
∼
χ
k
2
{\displaystyle U^{T}({\widehat {\theta }}_{0})I^{-1}({\widehat {\theta }}_{0})U({\widehat {\theta }}_{0})\sim \chi _{k}^{2}}
asymptotically under
H
0
{\displaystyle H_{0}}
, where
k
{\displaystyle k}
is the number of constraints imposed by the null hypothesis and
U
(
θ
^
0
)
=
∂
log
L
(
θ
^
0
∣
x
)
∂
θ
{\displaystyle U({\widehat {\theta }}_{0})={\frac {\partial \log L({\widehat {\theta }}_{0}\mid x)}{\partial \theta }}}
and
I
(
θ
^
0
)
=
−
E
(
∂
2
log
L
(
θ
^
0
∣
x
)
∂
θ
∂
θ
′
)
.
{\displaystyle I({\widehat {\theta }}_{0})=-\operatorname {E} \left({\frac {\partial ^{2}\log L({\widehat {\theta }}_{0}\mid x)}{\partial \theta \,\partial \theta '}}\right).}
This can be used to test
H
0
{\displaystyle H_{0}}
.
The actual formula for the test statistic depends on which estimator of the Fisher information matrix is being used.
Special cases
In many situations, the score statistic reduces to another commonly used statistic.
In linear regression, the Lagrange multiplier test can be expressed as a function of the F-test.
When the data follows a normal distribution, the score statistic is the same as the t statistic.
When the data consists of binary observations, the score statistic is the same as the chi-squared statistic in the Pearson's chi-squared test.
See also
Fisher information
Uniformly most powerful test
Score (statistics)
Sup-LM test
References
Further reading
Buse, A. (1982). "The Likelihood Ratio, Wald, and Lagrange Multiplier Tests: An Expository Note". The American Statistician. 36 (3a): 153–157. doi:10.1080/00031305.1982.10482817.
Godfrey, L. G. (1988). "The Lagrange Multiplier Test and Testing for Misspecification : An Extended Analysis". Misspecification Tests in Econometrics. New York: Cambridge University Press. pp. 69–99. ISBN 0-521-26616-5.
Ma, Jun; Nelson, Charles R. (2016). "The superiority of the LM test in a class of econometric models where the Wald test performs poorly". Unobserved Components and Time Series Econometrics. Oxford University Press. pp. 310–330. doi:10.1093/acprof:oso/9780199683666.003.0014. ISBN 978-0-19-968366-6.
Rao, C. R. (2005). "Score Test: Historical Review and Recent Developments". Advances in Ranking and Selection, Multiple Comparisons, and Reliability. Boston: Birkhäuser. pp. 3–20. ISBN 978-0-8176-3232-8.
Kata Kunci Pencarian:
- Angiogram CT scan jantung
- Skor Apgar
- MasterChef Indonesia (musim 6)
- Kopi gayo
- X (media sosial)
- GMAT
- The Equalizer (film)
- Statistika
- Kia Picanto
- Tim nasional kriket Bangladesh
- Score test
- Test score
- Score
- Test of English as a Foreign Language
- Apgar score
- Rorschach test
- Abbreviated mental test score
- Intelligence quotient
- List of centuries scored on Test cricket debut
- Law School Admission Test
Bolero: Dance of Life (1981)
Star Trek Into Darkness (2013)
Cash Out (2024)
Ocean’s Eleven (2001)
Shooting Stars (2023)
No More Posts Available.
No more pages to load.