distribution( Name, parameters )

Create a probability distribution object. Name identifies the probability distribution and parameters are one or more values needed to fully define the object.

(More information)


Example


d = distribution( "Gauss", 2, 1 );

pdf( d, 3.3 )

0.1714