Thread: Minimizing Poisson distributions?

  1. #1
    Registered User Sir Galahad's Avatar
    Join Date
    Nov 2016
    Location
    The Round Table
    Posts
    277

    Minimizing Poisson distributions?

    Suppose you were looking at the Poisson distribution P(L, I) for a given Lambda and Index. How would you go about minimizing P to some arbitrary confidence level? My initial thought is to simply iterate away from Lambda (using a binary partition for example) until P is sufficiently minimal. Maybe not too inefficient, but surely there is a more direct approach for this?

    In case it's not too clear, let me give an example. Let's say you own an online store and sell an average of 12 units per day. What is the most number of units you can expect to sell on any given day, within a certain measure of confidence? Well the chances of selling exactly 12 of them is roughly 11.5%. At 16 the probability drops down to ~7%, and at 18 units per day it falls to less than 3%. So all things being equal, ~97% of the time we should expect to sell no more than 18 units on any given day. So as long as we keep at least that many units in inventory, the chances of running out of stock should be pretty slim.

    Can this "maximal minima" be calculated directly, and if so, how?
    Last edited by Sir Galahad; 03-12-2020 at 08:50 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help with understanding what linux distributions are...
    By jrahhali in forum General Discussions
    Replies: 13
    Last Post: 11-11-2010, 10:57 AM
  2. Repeated normal distributions
    By EVOEx in forum General Discussions
    Replies: 8
    Last Post: 09-08-2009, 12:30 PM
  3. newbie - poisson numbers
    By fireflym in forum C++ Programming
    Replies: 2
    Last Post: 10-28-2008, 05:35 AM
  4. Floppy linux distributions
    By crazymoonboy in forum Linux Programming
    Replies: 1
    Last Post: 01-18-2006, 03:53 AM
  5. Programming Poisson Distribution :: C++
    By kuphryn in forum C++ Programming
    Replies: 3
    Last Post: 11-11-2002, 01:06 PM

Tags for this Thread