help in propagation of uncertainty calculations

4 vues (au cours des 30 derniers jours)
Olga
Olga le 21 Mai 2014
Modifié(e) : Sterling Baird le 13 Août 2020
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
  2 commentaires
Star Strider
Star Strider le 21 Mai 2014
What is ‘MWC’?
Olga
Olga le 21 Mai 2014
Monod Wyman and Changeux model for protein cooperativity Y = (((S./Kr).*power((1+(S./Kr)),3)) + (((L.*S)./Kt).*power((1+(S./Kt)),3)))./(power((1+(S./Kr)),4)+ L.*power((1+(S./Kt)),4)); Kr Kt and L are parameters and S is the unknown.

Connectez-vous pour commenter.

Réponses (3)

Star Strider
Star Strider le 21 Mai 2014
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
Deepak Ramaswamy le 30 Mai 2014

Sterling Baird
Sterling Baird le 13 Août 2020
Modifié(e) : Sterling Baird le 13 Août 2020
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

Catégories

En savoir plus sur Thermal Analysis dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by