H = identifyParameters(R)
Expresses each parameter in the gaussianParametrization in terms of covariances, if it is possible to do so, or displays that no identification formula is possible. The identifiability problem for mixed graph models is described in Garcia, Spielvogel, Sullivant, "Identifying causal effects with computer algebra", UAI, Proceedings of the 26th Conferences, AUAI Press, 2010.
If H#p contains a linear equation $a*p+b$ where a is always nonzero, then $p$ is identifiable.
If H#p contains a linear equation $a*p+b$ where a may be zero, then $p$ is generically identifiable.
If H#p contains a polynomial in $p$ of degree $d$, then $p$ is algebraically $d$-identifiable.
If H#p does not contain any polynomial in $p$, then $p$ is not generically identifiable.
|
|
|
Reading the output (first line in the HashTable), we see that parameter $l_{(a,b)}$ is identifiable by the formula $l_{(a,b)} = s_{(a,b)}/s_{(a,a)}$. On the other hand, $l_{(b,c)}$ is not identifiable.
The object identifyParameters is a method function.