boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - 询问一个C#中调用Matlab的问题
相关主题
请教大家:用SAS 做SEM出现的问题
怎样用R 来提取 micrarray 中的regressor variable 的值? (转载)
Is anyone familiar with matlab "nlinfit" function?
X,Y iid normal, 请问X/Y的pdf如何求?
那位高手帮我看看这道变态面试题!
问一个anova里关于model identifiability的问题
[合集] 关于找制药业的sas programmer工作
请教一个曲面拟合问题
突然对直线拟合的R不明白起来了
Normal density when the covariance matrix is rank deficient
相关话题的讨论汇总
话题: matlab话题: warning话题: nlinfit话题: c#话题: mygasfit
进入Statistics版参与讨论
1 (共1页)
s********n
发帖数: 5
1
我的编程环境是VS 2008,需要做一个数据拟合,因此我用Matlab编写了一个小函数(
MyGasFit),调用了stat工具箱的非线性拟合函数nlinfit,经过简单的测试,该函数在
Matlab下面运行正常,在C#的测试小程序中也正常。嵌入project以后遇到以下的问题,
由于数据本身可能不一定有唯一解,因此程序部分数据提示warning,现在将最后部分的
输出铁在下面(warning 部分多次出现但是不影响结果)
Warning: Rank deficient, rank = 0, tol = 0.0000e+000.
> In nlinfit>LMfit at 296
In nlinfit at 168
In MyGasFit at 3
Warning: The Jacobian at the solution is ill-conditioned, and some
model parameters may not be estimated well (they are not identifiable).
Use caution in making pre
1 (共1页)
进入Statistics版参与讨论
相关主题
Normal density when the covariance matrix is rank deficient
which nonparametric test shoud I do
诚心求教:这种问题从哪个角度下手?
如何评价non-linear regression的好坏?
再一个R 问题
请教一个曲线拟合的问题 (转载)
R问题,logistic回归,神经网络,SVM中做交叉验证
请问Origin怎样对直方图进行双峰高斯拟合? (转载)
求教怎么换算error bar? (转载)
请教高手 gaussian统计知识一问
相关话题的讨论汇总
话题: matlab话题: warning话题: nlinfit话题: c#话题: mygasfit