中文
相关论文

相关论文: Approximating the limiting Quicksort distribution

200 篇论文

Distribution testing is a fundamental statistical task with many applications, but we are interested in a variety of problems where systematic mislabelings of the sample prevent us from applying the existing theory. To apply distribution…

数据结构与算法 · 计算机科学 2023-04-05 Renato Ferreira Pinto , Nathaniel Harms

A sorting network is a shortest path from 12...n to n...21 in the Cayley graph of S_n generated by nearest-neighbour swaps. We prove that for a uniform random sorting network, as n->infinity the space-time process of swaps converges to the…

概率论 · 数学 2011-11-10 Omer Angel , Alexander E. Holroyd , Dan Romik , Balint Virag

We give upper and lower asymptotic bounds for the left tail and for the right tail of the continuous limiting QuickSort density f that are nearly matching in each tail. The bounds strengthen results from a paper of Svante Janson (2015)…

概率论 · 数学 2018-08-03 James Allen Fill , Wei-Chun Hung

Quicksort is a classical divide-and-conquer sorting algorithm. It is a comparison sort that makes an average of $2(n+1)H_n - 4n$ comparisons on an array of size $n$ ordered uniformly at random, where $H_n = \sum_{i=1}^n\frac{1}{i}$ is the…

组合数学 · 数学 2023-06-23 Pamela E. Harris , Jan Kretschmann , J. Carlos Martínez Mori

QuickXsort is a strategy to combine Quicksort with another sorting method X, so that the result has essentially the same comparison cost as X in isolation, but sorts in place even when X requires a linear-size buffer. We solve the…

数据结构与算法 · 计算机科学 2019-05-07 Sebastian Wild

In this paper, we introduce a convergence notion for ordered selections. Our convergence notion is based on subpermutation densities and convergences of the marginal distributions. A particular case of this convergence is the well-known…

概率论 · 数学 2025-11-18 B. Fazekas , I. Fazekas

Learning from a limited number of samples is challenging since the learned model can easily become overfitted based on the biased distribution formed by only a few training examples. In this paper, we calibrate the distribution of these…

机器学习 · 计算机科学 2021-08-17 Shuo Yang , Lu Liu , Min Xu

A sorting network is a shortest path from 12..n to n..21 in the Cayley graph of the symmetric group S(n) generated by nearest-neighbor swaps. A pattern is a sequence of swaps that forms an initial segment of some sorting network. We prove…

概率论 · 数学 2012-11-21 Omer Angel , Vadim Gorin , Alexander E. Holroyd

In this paper we address the complexity of solving linear programming problems with a set of differential equations that converge to a fixed point that represents the optimal solution. Assuming a probabilistic model, where the inputs are…

计算复杂性 · 计算机科学 2007-05-23 Asa Ben-Hur , Joshua Feinberg , Shmuel Fishman , Hava T. Siegelmann

For a variety of pattern-avoiding classes, we describe the limiting distribution for the number of fixed points for involutions chosen uniformly at random from that class. In particular we consider monotone patterns of arbitrary length as…

组合数学 · 数学 2023-06-22 Samuel Miner , Douglas Rizzolo , Erik Slivken

Let $N_n=\{1,2,...,n\}$. Elements are drawn from the set $N_n$ with replacement, assuming that each element has probability $1/n$ of being drawn. We determine the limiting distributions for the waiting time until the given portion of pairs…

统计理论 · 数学 2008-12-18 Pavle Mladenović

The Central Limit Theorem states that, in the limit of a large number of terms, an appropriately scaled sum of independent random variables yields another random variable whose probability distribution tends to a stable distribution. The…

数据分析、统计与概率 · 物理学 2024-04-08 Damián H. Zanette , Inés Samengo

The leading term in the normal approximation to the distribution of Student's t statistic is derived in a general setting, with the sole assumption being that the sampled distribution is in the domain of attraction of a normal law. The form…

概率论 · 数学 2007-05-23 Peter Hall , Qiying Wang

Consider a string of $n$ positions, i.e. a discrete string of length $n$. Units of length $k$ are placed at random on this string in such a way that they do not overlap, and as often as possible, i.e. until all spacings between neighboring…

概率论 · 数学 2007-05-23 Chris A. J. Klaassen , J. Theo Runnenburg

Let $X_n(k)$ be the number of vertices at level $k$ in a random recursive tree with $n+1$ vertices. We are interested in the asymptotic behavior of $X_n(k)$ for intermediate levels $k=k_n$ satisfying $k_n\to\infty$ and $k_n=o(\log n)$ as…

概率论 · 数学 2018-06-29 Alexander Iksanov , Zakhar Kabluchko

We present an analysis of sets of matrices with rank less than or equal to a specified number $s$. We provide a simple formula for the normal cone to such sets, and use this to show that these sets are prox-regular at all points with rank…

最优化与控制 · 数学 2018-09-24 D. Russell Luke

We study the local limit of the fixed-point forest, a tree structure associated to a simple sorting algorithm on permutations. This local limit can be viewed as an infinite random tree that can be constructed from a Poisson point process…

概率论 · 数学 2023-06-22 Samuel Regan , Erik Slivken

In this paper, we present Ray-shooting Quickhull, which is a simple, randomized, outputsensitive version of the Quickhull algorithm for constructing the convex hull of a set of n points in the plane. We show that the randomized Ray-shooting…

计算几何 · 计算机科学 2024-10-01 Michael T. Goodrich , Ryuto Kitagawa

We introduce and analyse a new, extremely simple, randomised sorting algorithm: - choose a pair of indices $\{i, j\}$ according to some distribution $q$; - sort the elements in positions $i$ and $j$ of the array in ascending order. Choosing…

数据结构与算法 · 计算机科学 2025-02-10 Sam Olesker-Taylor

We study the basic statistical problem of testing whether normally distributed $n$-dimensional data has been truncated, i.e. altered by only retaining points that lie in some unknown truncation set $S \subseteq \mathbb{R}^n$. As our main…

数据结构与算法 · 计算机科学 2024-11-25 Anindya De , Shivam Nadimpalli , Rocco A. Servedio