Skip to main content

Questions tagged [random-permutations]

The tag has no usage guidance.

5 votes
1 answer
211 views

Non-adjacent permutations

Suppose we have an $N$ by $M$ table. Suppose that $x=(a,b)$ and $y=(c,d)$ are two locations in the table, specified by their row and column indexes. We say that (x,y) is horizontally adjacent if $c=...
Bill Bradley's user avatar
  • 3,879
2 votes
1 answer
209 views

Sum of arrival times of Chinese Restaurant Process (CRP)

Suppose that a random sample $X_1, X_2, \ldots$ is drawn from a continuous spectrum of colors, or species, following a Chinese Restaurant Process distribution with parameter $|\alpha|$ (or ...
Grandes Jorasses's user avatar
4 votes
0 answers
521 views

Is the integer factorization into prime numbers normally distributed?

Edit: Sorry, for the inconvenience: I have edited the question, since there was a misconception in my thinking. Let $P_1(n) := 1$ if $n=1$ and $\max_{q\mid n, \text{ } q\text{ prime}} q$ otherwise, ...
mathoverflowUser's user avatar
0 votes
0 answers
99 views

Expectation of the operator norm of projection of a random permutation matrix

Assuming I have a fixed dimension $p$ subspace of $\mathbb{R}^d$ orthogonal to $1^d$ and $VV^\top$ with $V \in \mathbb{R}^{d \times p}$ is the orthogonal projection to the subspace. What bound can I ...
Kaiyue Wen's user avatar
13 votes
2 answers
368 views

Expected sorting time of random permutation using random comparators

In sorting networks, a comparator of positions $i < j$ is an operator which takes a permutation, checks if $p_i > p_j$, and if it is the case, swaps $p_i$ and $p_j$. Using this, we can define ...
Daniel Weber's user avatar
  • 3,064
1 vote
1 answer
175 views

What is the function defined by f(k) = #σ1({1,2,…,k})∩σ2({1,2,…,k})∩{1,2,…,k}, where σ1,σ2 are a uniformly random permutations of size N?

Thanks to David Pechersky excellent answer we know that expectation of $ | σ({1,2,…,k}) ∩ \{1,2,…,k \} | \rightarrow k^2/N$ for σ uniformly random permutation over $N$. What about the same ...
Alexander Chervov's user avatar
1 vote
1 answer
235 views

What curve is defined by the formula $f(k) ={}$length of intersection of the first $k$ elements for two random permutations?

Let us fix $N$. Note that function $f$ defined below will satisfy $f(0)=0, f(N) = N$ and it is monotonically increasing (not strictly). The code for the function seems to me more clear way to ...
Alexander Chervov's user avatar
1 vote
1 answer
104 views

Popular algorithms (stopping rules) with output - a prefix of a permutation

What are some popular settings, when we look at the elements of a randomly generated permutation one by one, and we use certain stopping rule which, as a result gives us a prefix of the observed ...
sdd's user avatar
  • 109
4 votes
0 answers
90 views

(Asymptotic) Cycle structure in a random permutation given total number of cycles?

A random $N$-permutation is the one drawn uniformly from all possible permutations on $N$ points. We know that the expected number of cycles of length $\ell$ in a random $N$-permutation, $\mathbb{E}C_\...
MikeG's user avatar
  • 695
2 votes
0 answers
142 views

Random permutations constructed via randomly chosen transpositions

Given positive integers $k$ and $n$, we define the probability distribution $p_{n,k}$ on $S_n$ as: $$ p_{n,k}(\sigma):=\frac{\#\{(\tau_1,\dots,\tau_s)\mid \sigma=\tau_1\dots\tau_s, \text{ each }\tau_i\...
KhashF's user avatar
  • 3,554
2 votes
1 answer
337 views

Law of large numbers for triangular arrays whose moments "look independent"

Let $(X_{n,k})_{k=1,\ldots,n}^{n\in\mathbb{N}}$ be a triangular array of random variables with finite moments of all orders, with no assumptions on their independence. Suppose that $$ \mathbb{E}\left[\...
Greg Zitelli's user avatar
3 votes
1 answer
132 views

Cycle counts in Ewens measure as $\theta$ diverges

For $w$ a permutation, let $c(w)$ denote the total number of cycles and $c_i(w)$ denote the number of $i$-cycles. The Ewens measure is a one-parameter probability distribution on permutations where ...
Zach H's user avatar
  • 1,909
0 votes
0 answers
79 views

Relating sequence with or without replacement

I derived a relationship between sequences drawn with and without replacement for an application in genetics. The proof is easy enough, but I would rather find a source than provide a derivation of a ...
user381021's user avatar
8 votes
2 answers
450 views

Random permutations without double rises (avoiding consecutive pattern $\underline{123}$)

A permutation avoiding a consecutive pattern $\underline{123}$ is permutation $\pi = \pi_1 \pi_2 \ldots \pi_n$ with the property that there does not exists $i \in [1, n-2]$ such that $\pi_i < \pi_{...
kerzol's user avatar
  • 335
0 votes
0 answers
85 views

What probability distribution is this?

Thank you in advance for any suggestions or feedback. I have a discrete 1D probability distribution represented as a vector $\textbf{p}$, $p_i = p(x_i)$. I am interested in finding the Wasserstein (...
user979797987678's user avatar

15 30 50 per page