MathGroup Archive 2010

[Date Index] [Thread Index] [Author Index]

Search the Archive

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


  • Prev by Date: Re: Bug in NMinimize?
  • Next by Date: Re: How to define a statistical distribution?
  • Previous by thread: Possible bug: Integrate[(u - t)*BesselY[0, 2*t], {t, 0, u}]
  • Next by thread: Re: Random`DistributionVector