doutlier {kfino} | R Documentation |
doutlier defines an outlier distribution (Surface of a trapezium) and uses input parameters given in the main function kfino_fit()
Description
doutlier defines an outlier distribution (Surface of a trapezium) and uses input parameters given in the main function kfino_fit()
Usage
doutlier(y, K, expertMin, expertMax)
Arguments
y |
numeric, point |
K |
numeric, constant value |
expertMin |
numeric, the minimal weight expected by the user |
expertMax |
numeric, the maximal weight expected by the user |
Details
this function is used to calculate an outlier distribution
following a trapezium shape.
is the probability density function on
which is linear and verifies
In particular, when $K=1$ this corresponds to the uniform distribution.
Value
a numeric value
Examples
doutlier(2,5,10,45)
[Package kfino version 1.0.0 Index]