Description Usage Arguments Details Value Author(s) See Also
Find the limit of a unilateral density distribution
1 2 | find_limit(BeamSeries, Threshold = 0.2, SlopeThreshold = 1e-04,
SlopeWindow = 3)
|
BeamSeries |
a unilateral density distribution |
Threshold |
a threshold under which the density is considered nonurban |
SlopeThreshold |
the threshold under which the in SlopeWindow calculated mean of the slope is considered to be small |
SlopeWindow |
a forward looking search window in which the mean slope is evaluated |
Take a BeamSeries
of density values of a beam and finds a plausible segmentation point, which can be considered the urban limit.
The criterium for the point being: First point at which
the value is lower than "Threshold"
and
the mean slope over the next SlopeWindow
data points is lower than SlopeThreshold
If no point satisfies both conditions, NA is returned.
Integer
Johannes Mast
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.