Hello,
It is a minor thing, but since it already exists, I thought it makes sense that cquantile would be defined for this case as well. To be specific, at the moment cquantile(rand(1000), 0.9) has no method, but it could return quantile(rand(1000), 0.1).
Thanks
Hello,
It is a minor thing, but since it already exists, I thought it makes sense that
cquantilewould be defined for this case as well. To be specific, at the momentcquantile(rand(1000), 0.9)has no method, but it could returnquantile(rand(1000), 0.1).Thanks