Function or value | Description |
Full Usage:
compute bwQuantile accuracy sigCriterion m
Parameters:
float
accuracy : float
sigCriterion : float
m : Matrix<float>
Returns: float * ChiSquareStatistics
|
Computes the critical Threshold for which the NNSD of the matrix significantly abides from the Wigner-Surmise bwQuantile uses % data to calculate a more robust histogram //0.9 0.01 0.05
|
Full Usage:
computeChiSquared bwQuantile m
Parameters:
float
m : Matrix<float>
Returns: ChiSquareStatistics
|
|
Full Usage:
computeWithInterval bwQuantile accuracy sigCriterion m (leftBorder, rightBorder)
Parameters:
float
accuracy : float
sigCriterion : float
m : Matrix<float>
leftBorder : float
rightBorder : float
Returns: float * ChiSquareStatistics
|
Computes the critical Threshold for which the NNSD of the matrix significantly abides from the Wigner-Surmise bwQuantile uses % data to calculate a more robust histogram //0.9 0.01 0.05 to reduce the search space for the threshold you can restrict the range to [leftBorder,rightBorder]
|