... | @@ -49,7 +49,7 @@ First, we demonstrate an example from the GW190814 event to find an appropriate |
... | @@ -49,7 +49,7 @@ First, we demonstrate an example from the GW190814 event to find an appropriate |
|
|
|
|
|
The spectrum of the eigenvalues is also plotted.
|
|
The spectrum of the eigenvalues is also plotted.
|
|
|
|
|
|
<img src="uploads/de7dc696ed6338d31b3945911d11a04c/beta_lambda_all_1_.png" width="440" >
|
|
<img src="uploads/eca6880d8670d2050f72374008fd8d24/beta_lambda_all_2_.png" width="440" >
|
|
|
|
|
|
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.
|
|
|
|
|
... | | ... | |