G_P算法 Resources

Showing items tagged with "G_P算法"

Code implementations for estimating correlation dimension, including: G-P algorithm (corrint.m) with point-wise correlation integral calculation, Gaussian kernel association algorithm (gka.m) using smooth kernel functions, and Judd algorithm (judd.m) implementing advanced statistical estimation techniques.

MATLAB 274 views Tagged

MATLAB implementation of G-P algorithm for correlation dimension (enhanced version with mex function, ultra-fast performance)----------------------------------- Key Update: Introduction of temporary separation threshold parameter - when set larger than the sequence's average period, it eliminates correlations between consecutive points on the same trajectory, ensuring linear ln r - ln C(r) relationship at small r values

MATLAB 254 views Tagged