rrap.proportion.held {raptr} | R Documentation |
Proportion held using reliable RAP formulation.
Description
This is a convenience function to quickly calculate the proportion of variation that one set of points captures in a another set of points using the reliable formulation.
Usage
rrap.proportion.held(
pu.coordinates,
pu.probabilities,
dp.coordinates,
dp.weights,
failure.distance,
maximum.r.level = as.integer(length(pu.probabilities))
)
Arguments
pu.coordinates |
|
pu.probabilities |
|
dp.coordinates |
|
dp.weights |
|
failure.distance |
|
maximum.r.level |
|
Value
numeric
value indicating the proportion of variation that the
demand points explain in the planning units
Examples
## Not run:
rrap.proportion.held(as.matrix(iris[1:2,-5]), runif(1:2),
as.matrix(iris[1:5,-5]), runif(1:5), 10)
## End(Not run)
[Package raptr version 1.0.1 Index]