enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Probability mass function - Wikipedia

    en.wikipedia.org/wiki/Probability_mass_function

    The graph of a probability mass function. All the values of this function must be non-negative and sum up to 1. In probability and statistics, a probability mass function (sometimes called probability function or frequency function [1]) is a function that gives the probability that a discrete random variable is exactly equal to some value. [2]

  3. Kernel (statistics) - Wikipedia

    en.wikipedia.org/wiki/Kernel_(statistics)

    In statistics, especially in Bayesian statistics, the kernel of a probability density function (pdf) or probability mass function (pmf) is the form of the pdf or pmf in which any factors that are not functions of any of the variables in the domain are omitted. [1] Note that such factors may well be functions of the parameters of the

  4. Probability-generating function - Wikipedia

    en.wikipedia.org/wiki/Probability-generating...

    If X is a discrete random variable taking values x in the non-negative integers {0,1, ...}, then the probability generating function of X is defined as [1] = ⁡ = = (),where is the probability mass function of .

  5. Yule–Simon distribution - Wikipedia

    en.wikipedia.org/wiki/Yule–Simon_distribution

    In probability and statistics, the Yule–Simon distribution is a discrete probability distribution named after Udny Yule and Herbert A. Simon. Simon originally called it the Yule distribution. [1] The probability mass function (pmf) of the Yule–Simon (ρ) distribution is

  6. CRC Standard Mathematical Tables - Wikipedia

    en.wikipedia.org/wiki/CRC_Standard_Mathematical...

    The handbook was originally published in 1928 by the Chemical Rubber Company (now CRC Press) as a supplement (Mathematical Tables) to the CRC Handbook of Chemistry and Physics. Beginning with the 10th edition (1956), it was published as CRC Standard Mathematical Tables and kept this title up to the 29th edition (1991).

  7. Logarithmic distribution - Wikipedia

    en.wikipedia.org/wiki/Logarithmic_distribution

    In probability and statistics, the logarithmic distribution (also known as the logarithmic series distribution or the log-series distribution) is a discrete probability distribution derived from the Maclaurin series expansion ⁡ = + + +.

  8. Zeta distribution - Wikipedia

    en.wikipedia.org/wiki/Zeta_distribution

    In probability theory and statistics, the zeta distribution is a discrete probability distribution.If X is a zeta-distributed random variable with parameter s, then the probability that X takes the positive integer value k is given by the probability mass function

  9. Poisson binomial distribution - Wikipedia

    en.wikipedia.org/wiki/Poisson_binomial_distribution

    For computing the PMF, a DFT algorithm or a recursive algorithm can be specified to compute the exact PMF, and approximation methods using the normal and Poisson distribution can also be specified. poibin - Python implementation - can compute the PMF and CDF, uses the DFT method described in the paper for doing so.