help in propagation of uncertainty calculations
显示 更早的评论
I am trying to calculate the statistical propagation of uncertainty for several parameters, (one each time) using MWC (long and complicated) equation. is there any Matlab function to perform such calculation? or any other function that can help me? thanks Olga
回答(3 个)
Star Strider
2014-5-21
0 个投票
I’m familiar with Monod Wyman and Changeux model, but there are so many different disciplines here on MATLAB Answers with so many different acronyms and abbreviations, that guessing them correctly is impossible.
I’m not certain what you mean by ‘the statistical propagation of uncertainty for several parameters’. If you mean sensitivity coefficients — the partial derivatives of Y with respect to each parameter — use the Symbolic Math Toolbox jacobian function, or use it to define the derivatives individually.
Deepak Ramaswamy
2014-5-30
0 个投票
This file exchange entry may be of use: http://www.mathworks.com/matlabcentral/fileexchange/17901-propagation-of-uncertainty
Sterling Baird
2020-8-13
编辑:Sterling Baird
2020-8-13
0 个投票
While not a MATLAB solution (you mentioned other functions as being OK), Mathematica 12 has an experimental set of functions, one of which is AroundReplace[] which does uncertainty propagation: example
类别
在 帮助中心 和 File Exchange 中查找有关 MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!