文件名称:curvefit
介绍说明--下载内容来自于网络,使用问题请自行百度
调用方法:
CurveFitting fitting = new CurveFitting()
double[] xs = fitting.Fitting(xv, yv, n, m)
说明:
拟合函数:double[] xs=Fitting(int[] xval, double[] val, int n, int m) xval:点的横坐标 val:点的纵坐标值 n:欲拟合多项式的最高次数 m:拟合点的个数 数组xs为返回的多项式系数,次数从0到n。如有问题,请发送邮件至gaocongly@126.com咨询讨论-Call the method: CurveFitting fitting = new CurveFitting () double [] xs = fitting.Fitting (xv, yv, n, m) Note: Fitting function: double [] xs = Fitting (int [] xval, double [] val, int n, int m) xval: point of abscissa val: the value of the vertical axis point n: For the maximum number of polynomial fitting m: the number of fitting points array of xs for the return of the multi- polynomial coefficients, the number from 0 to n. For questions, please send an email to gaocongly@126.com consultation and discussion
CurveFitting fitting = new CurveFitting()
double[] xs = fitting.Fitting(xv, yv, n, m)
说明:
拟合函数:double[] xs=Fitting(int[] xval, double[] val, int n, int m) xval:点的横坐标 val:点的纵坐标值 n:欲拟合多项式的最高次数 m:拟合点的个数 数组xs为返回的多项式系数,次数从0到n。如有问题,请发送邮件至gaocongly@126.com咨询讨论-Call the method: CurveFitting fitting = new CurveFitting () double [] xs = fitting.Fitting (xv, yv, n, m) Note: Fitting function: double [] xs = Fitting (int [] xval, double [] val, int n, int m) xval: point of abscissa val: the value of the vertical axis point n: For the maximum number of polynomial fitting m: the number of fitting points array of xs for the return of the multi- polynomial coefficients, the number from 0 to n. For questions, please send an email to gaocongly@126.com consultation and discussion
相关搜索: curvefit
(系统自动生成,下载前可以参看下载内容)
下载文件列表
curvefit.dll
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.