IncMatCSint: Incidence matrix for Central Similarity Proximity Catch Digraphs (CS-PCDs)
for 1D data - one interval case
Description
Returns the incidence matrix for the CS-PCD for a given 1D numerical data set, Xp,
as the vertices of the digraph and int determines the end points of the interval (in the one interval case).
Loops are allowed, so the diagonal entries are all equal to 1.
CS proximity region is constructed
with an expansion parameter \(r \ge 1\) and a centrality parameter \(c \in (0,1)\).
See also (ceyhan:metrika-2012;textualpcds).
Usage
IncMatCSint(Xp, int, t, c = 0.5)
Value
Incidence matrix for the CS-PCD with vertices being 1D data set, Xp,
and int determines the end points of the intervals (in the one interval case)
Arguments
Xp
a set of 1D points which constitutes the vertices of the digraph.
int
A vector of two real numbers representing an interval.
t
A positive real number which serves as the expansion parameter in CS proximity region.
c
A positive real number in \((0,1)\) parameterizing the center inside middle intervals
with the default c=.5.
For the interval, int\(=(a,b)\), the parameterized center is \(M_c=a+c(b-a)\).
Author
Elvan Ceyhan
References
See Also
IncMatPEint, IncMatCS1D, IncMatCStri, and IncMatCS