由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - 请教一个MATLAB中 CURVE-FITTING 的问题
相关主题
建立方程Analytic solution for an ODE
[转载] 问个matlab的问题matlab question: signum and abs
原始数据点yi的std err会影响fitted curve的confidence band吗?How to adjust Adjust the Matlab path
matlab拟合y=Ax^(2/3)+x+B一个matlab里面计算曲线斜率的问题
求助: fitting y=a+bx+cx^-2+dx^2[合集] 问个matlab的问题 (转载)
请教如何用MATLAB去fit一个多项式?求助:stand-alone application 无法运行
help on Matlab请教matlab安装
[合集] 请问大家在matlab里面画的图存为.bmp 还是.jpg 后再放到worParallel computing in Matlab
相关话题的讨论汇总
话题: curve话题: fitting话题: matlab话题: algorithm话题: levernberg
进入Computation版参与讨论
1 (共1页)
c*****n
发帖数: 25
1
因为这个问题, RESEARCH 进程已经STUCK 几天了, 请惠者赐教
这个问题是这样的, 有一方程, 形为:
y=(k1+k2*x^p)*(1-x^q)
已知 一系列 x,y 的对应值。
希望能 求出 k1,k2, p, q 的值。
一点线索是, It can be fitted with a lease square curve using
Levernberg-Marquardt algorithm.
谢谢先!
c*******e
发帖数: 8624
2
一般来说给出方程形式就可以fit了吧.至于什么l-m algorithm
不懂,呵呵.

【在 c*****n 的大作中提到】
: 因为这个问题, RESEARCH 进程已经STUCK 几天了, 请惠者赐教
: 这个问题是这样的, 有一方程, 形为:
: y=(k1+k2*x^p)*(1-x^q)
: 已知 一系列 x,y 的对应值。
: 希望能 求出 k1,k2, p, q 的值。
: 一点线索是, It can be fitted with a lease square curve using
: Levernberg-Marquardt algorithm.
: 谢谢先!

c*****n
发帖数: 25
3
真的吗? 用哪个函数呢?还请CHEUNGCHE赐教
经历漫漫长夜,终现黎明的曙光。

【在 c*******e 的大作中提到】
: 一般来说给出方程形式就可以fit了吧.至于什么l-m algorithm
: 不懂,呵呵.

c*******e
发帖数: 8624
4
我对fit没多少研究,如果你有toolbox的话,用fit就可以了吧.
有时候我也用origin,统计上很多软件也可以.

【在 c*****n 的大作中提到】
: 真的吗? 用哪个函数呢?还请CHEUNGCHE赐教
: 经历漫漫长夜,终现黎明的曙光。

r****y
发帖数: 1437
5

L-M is just one algorithm to do non-linear fitting. It blends Newton and
Steepest algorithm together, with a tunnable parameter to control to weight
between Newton and Steepest approaches.

【在 c*******e 的大作中提到】
: 我对fit没多少研究,如果你有toolbox的话,用fit就可以了吧.
: 有时候我也用origin,统计上很多软件也可以.

b*****y
发帖数: 163
6
have not been here for a while. it's good to see this board is still here.
in matlab, your problem is solved routinely using non-linear
lease square functions in optimization toolbox, use
lsqcurvefit
it is straightforward for your problem, which most times applies Levernberg-
Marquardt method.

【在 c*****n 的大作中提到】
: 因为这个问题, RESEARCH 进程已经STUCK 几天了, 请惠者赐教
: 这个问题是这样的, 有一方程, 形为:
: y=(k1+k2*x^p)*(1-x^q)
: 已知 一系列 x,y 的对应值。
: 希望能 求出 k1,k2, p, q 的值。
: 一点线索是, It can be fitted with a lease square curve using
: Levernberg-Marquardt algorithm.
: 谢谢先!

c*****n
发帖数: 25
7
Great! I got it.
Thank you very much, Mr. Bestbuy.

【在 b*****y 的大作中提到】
: have not been here for a while. it's good to see this board is still here.
: in matlab, your problem is solved routinely using non-linear
: lease square functions in optimization toolbox, use
: lsqcurvefit
: it is straightforward for your problem, which most times applies Levernberg-
: Marquardt method.

b*****y
发帖数: 163
8
good luck for your project.

【在 c*****n 的大作中提到】
: Great! I got it.
: Thank you very much, Mr. Bestbuy.

1 (共1页)
进入Computation版参与讨论
相关主题
Parallel computing in Matlab求助: fitting y=a+bx+cx^-2+dx^2
今天发现Matlab R2006版在laptop和desktop上结果不同请教如何用MATLAB去fit一个多项式?
MATLAB 问题请教help on Matlab
问个不该问的,matlab盗版用起来有问题吗?[合集] 请问大家在matlab里面画的图存为.bmp 还是.jpg 后再放到wor
建立方程Analytic solution for an ODE
[转载] 问个matlab的问题matlab question: signum and abs
原始数据点yi的std err会影响fitted curve的confidence band吗?How to adjust Adjust the Matlab path
matlab拟合y=Ax^(2/3)+x+B一个matlab里面计算曲线斜率的问题
相关话题的讨论汇总
话题: curve话题: fitting话题: matlab话题: algorithm话题: levernberg