... | @@ -53,3 +53,6 @@ The spectrum of the eigenvalues is also plotted. |
... | @@ -53,3 +53,6 @@ The spectrum of the eigenvalues is also plotted. |
|
|
|
|
|
We can see that the median $`\beta`$ (black trace) saturates after a certain number of the top basis vectors have been used to approximate the covariance matrix. If we use the top 250 basis vectors (rank = 250, instead of the full rank), the Frobenius norm of the residual is $`1.4\times 10^{-8}`$, indicating the extent to which we capture the features in the covariance matrix. The blue trace is for the relative magnitude of the eigenvalues. If we include the eigenvectors with relative importance less than few times 1e-10, you can see that the variance of the $`\beta`$ values starts flaring up again due to errors in the inverse of the covariance matrix. So our suggestion is to use top-p = 250 eigenvectors for the pseudo inverse of the covariance matrix for this event. We feel that this should be a tunable number based on plots like this.
|
|
We can see that the median $`\beta`$ (black trace) saturates after a certain number of the top basis vectors have been used to approximate the covariance matrix. If we use the top 250 basis vectors (rank = 250, instead of the full rank), the Frobenius norm of the residual is $`1.4\times 10^{-8}`$, indicating the extent to which we capture the features in the covariance matrix. The blue trace is for the relative magnitude of the eigenvalues. If we include the eigenvectors with relative importance less than few times 1e-10, you can see that the variance of the $`\beta`$ values starts flaring up again due to errors in the inverse of the covariance matrix. So our suggestion is to use top-p = 250 eigenvectors for the pseudo inverse of the covariance matrix for this event. We feel that this should be a tunable number based on plots like this.
|
|
|
|
|
|
|
|
## GW190412
|
|
|
|
|
|
|
|
A similar plot for the GW190412 event (top 5 [PE samples](https://git.ligo.org/pe/O3/S190412m/-/blob/master/Preferred/dat/M4-PhenomHM_pesummary.dat)) is given below, and we see that in this case, the plateau occurs once we use the top-350 eigenvectors to approximate the covariance matrix. In this case, the Frobenius norm of the residuals is 3.5e-10. |
|
|
|
\ No newline at end of file |