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

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : RandomTools/flavor/distribution

RandomTools Flavor: distribution

describe a flavor of a specific distribution

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

distribution(distr)

Parameters

distr

-

Name of the distribution to be used. Valid Maple statistical distributions and their corresponding syntax are listed in the Statistics/Distributions help page.

Description

• 

The flavor distribution describes a random value from a particular distribution.

  

This flavor can be used as an argument to RandomTools[Generate] or as part of a structured flavor.

Examples

withRandomTools:

GeneratedistributionPoisson2

3.

(1)

GeneratelistdistributionPoisson2,10

3.,1.,3.,1.,0.,3.,2.,4.,1.,1.

(2)

Matrix3,3,GeneratedistributionNormal10,2.5,makeproc=true

8.168525608088897.388659227836476.5884357004856411.93562219577907.2253711947978311.71806456660458.1287111102164210.154460491668012.8309115987526

(3)

See Also

flavor/structured

rand

RandomTools

RandomTools[Generate]

Statistics

Statistics/Distributions