Skip to content

Commit

Permalink
Update FAQ.MD
Browse files Browse the repository at this point in the history
Deleted loose text
  • Loading branch information
ConnectedSystems committed Oct 4, 2020
1 parent d7d3c14 commit 9f163cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FAQ.MD
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ SALib 1.3 onwards does not support Python 2.7
### I've already got results from my Monte Carlo simulation - which technique can I use?
DMIM, RBD-FAST, PAWN and HDMR methods are sampling scheme independent.


### Can you help me with implementing my sensitivity analysis?
Check out [the examples here](https://github.com/SALib/SALib/tree/develop/examples)


### The example(s) use the Ishigami function. How do I use SALib with my own model?
Two options:

Expand All @@ -29,7 +31,6 @@ Call the `.to_df()` method if you would like Pandas DataFrames.

If using the method chaining approach, see [the example here](https://github.com/SALib/SALib/tree/develop/examples/problem)

If using the method chaining approach, the numpy array can be obtained via `.analysis`

### How can I plot my results?
SALib provides some basic plotting functionality. See [the example here](https://github.com/SALib/SALib/tree/develop/examples/plotting).
Expand Down

0 comments on commit 9f163cb

Please sign in to comment.