quantile.dfts | R Documentation |
Obtain the pointwise quantile information of functional data.
## S3 method for class 'dfts'
quantile(x, probs = seq(0, 1, 0.25), ...)
x |
A dfts object. See |
probs |
Numerics in [0,1] indicating the probabilities of interest. |
... |
Additional parameters to pass into |
Matrix with columns for each requested quantile computed pointwise.
stats::quantile()
result <- quantile(electricity)
result1 <- quantile(electricity, probs = 0.95)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.