{
  "__type": "IngestedDoc",
  "__tag": 4010,
  "_content": {},
  "_ordered_sections": [],
  "item_file": null,
  "item_line": null,
  "item_type": null,
  "aliases": [],
  "example_section_data": {
    "__type": "Section",
    "__tag": 4015,
    "children": [],
    "title": [],
    "level": 0,
    "target": null
  },
  "see_also": [],
  "signature": null,
  "references": null,
  "qa": "tutorial:stats:discrete_poisson",
  "arbitrary": [
    {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "The Poisson random variable counts the number of successes in "
            },
            {
              "__type": "InlineMath",
              "__tag": 4057,
              "value": "n"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " independent Bernoulli trials in the limit as "
            },
            {
              "__type": "InlineMath",
              "__tag": 4057,
              "value": "n\\rightarrow\\infty"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " and "
            },
            {
              "__type": "InlineMath",
              "__tag": 4057,
              "value": "p\\rightarrow0"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " where the probability of success in each trial is "
            },
            {
              "__type": "InlineMath",
              "__tag": 4057,
              "value": "p"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " and "
            },
            {
              "__type": "InlineMath",
              "__tag": 4057,
              "value": "np=\\lambda\\geq0"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " is a constant. It can be used to approximate the Binomial random variable or in its own right to count the number of events that occur in the interval "
            },
            {
              "__type": "InlineMath",
              "__tag": 4057,
              "value": "\\left[0,t\\right]"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": " for a process satisfying certain \"sparsity\" constraints. The functions are:"
            }
          ]
        },
        {
          "__type": "Math",
          "__tag": 4058,
          "value": ""
        },
        {
          "__type": "Math",
          "__tag": 4058,
          "value": "M\\left(t\\right)=\\exp\\left[\\lambda\\left(e^{t}-1\\right)\\right]."
        },
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Implementation: "
            },
            {
              "__type": "InlineRole",
              "__tag": 4003,
              "value": "scipy.stats.poisson",
              "domain": null,
              "role": null,
              "inventory": null
            }
          ]
        }
      ],
      "title": [
        {
          "__type": "Text",
          "__tag": 4046,
          "value": "Poisson Distribution"
        }
      ],
      "level": 0,
      "target": "discrete-poisson"
    }
  ],
  "local_refs": []
}