Skip to content
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

Open
fabian-s opened this issue Feb 27, 2018 · 7 comments
Open

quantile / median / depth methods #20

fabian-s opened this issue Feb 27, 2018 · 7 comments

Comments

@fabian-s
Copy link
Contributor

... not feasible for feval_irreg

... for feval_reg: use MBD? (see roahd:::MBD.default, e.g.), other depths as in rainbow:::fdepth, ddalpha::depthf?

... for fbase: could use multivariate depths on coefs directly (but consider scaling of basis functions)

@fabian-s
Copy link
Contributor Author

@jeff-goldsmith : any preferences / any experience which depths work well and should be the default?

@jeff-goldsmith
Copy link
Contributor

i'd vote roahd::MBD.default of these options, although i haven't used it much myself.

i guess we'll trust users to compute quantile / median curves for smooth feval_reg data?

fabian-s referenced this issue in tidyfun/tidyfun Mar 8, 2018
@fabian-s
Copy link
Contributor Author

Even cheaper and more intuitive alternative: half region depth

@jeff-goldsmith
Copy link
Contributor

jeff-goldsmith commented Mar 14, 2018 via email

@fabian-s
Copy link
Contributor Author

yeah, I know, roahd uses the trick you probably mean. I did mean cheaper computationally, but come to think about it this might not actually be true....

@fabian-s
Copy link
Contributor Author

fabian-s commented Mar 23, 2018

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.
seems like a good resource for this

  • add more depths (MBD specifically does NOT detect spike outliers)
  • figure out quantile method from above paper / other lit (or simply use MEI?)
  • use quantiles to define rank/order and proper min/max methods?

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 (?)
https://www.ma.imperial.ac.uk/~hbattey/STS532.pdf
https://arxiv.org/pdf/2206.13897.pdf

fabian-s referenced this issue in tidyfun/tidyfun Mar 23, 2018
…MBD-based central 50% range). closes #8, addresses #19
@fabian-s fabian-s changed the title quantile / median method quantile / median / depth methods Mar 23, 2018
@fabian-s
Copy link
Contributor Author

see also experiments in attic/dev-quantile.Rmd

@fabian-s fabian-s transferred this issue from tidyfun/tidyfun May 10, 2022
@fabian-s fabian-s added this to the put it on CRAN milestone Jan 8, 2024
@fabian-s fabian-s removed this from the put it on CRAN milestone Mar 13, 2024
@fabian-s fabian-s added this to the v0.4 milestone May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants