Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: [OT] Normalizing the return result of an exponential formula

by clinton (Priest)
on Apr 14, 2011 at 16:34 UTC ( [id://899475]=note: print w/replies, xml ) Need Help??


in reply to [OT] Normalizing the return result of an exponential formula

I suppose I could do something like:
my $max = 10_000; $distance -= $radius; $distance = 0 if $distance < 0; $distance *= $max/($max-$radius)
then apply the formula to the new "stretched" distance.

Any more elegant way of handling it? (especially one that incorporates dropoff?)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-03-28 13:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found