PLOT_INPUT: Function for plotting the inputs.

Description Usage Arguments Value See Also

Description

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.

Usage

1
PLOT_INPUT(input,N=1000,mode="IND")

Arguments

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 PROPAG.

Value

It provides a plot of the input variables.

See Also

CREATE_INPUT


HYRISK documentation built on May 2, 2019, 12:54 p.m.