Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Re: More useful "best" and "worst" nodes display

by eXile (Priest)
on May 11, 2004 at 21:47 UTC ( [id://352605]=note: print w/replies, xml ) Need Help??


in reply to Re: More useful "best" and "worst" nodes display
in thread More useful "best" and "worst" nodes display

The $NORM for the day the vote was cast seems a good value. While this will involve quite a lot of calculations, something like:
my $weighted_norm = 0; foreach (@days) { $weighted_norm += $norm_of_the_day * $amount_of_votes_on_this_day / $ +total_amount_of_votes ; }
could calculate the weighted norm. I'm afraid this will be too big a burden (CPU-time) to implement.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (7)
As of 2024-04-24 11:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found