| check.stopping {IPCAPS} | R Documentation |
(Internal function) Check whether the IPCAPS process meets the stopping criterion.
Description
(Internal function) Check whether the IPCAPS process meets the stopping criterion.
Usage
check.stopping(eigen.value, threshold)
Arguments
eigen.value |
A vector of Eigenvalues return from |
threshold |
A threshold or a cutoff to stop the IPCAPS process. Also see
|
Value
A list containing status, eigen.value, eigen.fit,
threshold, and no.significant.PC as explained below:
-
$statusis either0representing that the criterion is not met, or1representing that the criterion is met. -
$eigen.valueis a vector of Eigenvalues as the input parameter. -
$eigen.fitis a vector of EigenFit values. -
$thresholdis a threashold as the input parameter. -
$no.significant.PCis an estimated number of sinificant principal components (PC).
[Package IPCAPS version 1.1.8 Index]