| NPEint | R Documentation |
Returns the end points of the interval which constitutes the PE proximity region for a point in the
interval int=(a,b)=(rv=1,rv=2). PE proximity region is constructed with respect to the interval int
with expansion parameter r \ge 1 and centrality parameter c \in (0,1).
Vertex regions are based on the (parameterized) center, M_c,
which is M_c=a+c(b-a) for the interval, int=(a,b).
The PE proximity region is constructed whether x is inside or outside the interval int.
See also (\insertCiteceyhan:metrika-2012;textualpcds).
NPEint(x, int, r, c = 0.5)
x |
A 1D point for which PE proximity region is constructed. |
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 |
The interval which constitutes the PE proximity region for the point x
Elvan Ceyhan
NCSint, NPEtri and NPEtetra
c<-.4
r<-2
a<-0; b<-10; int<-c(a,b)
NPEint(7,int,r,c)
NPEint(17,int,r,c)
NPEint(1,int,r,c)
NPEint(-1,int,r,c)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.