View source: R/utils-baseMethods.R
volatility | R Documentation |
Generic function for volatility computations.
volatility(object, ...)
## Default S3 method:
volatility(object, ...)
object |
an object from which to extract or compute the volatility. |
... |
arguments for methods. Ignored by the default method. |
volatility
is a generic function, whose default method centers
and squares the values in object
. Other packages can (and do)
define methods for it.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.