由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Mathematics版 - a least square fitting problem
相关主题
请教travelling waves的研究情况请问LP问题~~
Parabolic equation收敛问题哪个convex优化软件可以解决下面这个convex constraint
请教standard parabolic regularity“方程组”用英文怎么说?
Question about Parabolic Equation.How to get "MicroSoft Equation 3.0"?
问一个优化问题Schrodinger equations and reaction-diffusion equations.
请问怎么在matlab 里面画平滑得曲线啊?一个简单的数学问题,我和我老板争论不停,其中一定有一个人是
请教:Fourier transform in Matlab概率学家Varadhan获今年Abel奖
请教一个origin问题请教PDE
相关话题的讨论汇总
话题: fitting话题: data话题: square话题: least话题: line
进入Mathematics版参与讨论
1 (共1页)
F********E
发帖数: 1025
1
Hi all:
I want to do a least square fitting, but I need to apply a constraint--which
is that the fitting line has to exactly cut through one specific data point
in my data set. For example, I want the parabolic line pass the origin, or
I need the following equation to fit in my data:
*************
a*x^2+b*x
**************
instead of the regular one:
*************
a*x^2+b*x+c
**************
Does anybody know any function in PYLAB OR PYTHON or other suite which can
do this? Thanks a lot!
g****t
发帖数: 31659
2
你读读matlab的polyfit函数的帮助。
这个不是问题。和原来的最小二乘法没区别。
如果是更复杂的约束就麻烦些。

Hi all:
I want to do a least square fitting, but I need to apply a constraint--which
is that the fitting line has to exactly cut through one specific data point
in my data set. For example, I want the parabolic line pass the origin, or
I need the following equation to fit in my data:
*************
a*x^2+b*x
**************
instead of the regular one:
*************
a*x^2+b*x+c
**************
Does anybody know any function in PYLAB OR PYT

【在 F********E 的大作中提到】
: Hi all:
: I want to do a least square fitting, but I need to apply a constraint--which
: is that the fitting line has to exactly cut through one specific data point
: in my data set. For example, I want the parabolic line pass the origin, or
: I need the following equation to fit in my data:
: *************
: a*x^2+b*x
: **************
: instead of the regular one:
: *************

M**r
发帖数: 31
3
用Excel或其它的spreadsheet可能就可以做,请给出一组数据,偶来做做看。。。??

which
point
or

【在 F********E 的大作中提到】
: Hi all:
: I want to do a least square fitting, but I need to apply a constraint--which
: is that the fitting line has to exactly cut through one specific data point
: in my data set. For example, I want the parabolic line pass the origin, or
: I need the following equation to fit in my data:
: *************
: a*x^2+b*x
: **************
: instead of the regular one:
: *************

1 (共1页)
进入Mathematics版参与讨论
相关主题
请教PDE问一个优化问题
救命,求助请问怎么在matlab 里面画平滑得曲线啊?
问一个Linear regression的弱问题请教:Fourier transform in Matlab
有一个最小值或者最大值的曲线应该叫?请教一个origin问题
请教travelling waves的研究情况请问LP问题~~
Parabolic equation收敛问题哪个convex优化软件可以解决下面这个convex constraint
请教standard parabolic regularity“方程组”用英文怎么说?
Question about Parabolic Equation.How to get "MicroSoft Equation 3.0"?
相关话题的讨论汇总
话题: fitting话题: data话题: square话题: least话题: line