Returns the arc density of PE-PCD
whose vertex set is the given 2D numerical data set, Xp
,
(some of its members are) in the triangle tri
.
PE proximity regions is defined with respect to tri
with
expansion parameter \(r \ge 1\) and vertex regions are
based on center \(M=(m_1,m_2)\) in Cartesian coordinates or
\(M=(\alpha,\beta,\gamma)\) in barycentric coordinates
in the interior of the triangle tri
or based on
circumcenter of tri
; default is \(M=(1,1,1)\), i.e.,
the center of mass of tri
.
The function also provides arc density standardized
by the mean and asymptotic variance of the arc density
of PE-PCD for uniform data in the triangle tri
only when M
is the center of mass.
For the number of arcs, loops are not allowed.
in.tri.only
is a logical argument (default is FALSE
) for considering only the points
inside the triangle or all the points as the vertices of the digraph.
if in.tri.only=TRUE
, arc density is computed only for
the points inside the triangle (i.e., arc density of the subdigraph
induced by the vertices in the triangle is computed),
otherwise arc density of the entire digraph (i.e., digraph with all the vertices) is computed.
See also (ceyhan:Phd-thesis,ceyhan:arc-density-PE;textualpcds).