Skip to content
Success

Changes

Summary

  1. Initial commit of code to analyze sensitivity to parameter values. (details)
Commit 8472b44795b1a13a3ac8412b017b777431a53acc by noreply
Initial commit of code to analyze sensitivity to parameter values.

It constructs a sensitivity matrix of partial derivatives
of metrics (e.g. SWCF) with respect to parameters (e.g. C8).
Then it performs a singular value decomposition in order
to determine whether the metrics are sensitive to the parameters
and whether the parameters are independent or duplicative.

For #910.
The file was addedutilities/analyze_sensitivity_matrix.py