NAME

quantile - find data quantile


SYNOPSIS

val=quantile(k,a)


PARAMETERS

k - integer
      position in array
a - real(:)
      array


RETURN VALUE

val - the a(k) value of the array if the array was sorted


DESCRIPTION

Find the a(k) value of the array if the array was sorted


LIBRARY

geef90 #$ =cut