What is the name of this "generalized sum"?

334 Views Asked by At

I'm looking for the name of this quite basic function:

$X=\sqrt[\alpha]{\sum_i{x_i^\alpha}}$ ($\alpha\in\mathbb R$)

It's a kind of "generalized sum":

  • $\alpha=1$ : $X=\sum_i{x_i}$
  • $\alpha\to\infty$ : $X=\max(x_i)$

I've spend hours looking on the net, but search engines are not very useful in this.

1

There are 1 best solutions below

0
On BEST ANSWER

$$X=\left(\sum_i x_i^\alpha\right)^{1/\alpha}$$ is the $p$-norm of the vector $(x_i)_i$ where $p=\alpha$ (at least if $\alpha\ge 1$). Look here.