PerformanceAnalytics (version 1.5.3)

Frequency: Frequency of the return distribution

Description

Gives the period of the return distribution (ie 12 if monthly return, 4 if quarterly return)

Usage

Frequency(R, ...)

Arguments

R

an xts, vector, matrix, data frame, timeSeries or zoo object of asset returns

any other passthru parameters

Examples

Run this code
# NOT RUN {
data(portfolio_bacon)
print(Frequency(portfolio_bacon[,1])) #expected 12
data(managers)
print(Frequency(managers['1996',1:5]))

# }

Run the code above in your browser using DataCamp Workspace