num.arcsPEmid.int | R Documentation |
Returns the number of arcs of Proportional Edge Proximity Catch Digraphs (PE-PCDs) whose vertices are the
given 1D numerical data set, Xp
. PE proximity region N_{PE}(x,r,c)
is defined with respect to the interval
int
=(a,b)
for this function.
PE proximity region is constructed with expansion parameter r \ge 1
and
centrality parameter c \in (0,1)
.
Vertex regions are based on the center associated with the centrality parameter c \in (0,1)
.
For the interval, int
=(a,b)
, the parameterized center is M_c=a+c(b-a)
and for the number of arcs,
loops are not allowed so arcs are only possible for points inside the middle interval int
for this function.
See also (\insertCiteceyhan:metrika-2012;textualpcds).
num.arcsPEmid.int(Xp, int, r, c = 0.5)
Xp |
A set or |
int |
A |
r |
A positive real number which serves as the expansion parameter in PE proximity region;
must be |
c |
A positive real number in |
Number of arcs for the PE-PCD whose vertices are the 1D data set, Xp
,
with expansion parameter, r \ge 1
, and centrality parameter, c \in (0,1)
. PE proximity regions are defined only
for Xp
points inside the interval int
, i.e., arcs are possible for such points only.
Elvan Ceyhan
num.arcsPEend.int
, num.arcsPE1D
, num.arcsCSmid.int
, and num.arcsCSend.int
c<-.4
r<-2
a<-0; b<-10; int<-c(a,b)
n<-10
Xp<-runif(n,a,b)
num.arcsPEmid.int(Xp,int,r,c)
num.arcsPEmid.int(Xp,int,r=1.5,c)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.