I am reading a paper using random matrix theory to calculate Lyapunov spectrum.
What particularly confuses me is
1.
Why with $h_i \sim \mathcal{N}(0, \Delta_0), \phi = \tanh$, can we have $p(y)$ as the above integral? I.e. how to calculate the probability density of a function of a variable with known distribution?
(This seems to follow from basic probability theory, though I am not sure why there is a $\delta$ function.)
2.
I am too much confused by this step..
Why is the Lyapunov spectrum simply the inverse of $\chi(x)$ (the probabilistic eigenvalue distribution of the Jacobian $D_{ij}(t_s)$)? Moreover, shouldn't it be the Oseledets $\Lambda$ instead of $D_{ij}(t_s)$? Because when $N\to \infty$, Lyapunov spectrum approximates the probability distribution of eigenvalues of the Jacobian/Oseledets matrix?




A1:
$\delta$ indicates we integrate only over the set of $h=y^{-1}(y)$, i.e. $\int dh \delta(y-\phi'(h))\dots=\int_{h=y^{-1}(y)} dh\dots.$ Note that we use $\delta-$ function probably because we are dealing with a probability density function that is not monotonous.
$p(y)=\frac d{dy} P(h \le y^{-1}(y)) = p({h,-h})\frac d{dy} (y^{-1}(y)),$
where $p({h,-h})=2p(h)\\ y^{-1}(y) = ^+_- \sqrt{\mathrm{sech}^{-1}(y)}\\ \mathrm{sech}^{-1}(y)=\ln(\frac{1+\sqrt{1-y^2}}{y}).$
The steps that follows are not conducted, so not completely certain about details.
Overall, it is basic probability. For example, probability function of a function of random variables, there are two methods:
A2:
$\chi(\lambda_i) = P(\lambda \le \lambda_i) = \frac{N+1-i}N$ for $\lambda_i$ is decreasing. Then $$\chi^{-1}\left(\frac{N+1-i}N\right) = \lambda_i.$$
Why the Oseledets $\Lambda$ instead of $D_{ij}(t_s)$? Perhaps because in this case $D_{ij}$ is constant ($J-I$). So $\Lambda=(T_t^T T_t)^{\frac 1 {2t}}=((D^t)^T (D^t))^{\frac 1 {2t}}=(D^T D)^{\frac12}$.
Why the real parts of eigenvalues of $D$? Possibly the singular values of a matrix are always real parts of the eigenvalues? (NOT sure.) For example, let $A=\left[ \begin{matrix} 1 & i \\ -i & i \end{matrix}\right].$
$D$'s eigenvalues follow the circular law.