sigmasq.est | R Documentation |
Estimates the unknown noise variance based on the procedure described in Kritchman and Nadler, (2009)
sigmasq.est(lambdas, numObs, numOfSpikes)
lambdas |
eigenvalues to which the distribution is fitted |
numObs |
number of data observations |
numOfSpikes |
number of spikes in the spike covariance model |
This method calculates an unbiased estimate of the noise variance
based on the procedure described in Kritchman and Nadler, (2009). It involves
solving a couple of nonlinear equations. This function is called by KN.test
.
sigma.sq - Estimated noise variance
Kritchman, S. and Nadler, B., 2009. Non-parametric detection of the number of signals: Hypothesis testing and random matrix theory. IEEE Transactions on Signal Processing, 57(10), pp.3930-3941.
KN.test
library(casp) lambdas<-c(10,8,6,4,rep(1,6)) sigmasq.est(lambdas,100,4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.