1. #1
    Juret
    Update your status
    Juret's Avatar Become A Pro!
    Join Date: 07-18-10
    Posts: 113
    Betpoints: 1239

    Solve for lambda (Poisson)

    Does anyone know how to solve for lambda in the Poisson equation below?

    P(X=k)=

    As of now, I'm using Excel's solver function to find the mean (lambda) given the market's odds for a Poisson distributed total.

    Thanks

  2. #2
    rsigley
    rsigley's Avatar Become A Pro!
    Join Date: 02-23-08
    Posts: 304
    Betpoints: 186

    taylor expansion on e^-lambda

  3. #3
    Ganchrow
    Nolite te bastardes carborundorum.
    Ganchrow's Avatar Become A Pro!
    Join Date: 08-28-05
    Posts: 5,011
    Betpoints: 1088

    Quote Originally Posted by Juret View Post
    Does anyone know how to solve for lambda in the Poisson equation below?

    P(X=k)=
    There's no closed-form solution.

    Analytically, what you're looking for is the Lambert W-function.

  4. #4
    Ganchrow
    Nolite te bastardes carborundorum.
    Ganchrow's Avatar Become A Pro!
    Join Date: 08-28-05
    Posts: 5,011
    Betpoints: 1088

    Quote Originally Posted by Ganchrow View Post
    There's no closed-form solution.

    Analytically, what you're looking for is the Lambert W-function.
    So if you do the algebra:

    P*k! = λk * e
    (P*k!)1/k = λ*e-λ/k
    -(1/k)*(P*k!)1/k = -λ/k*e-λ/k


    Which would then allow you to use the Lambert W function directly. Specifically:

    λ = -k * W[-(1/k)*(P*k!)1/k]


    So provided you can find a suitable implementation of the Lambert W, then given any pair of input parameters, k and P,you can come up with arbitrarily precise solutions for λ.

  5. #5
    Juret
    Update your status
    Juret's Avatar Become A Pro!
    Join Date: 07-18-10
    Posts: 113
    Betpoints: 1239

    Thanks guys, I'll take a look at this!

  6. #6
    aosipov
    aosipov's Avatar Become A Pro!
    Join Date: 12-02-13
    Posts: 1

    Can you give me specific example on how to solve this? W[-(1/k)*(P*k!)1/k]


Top