linvx {ovbsa} | R Documentation |
quasi-triangular probability distribution function
Description
quasi-triangular probability distribution function
Usage
linvx(x, xvec, k)
Arguments
x |
point (scalar) at which pdf is evaluated |
xvec |
vector of all possible x values |
k |
mode and median of the distribution |
Value
the value (scalar) of the pdf at x
Examples
xfull <- runif(n=100,min=0,max=10)
xpoint <- 5
xmod <- 2
res_pdf <- linvx(x=xpoint,xvec=xfull,k=xmod)
[Package ovbsa version 2.0.0 Index]