Identifiability

From Infogalactic: the planetary knowledge core
(Redirected from Identifiability condition)
Jump to: navigation, search
For a less technical treatment, see Parameter identification problem.

In statistics, identifiability is a property which a model must satisfy in order for precise inference to be possible. We say that the model is identifiable if it is theoretically possible to learn the true value of this model’s underlying parameter after obtaining an infinite number of observations from it. Mathematically, this is equivalent to saying that different values of the parameter must generate different probability distributions of the observable variables. Usually the model is identifiable only under certain technical restrictions, in which case the set of these requirements is called the identification conditions.

A model that fails to be identifiable is said to be non-identifiable or unidentifiable; two or more parametrizations are observationally equivalent. In some cases, even though a model is non-identifiable, it is still possible to learn the true values of a certain subset of the model parameters. In this case we say that the model is partially identifiable. In other cases it may be possible to learn the location of the true parameter up to a certain finite region of the parameter space, in which case the model is set identifiable.

Aside from strictly theoretical exploration of the model properties, Identifiability can be referred to in a wider scope when a model is tested with relation of experimental data sets. Usually these tests of Identifiability Analysis are applied when the model fitting of experimental data obtained and serve the detection of non-identifiable and sloppy parameters.[clarification needed][1]

Definition

Let  \mathcal{P}=\{P_\theta:\theta\in\Theta\} be a statistical model where the parameter space \Theta is either finite- or infinite-dimensional. We say that \mathcal{P} is identifiable if the mapping \theta\mapsto p_\theta is one-to-one:[2]


    P_{\theta_1}=P_{\theta_2} \quad\Rightarrow\quad \theta_1=\theta_2 \quad\ \text{for all } \theta_1,\theta_2\in\Theta.

This definition means that distinct values of θ should correspond to distinct probability distributions: if θ1θ2, then also Pθ1Pθ2.[3] If the distributions are defined in terms of the probability density functions (pdfs), then two pdfs should be considered distinct only if they differ on a set of non-zero measure (for example two functions ƒ1(x)=10≤x<1 and ƒ2(x)=10≤x≤1 differ only at a single point x=1 — a set of measure zero — and thus cannot be considered as distinct pdfs).

Identifiability of the model in the sense of invertibility of the map \theta\mapsto p_\theta is equivalent to being able to learn the model’s true parameter if the model can be observed indefinitely long. Indeed, if {Xt}⊆S is the sequence of observations from the model, then by the strong law of large numbers,


    \frac{1}{T} \sum_{t=1}^T \mathbf{1}_{\{X_t\in A\}} \ \xrightarrow{a.s.}\ \operatorname{Pr}[X_t\in A],

for every measurable set AS (here 1{…} is the indicator function). Thus with an infinite number of observations we will be able to find the true probability distribution P0 in the model, and since the identifiability condition above requires that the map \theta\mapsto p_\theta be invertible, we will also be able to find the true value of the parameter which generated given distribution P0.

Examples

Example 1

Let \mathcal{P} be the normal location-scale family:


    \mathcal{P} = \Big\{\ f_\theta(x) = \tfrac{1}{\sqrt{2\pi}\sigma} e^{ -\frac{1}{2\sigma^2}(x-\mu)^2 }\ \Big|\ \theta=(\mu,\sigma): \mu\in\mathbb{R}, \,\sigma\!>0 \ \Big\}.

Then


\begin{align}
    f_{\theta_1}=f_{\theta_2}\\
    &\Leftrightarrow\ \tfrac{1}{\sqrt{2\pi}\sigma_1}e^{ -\frac{1}{2\sigma_1^2}(x-\mu_1)^2 } = \tfrac{1}{\sqrt{2\pi}\sigma_2}e^{ -\frac{1}{2\sigma_2^2}(x-\mu_2)^2 } \\
    &\Leftrightarrow\ \tfrac{1}{\sigma_1^2}(x-\mu_1)^2 + \ln \sigma_1 = \tfrac{1}{\sigma_2^2}(x-\mu_2)^2 + \ln \sigma_2 \\
    &\Leftrightarrow\ x^2\big(\tfrac{1}{\sigma_1^2}-\tfrac{1}{\sigma_2^2}\big) - 2x\big(\tfrac{\mu_1}{\sigma_1^2}-\tfrac{\mu_2}{\sigma_2^2}\big) + \big(\tfrac{\mu_1^2}{\sigma_1^2}-\tfrac{\mu_2^2}{\sigma_2^2}+\ln\sigma_1-\ln\sigma_2\big) = 0 \\
\end{align}

This expression is equal to zero for almost all x only when all its coefficients are equal to zero, which is only possible when |σ1| = |σ2| and μ1 = μ2. Since in the scale parameter σ is restricted to be greater than zero, we conclude that the model is identifiable: ƒθ1θ2θ1=θ2.

Example 2

Let \mathcal{P} be the standard linear regression model:


    y = \beta'x + \varepsilon, \quad \operatorname{E}[\,\varepsilon|x\,]=0

(where ′ denotes matrix transpose). Then the parameter β is identifiable if and only if the matrix E[x'x] is invertible. Thus, this is the identification condition in the model.

Example 3

Suppose \mathcal{P} is the classical errors-in-variables linear model:

\begin{cases}
    y = \beta x^* + \varepsilon, \\
    x = x^* + \eta,
  \end{cases}

where (ε,η,x*) are jointly normal independent random variables with zero expected value and unknown variances, and only the variables (x,y) are observed. Then this model is not identifiable,[4] only the product βσ² is (where σ² is the variance of the latent regressor x*). This is also an example of set identifiable model: although the exact value of β cannot be learned, we can guarantee that it must lie somewhere in the interval (βyx, 1÷βxy), where βyx is the coefficient in OLS regression of y on x, and βxy is the coefficient in OLS regression of x on y.[5]

If we abandon the normality assumption and require that x* were not normally distributed, retaining only the independence condition εηx*, then the model becomes identifiable.[4]

Software

In the case of parameter estimation in partially observed dynamical systems, the profile likelihood can be also used for structural and practical identifiability analysis.[6] An implementation of the [1] is available in the MATLAB Toolbox PottersWheel.

References

Citations

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lehmann & Casella 1998, Definition 1.5.2
  3. van der Vaart 1998, p. 62
  4. 4.0 4.1 Reiersøl 1950
  5. Casella & Berger 2001, p. 583
  6. Lua error in package.lua at line 80: module 'strict' not found.

Sources

  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.