Random`DistributionVector
- To: mathgroup at smc.vnet.net
- Subject: [mg108475] Random`DistributionVector
- From: ValeX <rjovale at gmail.com>
- Date: Fri, 19 Mar 2010 02:48:39 -0500 (EST)
i have a numerical pdf of variable dem and parameters z and s: pdfconv[dem, z, s] I want to draw random real number from it. The mathematica helps talks about Random`DistributionVector but i cant understand how to do. I'd like to define my distribution distconv[z,s] so that i can use it in this command: RandomReal[distconv[z,s]] many thanks