Scorefunktion
Score function is a concept in statistics that refers to the gradient of the log-likelihood with respect to model parameters. For a parametric model with data X1, …, Xn and joint density f(x; θ), the log-likelihood is ℓ(θ) = ∑ log f(Xi; θ). The score vector is U(θ) = ∂ℓ(θ)/∂θ, a random vector that summarizes how the likelihood responds to small changes in θ.
A fundamental property is that, at the true parameter θ0, the expected score vanishes: Eθ0[U(θ0)] = 0.
The score also underlies hypothesis testing. The score test (Lagrange Multiplier test) uses U(θ0) and I(θ0) to
In addition to likelihood-based interpretations, the term score can refer to score matching, a method for estimating
Example: for a one-parameter normal model with known variance, the score for μ is U(μ) = ∑(Xi − μ)/σ², and
Related concepts include Fisher information, likelihood, and estimating equations.