Suppose a variable y depends on n independent variables
,
,
. If the independent variables have uncertainty
,
, etc. and the uncertainties are independent, then the uncertainty in y can be estimated with
For this problem, the relationship between y and
will be power laws of the form
For example, the relationship
would have c = 0.5 and a = [1 2].
Write a function that takes a vector of values of x, the coefficient c, exponents a, and a vector of uncertainties
and returns the absolute uncertainty
, relative uncertainty
, and the index of the variable that contributes the most to the uncertainty in y. Identifying the largest contributor to the uncertainty tells the experimentalist which measurement to target first to improve the measurement.
Solution Stats
Problem Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers10
Suggested Problems
-
Project Euler: Problem 2, Sum of even Fibonacci
2828 Solvers
-
Project Euler: Problem 6, Natural numbers, squares and sums.
2536 Solvers
-
13227 Solvers
-
Rotate input square matrix 90 degrees CCW without rot90
679 Solvers
-
Find out missing number from a vector of 9 elements
321 Solvers
More from this Author321
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!