ln Pseudo Probabilitiesprob2pprobpprob2probGoTo Top

pprob2prob   pseudo-probability => probability[Function]

Purpose
Returns the value of pseudo-probability as a probability.

Package   :gbbopen-tools

Module   :gbbopen-tools

Arguments and values

pseudo-probability     A fixnum pseudo-probability
probability     A [0.0..1.0] probability

Returns
The converted probability.

See also
    prob2pprob

Examples


  > (pprob2prob 0)
  0.0
  > (pprob2prob 1000)
  1.0
  > (pprob2prob 800)
  0.8
  > 

The GBBopen Project


ln Pseudo Probabilitiesprob2pprobpprob2probGoTo Top