Description Usage Arguments Value References See Also Examples
Compute the functional normalized median absolute deviation (FuNMAD) estimator as described in Centofanti et al. (2021).
1 |
X |
Either an object of class |
... |
Additional argument to be passed to |
The FuNMAD estimator.
Centofanti, F., Colosimo, B.M., Grasso, M.L., Menafoglio, A., Palumbo, B., Vantini, S. (2021). Robust Functional ANOVA with Application to Additive Manufacturing. arXiv preprint arXiv:2112.10643.
1 2 3 4 | library(rofanova)
data_out<-simulate_data(scenario="one-way")
X_fdata<-data_out$X_fdata
per_list_median<-funmad(X_fdata)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.