ExploreRV - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Student[ Statistics ][ ExploreRV ]

explore random variables

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

ExploreRV( expr )

ExploreRV()

Parameters

expr

-

any valid statistical distribution. The distribution does not have to be predefined distribution in student statistics ( see examples )

Description

• 

The command ExploreRV takes an arbitrary statistical distribution and displays an interactive interface to explore its various parameters. If ExploreRV is run without an argument, an interactive Maplet is displayed to select possible distributions to explore.

• 

Upon exploring a distribution, a Maplet is displayed to inquire information on the parameters.

• 

Default ranges are given for each parameter based on the constraints that that parameter is subject to. However, a more suitable range can be entered in the Maplet.

• 

When the Maplet is closed, ExploreRV inserts some content into the current worksheet where various statistical properties of the distribution are displayed.

• 

Slider components allow for the values of the parameters to be changed. An updated distribution is constructed using the values specified by the sliders, and its statistical properties are displayed.

• 

Note: This feature only works in the Maple Standard Worksheet interface.

Examples

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.

withStudent:-Statistics:

BBetaRandomVariable1,2

ExploreRVB

BBinomialRandomVariablen,p

ExploreRVB

ExploreRV can also explore algebraic expressions involving random variables, that are not predefined distributions.

KNormalRandomVariable0,1

ExploreRVK2

ExploreRV will evaluate constants and functions passed in.

a1

myfunc := proc( x ) return 2*x; end proc;

ExploreRVK+a+myfuncb+NormalRandomVariable2,2

Compatibility

• 

The Student[ Statistics ][ ExploreRV ] command was introduced in Maple 18.

• 

For more information on Maple 18 changes, see Updates in Maple 18.

See Also

Student, Statistics