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. Rejection sampling - Wikipedia

    en.wikipedia.org/wiki/Rejection_sampling

    This is the source of the log-concave restriction: if a distribution is log-concave, then its logarithm is concave (shaped like an upside-down U), meaning that a line segment tangent to the curve will always pass over the curve. If not working in log space, a piecewise linear density function can also be sampled via triangle distributions [8]

  4. 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.

  5. 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)

  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. Logarithmically concave sequence - Wikipedia

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

    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. Remark: some authors (explicitly or not) add two further conditions in the definition of log-concave sequences: a is non-negative

  8. Log-concave - Wikipedia

    en.wikipedia.org/wiki/Log-concave

    Download as PDF; Printable version; ... Appearance. move to sidebar hide. Log-concave may refer to: Logarithmically concave function ... Logarithmically concave sequence

  9. Quickhull - Wikipedia

    en.wikipedia.org/wiki/Quickhull

    Steps 1-2: Divide the points into two subsets. The 2-dimensional algorithm can be broken down into the following steps: [2] Find the points with minimum and maximum x coordinates, as these will always be part of the convex hull. If many points with the same minimum/maximum x exist, use the ones with the minimum/maximum y, respectively.