quantile from quantile table calculation without original data
I am aware of that... I have my own functions for this purpose that use splinefun. But if you are trying to also do other aspects of probability distribution calculations, it looked like using fBasics would be easier than re-inventing the wheel. I could be wrong, though, since I haven't used fBasics myself.
On March 8, 2021 12:41:40 AM PST, Martin Maechler <maechler at stat.math.ethz.ch> wrote:
Jeff Newmiller
on Fri, 05 Mar 2021 10:09:41 -0800 writes:
> Your example could probably be resolved with approx. If > you want a more robust solution, it looks like the fBasics > package can do spline interpolation.
base R's spline package does spline interpolation !! Martin
Sent from my phone. Please excuse my brevity.