You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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