Re: How to use PDF for function definition?
- To: mathgroup at smc.vnet.net
- Subject: [mg121955] Re: How to use PDF for function definition?
- From: DrMajorBob <btreat1 at austin.rr.com>
- Date: Fri, 7 Oct 2011 04:47:35 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201110060819.EAA22497@smc.vnet.net>
- Reply-to: drmajorbob at yahoo.com
You misspelled your function name, on the last line. Bobby On Thu, 06 Oct 2011 03:19:53 -0500, icegood <icegood1980 at gmail.com> wrote: > Code: > kla = 1.3; nla = 1; > Clear[z, PDFla]; > PDFla[z_] := PDF[GammaDistribution[kla, nla/kla], z] ; > PDFLa[3] > > Output: > PDFLa[3] > > How to use it? By documentation i can also try simply PDFla := > PDF[GammaDistribution[kla, nla/kla]] that defines 'pure function', but > result is the same. How to use it in right way. > > P.S. Where can i find a proper database for 'mathematica' bugs? > -- DrMajorBob at yahoo.com
- References:
- How to use PDF for function definition?
- From: icegood <icegood1980@gmail.com>
- How to use PDF for function definition?