pHist {PortfolioAnalytics} | R Documentation |
Generates histogram
Description
Generates histogram
Usage
pHist(X, p, nBins, freq = FALSE)
Arguments
X |
a vector containing the data points |
p |
a vector containing the probabilities for each of the data points in X |
nBins |
expected number of Bins the data set is to be broken down into |
freq |
a boolean variable to indicate whether the graphic is a representation of frequencies |
Value
a list with f the frequency for each midpoint x the midpoints of the nBins intervals
Author(s)
Ram Ahluwalia ram@wingedfootcapital.com and Xavier Valls flamejat@gmail.com
References
https://www.arpm.co/ See Meucci script pHist.m used for plotting
[Package PortfolioAnalytics version 2.0.0 Index]