Worst-Case Propagation of Uncertainty

バージョン 1.2.0.0 (3.11 KB) 作成者: Brad Ridder
Estimates the propagated uncertainty for a function, at a given point, with given uncertainties.
ダウンロード: 2.5K
更新 2014/10/17

ライセンスの表示

worstcase attempts to maximize and minimize a function over give uncertainty bounds using fmincon. This function is superior to my old propagation of uncertainty code, PropError. Only the Optimization toolbox is required. Input is far easier, and implicit and non-analytic functions can also be handled. Execution time is significantly faster.
Two examples are given:
worstcase_example quickly demonstrates the method for a function.
worstcase_colebrook_example demonstrates error propagation for an implicit function. In the example, 25% uncertainty in the paramters of the implicit Colebrook equation.
Just run the two examples, and check out the code.

引用

Brad Ridder (2024). Worst-Case Propagation of Uncertainty (https://www.mathworks.com/matlabcentral/fileexchange/48139-worst-case-propagation-of-uncertainty), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2013a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersGet Started with Optimization Toolbox についてさらに検索
タグ タグを追加
謝辞

ヒントを得たファイル: Propagation of Uncertainty

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.2.0.0

added screenshot

1.1.0.0

misspelled uncertainty in the title

1.0.0.0