最小二乘法求回归直线方程的详细推导过程转载自 http blog csdn net marsjohn article details 在数据的统计分析中 数据之间即变量 x 与 Y 之间的相关性研究非常重要 通过在直角坐标系中做散点图的方式我们会发现很多统计数据近似一条直线 它们之间或者正相关或者负相关 虽然这些数据是离散的 不是连续的 我们无法得到一个确定的描述这种相关性的函数方程 但既然在直角坐标系中数据分布接近一条直线
typedef enum的用法(枚举)include stdio h include string h include stdlib h intmain typedefenum saturday sunday 0 monday tuesday wednesday thursday friday workday stdlib h string h stdio h