.makeWeightsTriangular {valueSetCompare} | R Documentation |
.makeWeightsTriangular
Description
A function to calculate weights based on a triangular approach.
Usage
.makeWeightsTriangular(x, pointval, rng)
Arguments
x |
A numeric vector of input values. |
pointval |
A numeric point value within the range of x. |
rng |
A numeric vector indicating the range of x. |
Value
A numeric vector of calculated weights.
[Package valueSetCompare version 1.0.0 Index]