Preprocesses the initial data vector X.raw according to whether the upper and/or lower endpoint of the support of f is known.
preProcessX(X.raw, lower = -Inf, upper = Inf)
Sorted vector of (processed) observations.
Vector of observations.
Lower support point of \(f\), if known.
Upper support point of \(f\), if known.
Kaspar Rufibach, kaspar.rufibach@gmail.com,
http://www.kasparrufibach.ch
Guenther Walther, gwalther@stanford.edu,
https://gwalther.su.domains/
Depending whether \(lower\) and \(upper\) are known, the vector of raw observations \(X.raw\) is supplemented by \(lower\) and/or \(upper\) and finally sorted.