Skip to content
Snippets Groups Projects
Commit 8249732e authored by Giulia Ghirardini's avatar Giulia Ghirardini Committed by Marco Luigi Gaibotti
Browse files

[documentation][sensitivity] Removed plots paragraph

parent eecd8b18
Branches
Tags
1 merge request!15Updated documentation for MSA Toolkit
Subproject commit 1d057a42688bd9d78885f61dd52b4bd3cb6495b1
Subproject commit e004f0094d298cdcd902e0eced82f4607c7c59d5
......@@ -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.
### Example of plots
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment