Description Usage Arguments Value See Also
Plot the input variables. Regarding imprecise probability distribution, it plots the p-box of the imprecise probability distribution itself as well as its parameters. Note that plotting the imprecise probability distribution requires solving an optimisation problem using the "L-BFGS-B" algorithm by assuming independdance of dependence among the alpha-cuts of imprecise parameters.
1 | PLOT_INPUT(input,N=1000,mode="IND")
|
input |
List of inputs with arguments as specified in CREATE_INPUT(). |
N |
Integer corresponding to the number of random samples (to be used for plotting imprecise probability distributions only). By default N=1000. |
mode |
String to specify the dependence or the independence among the imprecise parameters (to be used for plotting imprecise probability distributions only): "IND" (independence) or "DEP" (dependence), see |
It provides a plot of the input variables.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.