Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
braverock
GitHub Repository: braverock/portfolioanalytics
Path: blob/master/man/HHI.Rd
1433 views
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/objectiveFUN.R
\name{HHI}
\alias{HHI}
\title{Concentration of weights}
\usage{
HHI(weights, groups = NULL)
}
\arguments{
\item{weights}{set of portfolio weights}

\item{groups}{list of vectors of grouping}
}
\description{
This function computes the concentration of weights using the Herfindahl Hirschman Index
}
\author{
Ross Bennett
}