Here is a very basic example of how ExploreRV can be used. Notice that ExploreRV retains the value of the parameters passed in if the parameters have numeric values.
>
|
|
>
|
|
>
|
|
ExploreRV can also explore algebraic expressions involving random variables, that are not predefined distributions.
>
|
|
ExploreRV will evaluate constants and functions passed in.
>
|
myfunc := proc( x ) return 2*x; end proc;
|
>
|
|