Introduction - If you have any usage issues, please Google them yourself
//=== === === === === === === === === === === =====// Function that// function name: Correlation// Function: Calculation of the polynomial least squares fitting correlation coefficient// Usage: int M------ polynomial fitting the number of (known conditions)// double* b-- Fitting curve coefficient, or times by arrangement (known conditions)// double* x--- node x-axis data (known conditions)// double* y--- node y-axis data (already known conditions)// double* Yg- the estimated value of node, and* y correspond to the number for m (process variables)// int m------ node number (known conditions)// Note: polynomial order up to 10, the polynomial form of y = b0+ b1* (x-Xavr) ...
Packet : 23825784correlation2.rar filelist
Correlation(多项式相关系数的计算方法(多项式形式2)).c