enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Logarithmically concave function - Wikipedia

    en.wikipedia.org/wiki/Logarithmically_concave...

    The following are among the properties of log-concave distributions: If a density is log-concave, so is its cumulative distribution function (CDF). If a multivariate density is log-concave, so is the marginal density over any subset of variables. The sum of two independent log-concave random variables is log-concave. This follows from the fact ...

  3. Pollard's rho algorithm for logarithms - Wikipedia

    en.wikipedia.org/wiki/Pollard's_rho_algorithm_for...

    To find the needed , , , and the algorithm uses Floyd's cycle-finding algorithm to find a cycle in the sequence =, where the function: + is assumed to be random-looking and thus is likely to enter into a loop of approximate length after steps.

  4. Logarithmically concave sequence - Wikipedia

    en.wikipedia.org/wiki/Logarithmically_concave...

    The rows of Pascal's triangle are examples for logarithmically concave sequences. In mathematics, a sequence a = (a 0, a 1, ..., a n) of nonnegative real numbers is called a logarithmically concave sequence, or a log-concave sequence for short, if a i 2 ≥ a i−1 a i+1 holds for 0 < i < n.

  5. Log-concave - Wikipedia

    en.wikipedia.org/wiki/Log-concave

    Download as PDF; Printable version; In other projects ... move to sidebar hide. Log-concave may refer to: Logarithmically concave function; Logarithmically concave ...

  6. Logarithmically concave measure - Wikipedia

    en.wikipedia.org/wiki/Logarithmically_concave...

    The Brunn–Minkowski inequality asserts that the Lebesgue measure is log-concave. The restriction of the Lebesgue measure to any convex set is also log-concave.. By a theorem of Borell, [2] a probability measure on R^d is log-concave if and only if it has a density with respect to the Lebesgue measure on some affine hyperplane, and this density is a logarithmically concave function.

  7. Pollard's kangaroo algorithm - Wikipedia

    en.wikipedia.org/wiki/Pollard's_kangaroo_algorithm

    In computational number theory and computational algebra, Pollard's kangaroo algorithm (also Pollard's lambda algorithm, see Naming below) is an algorithm for solving the discrete logarithm problem. The algorithm was introduced in 1978 by the number theorist John M. Pollard, in the same paper as his better-known Pollard's rho algorithm for ...

  8. Convex hull algorithms - Wikipedia

    en.wikipedia.org/wiki/Convex_hull_algorithms

    Monotone chain, a.k.a. Andrew's algorithm — O(n log n) Published in 1979 by A. M. Andrew. The algorithm can be seen as a variant of Graham scan which sorts the points lexicographically by their coordinates. When the input is already sorted, the algorithm takes O(n) time. Incremental convex hull algorithm — O(n log n)

  9. Iterated logarithm - Wikipedia

    en.wikipedia.org/wiki/Iterated_logarithm

    The iterated logarithm is useful in analysis of algorithms and computational complexity, appearing in the time and space complexity bounds of some algorithms such as: Finding the Delaunay triangulation of a set of points knowing the Euclidean minimum spanning tree : randomized O ( n log * n ) time.