2007/10/13, hany <[EMAIL PROTECTED]>:
> I have a series of data (x,y) as below. I want to use this data to
> create a bell curve (normal distribution) with perl. How can I do
> this?
> x       y
> 1       2
> 2       50
> 3       40
...

Hi,

If you're trying to make a curve image,you can use GD::Graph::*
packages from CPAN. Like this one:
http://search.cpan.org/~lgoddard/GD-Graph-splined-0.021/lib/GD/Graph/splined.pm

Read the document on it and it's easy to create a image with those datas.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to