Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: recursive formula.

by herveus (Prior)
on Aug 05, 2004 at 14:53 UTC ( [id://380273]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    0.93, 0.78, 0.82
    0.91, 0.12, 0.15
    0.52, 0.18, 0.32
    
  2. or download this
    P(0.11, 0.07, 0.19) = 0.001595
    P(0.43, 0.31, 0.37) = 0.046225
    P(0.93, 0.78, 0.82) = 0.548235
    P(0.91, 0.12, 0.15) = 0.439894
    P(0.52, 0.18, 0.32) = 0.010192
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://380273]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (9)
As of 2024-04-19 09:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found