For a given problem, I am interested in estimating a correlation matrix.
In this problem, I can somewhat easily get estimates of the pairwise correlations. Each of these estimates should be consistent for the true pairwise correlation. From this, I can theoretically construct an estimate of the correlation matrix that is consistent as well.
However, I don't think there's any guarantee that any finite-sized correlation matrix will be non-negative definite! This is similar to the issue that constructing a correlation matrix from pairwise estimates of the correlation with missing data can lead to a non-negative definite correlation matrix.
For various reasons, I would really like a non-negative definite matrix. Is there any established methods for doing so? My first guess would be to just multiply the off diagonals by $\eta$, where $\eta$ was the largest values such that $\alpha \hat C $ is non-negative definite ($\hat C$ is the naive correlation matrix estimated by filling in the off diagonals). Is there better ideas? If this idea is good, is there any justification for it?