利用R语言进行线性/非线性回归拟合实例(1)
1、 生成一组数据
vector<float>xxvec;
vector<float>yyvec;
ofstreamfout("data2.txt");
for (int i =1;i<200;i++)
{
float x =i*0.8;
float randdnum= rand()%10 * 10;
&
利用R语言进行线性/非线性回归拟合实例(1)
1、 生成一组数据
vector<float>xxvec;
vector<float>yyvec;
ofstreamfout("data2.txt");
for (int i =1;i<200;i++)
{
float x =i*0.8;
float randdnum= rand()%10 * 10;
&