Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Update skewdata_reduce.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Sep 20, 2019
1 parent 89ac67b commit 3b27603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _doc/notebooks/expose/skewdata_reduce.ipynb
Expand Up @@ -156,7 +156,7 @@
"\n",
"$$C= K \\sum_i \\frac{f(i)}{i^s}$$\n",
"\n",
"The cost $f(i)$ is usually polynomial: $f(i) \\propto i^t$. Then $C \\propto \\sum_i i^{t-s}$. This sum can be computed only if $t<s-1$. \n",
"The cost $f(i)$ is usually polynomial: $f(i) \\propto i^t$. Then $C \\propto \\sum_i i^{t-s}$. This sum can be computed only if $t<s-1$. \n",
"\n",
"**What does it means?**\n",
"\n",
Expand Down

0 comments on commit 3b27603

Please sign in to comment.