MathGroup Archive 2004

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

Search the Archive

Re: How to creat this 8×8 images

  • To: mathgroup at smc.vnet.net
  • Subject: [mg49933] Re: How to creat this 8×8 images
  • From: Bill Rowe <readnewsciv at earthlink.net>
  • Date: Fri, 6 Aug 2004 03:09:59 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

On 8/5/04 at 9:20 AM, jianchaoyao at hotmail.com (Justin) wrote:

>I need to creat a 8*8 image in which the pixels are drawn according
>to a Laplacian or some other heavy tailed distribution. Does
>anybody know how to code it?

How about

<<Statistics`;
ListDensityPlot[Partition[Table[Random[LaplaceDistribution[0,1]],{64}],8]];

If this isn't what you have in mind, you need to provide more detail as to what you want.
--
To reply via email subtract one hundred and four


  • Prev by Date: identity matrix
  • Next by Date: What's wrong with this small code?
  • Previous by thread: Re: identity matrix
  • Next by thread: What's wrong with this small code?