由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - a least square fitting problem
相关主题
[转载] lineariation problem....help, please请教一个optimization的问题
optimization using matlab function fminconvery dissapointed with Cplex
explicit finite difference method一个quadratic programming的问题,请指教! (转载)
求解parabolic quasilinear PDEc++ optimization lib 求推荐
请教一个MATLAB中 CURVE-FITTING 的问题最优计算 凸优化
谁熟悉cplex的integer programming大家还是bilingual吧
matlab question:dual variableAnybody use PETSc?
OLS with constraint in Matlab?有人用 NumPy 来计算吗
相关话题的讨论汇总
话题: fitting话题: square话题: least话题: data话题: line
进入Computation版参与讨论
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!
t***s
发帖数: 4666
2
直接对[x^2 x]做回归。

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页)
进入Computation版参与讨论
相关主题
有人用 NumPy 来计算吗请教一个MATLAB中 CURVE-FITTING 的问题
关于Python的矩阵包谁熟悉cplex的integer programming
Octave还是SciLabmatlab question:dual variable
跪求,用python上传一个文件到服务器的例子OLS with constraint in Matlab?
[转载] lineariation problem....help, please请教一个optimization的问题
optimization using matlab function fminconvery dissapointed with Cplex
explicit finite difference method一个quadratic programming的问题,请指教! (转载)
求解parabolic quasilinear PDEc++ optimization lib 求推荐
相关话题的讨论汇总
话题: fitting话题: square话题: least话题: data话题: line