support | R Documentation |
\mathbb{R}^{2n+1}
This section calculates the classical support function for convex bodies, for the specific case of the polar zonoid.
support( direction )
direction |
an |
Each direction is converted to a non-zero trignometric polynomial.
The roots are computed using trigpolyroot()
and the the roots
are converted to arcs, and thus arcs
.
The function boundaryfromarcs()
is then used to compute
argmax
, and then value
.
support()
returns a data frame with R
rows and these columns:
direction |
the given matrix of directions |
value |
the value of the support function of the zonoid, in the given direction |
argmax |
the point on the boundary of the zonoid where the maximum is taken |
arcs |
the number of arcs for |
In case of error, the function returns NULL
.
boundaryfromarcs()
,
trigpolyroot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.