@@ -9,16 +9,16 @@ Before diving into the details, it's important to understand when this tool is t
`mainSensitivity.m` calls various scripts and functions, but there are two important files from which everything starts. The first one is the config file, which is not actually run because every config file in the toolkit acts as an object, of class Settings, which takes the name of the used toolkit. Then we have the `sensitivityStochRun.m` which recalls some important functions which are frequently called by each toolkit and also some custom functions for the sensitivity only.
| simulations | post process functions | characteristics |
|----------|----------|-----------|
| stdAscent | postprocessAscent | this function post processes the results obtained from the stdAscent simulation
| stdDescent | postprocessDescentPara | this function porst processes the results obtained from the ballistic descent simulation
| stdDescentBal | postprocessDescentBall | on the other hand this function post processes the nominal parachute descent
| stdStability | postprocessStability| this function analyzes the results of stability analysis during flight
| | postprocessLaunchMode* | this function post processes the entire flight
| stdAscent | postprocessAscent | this function post processes the results obtained from the stdAscent simulation |
| stdDescent | postprocessDescentPara | this function porst processes the results obtained from the ballistic descent simulation |
| stdDescentBal | postprocessDescentBall | on the other hand this function post processes the nominal parachute descent |
| stdStability | postprocessStability| this function analyzes the results of stability analysis during flight |
| | postprocessLaunchMode* | this function post processes the entire flight |
| ODE functions |
|------|
|--------------- |
| ballistic |
| descent |
| descentParafoil |
...
...
@@ -165,5 +165,3 @@ In this section an example of execution will be provided to get familiar with th
The system generates plots to represent the impact of parameter variations:
-**Sensitivity Plot**: shows the effect of each parameter on the final result. In particular, the plot you'd get is a map of the launch site in which all the elements of the simulations are shown together with 2 ellipses. The ellipses indicate the level of confidence of the simulations, which can be 65% or 90%. The more the elements fall back into the 90%-ellipse we are "more confident" that the variation of data, due to randomness, is limited.
-**Distributions**: histograms or density curves are used to compare simulated data. In more detail, you'd get histograms in which the distribution of probability of a certain altitude for apogee, for example, is depicted.