quantile {ftsa} | R Documentation |
Quantile
Description
Generic functions for quantile.
Usage
quantile(x, ...)
Arguments
x |
Numeric vector whose sample quantiles are wanted, or an object of a class for which a method has been defined. |
... |
Arguments passed to specific methods. |
Value
Refer to specific methods. For numeric vectors, see the quantile
functions in the stats
package.
Author(s)
Han Lin Shang
See Also
[Package ftsa version 6.4 Index]