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
4       300
5       70
6       80
7       8
8       10
9       25
10      60
11      350
12      80
13      40
14      5


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


Reply via email to