Pdom.num2PE1Dasy {pcds} | R Documentation |
The asymptotic probability of domination number
for Proportional Edge Proximity Catch Digraphs (PE-PCDs)
- middle interval case
Description
Returns the asymptotic domination number
for PE-PCD whose vertices are a uniform
data set in a finite interval
.
The PE proximity region is defined with respect to
with centrality parameter
c
in and expansion parameter
.
Usage
Pdom.num2PE1Dasy(c)
Arguments
c |
A positive real number in |
Value
The asymptotic domination number
for PE-PCD whose vertices are a uniform data set in a finite
interval
Author(s)
Elvan Ceyhan
See Also
Pdom.num2PE1D
and Pdom.num2PEtri
Examples
c<-.5
Pdom.num2PE1Dasy(c)
Pdom.num2PE1Dasy(c=1/1.5)
Pdom.num2PE1D(r=1.5,c=1/1.5,n=10)
Pdom.num2PE1D(r=1.5,c=1/1.5,n=100)
[Package pcds version 0.1.8 Index]