Learn R Programming

fBasics (version 4041.97)

volatility: Compute volatility

Description

Generic function for volatility computations.

Usage

volatility(object, ...)

# S3 method for default volatility(object, ...)

Arguments

object

an object from which to extract or compute the volatility.

...

arguments for methods. Ignored by the default method.

Details

volatility is a generic function, whose default method centers and squares the values in object. Other packages can (and do) define methods for it.