Skip to main content

All Questions

0 votes
1 answer
124 views

What is the computational complexity of the calculation of $ \Psi(x) $?

What is the computational complexity of the calculation of $ \Psi(x) $ described below: Let $\left\{ f_i : \{0,1,\dots,m\} \to \mathbb{R} \right\}_{i=1}^n$. For each $x \in \{0,1,\dots,m\}$ we ...
José María Grau Ribas's user avatar
3 votes
1 answer
77 views

Level sums, displacements: how to determine them efficiently?

Let $R =\mathbb{Z}/N \mathbb{Z}$. Let $f:R\to \mathbb{R}$, $\rho:R\to \lbrack 0,1\rbrack$. We assume that it takes trivial time to compute any given value $f(m)$ or $\rho(m)$. Define $$S(\delta,m) = ...
H A Helfgott's user avatar
  • 19.3k
3 votes
0 answers
80 views

Computing distribution of non-identical coin flips

Suppose I have $N$ coins, where coin $i$ has probability $p_i$ of coming up heads. I flip all $N$ coins and let $S_N$ be the number of heads. How can I compute the distribution of $S_N$ efficiently? ...
Bill Bradley's user avatar
  • 3,879