-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
quantile / median / depth methods #20
Comments
@jeff-goldsmith : any preferences / any experience which depths work well and should be the default? |
i'd vote i guess we'll trust users to compute quantile / median curves for smooth |
Even cheaper and more intuitive alternative: half region depth |
I think there’s a super-computationally efficient implementation of MBD, but I’d have to dig around for it. Or by “cheaper” do you mean “fewer dependencies”?
On Mar 14, 2018, at 10:54 AM, Fabian Scheipl <[email protected]<mailto:[email protected]>> wrote:
Even cheaper and more intuitive alternative: half region depth<https://www.sciencedirect.com/science/article/pii/S0167947310004123>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<https://github.com/fabian-s/tidyfun/issues/19#issuecomment-373050311>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AH_3hxsSTzspOqLsKHv2cp0Lno7d_Wduks5teS9CgaJpZM4SVFLu>.
|
yeah, I know, |
Serfling, R., & Wijesuriya, U. (2017). Depth-based nonparametric description of functional data, with emphasis on use of spatial depth. Computational Statistics & Data Analysis, 105, 24-45.
More Lit: Center-Outward Distribution Functions, Quantiles, Ranks, and Signs: https://arxiv.org/abs/1806.01238 Nadja&Thomas seem to have used some of this stuff in https://arxiv.org/pdf/1906.03151.pdf, ask them? depths for irregular funs/ functional fragments: https://www.tandfonline.com/doi/abs/10.1080/10618600.2022.2070171 "random" depth: solid theory + comp. efficient (?) |
…MBD-based central 50% range). closes #8, addresses #19
see also experiments in attic/dev-quantile.Rmd |
... not feasible for
feval_irreg
... for
feval_reg
: use MBD? (seeroahd:::MBD.default
, e.g.), other depths as inrainbow:::fdepth
,ddalpha::depthf
?... for
fbase
: could use multivariate depths on coefs directly (but consider scaling of basis functions)The text was updated successfully, but these errors were encountered: