generate_cone_chart: ConeChart for the asset or fund under investigation Evaluate...

Description Usage Arguments

View source: R/cone_chart.R

Description

ConeChart for the asset or fund under investigation Evaluate the returns of an investment manager giventheir return and volatility expectations. Calculates 1 and 2 standard deviations from the expected return.

Usage

1
2
3
4
5
6
generate_cone_chart(
  return_series,
  target_return,
  expected_volatility,
  timeseries_frequency
)

Arguments

return_series

: The return series of the asset or fund that you are planning to invest in

target_return

: The target return you have for the asset or fund that you are planning to invest in

expected_volatility:

The expected volatility you have for the asset or fund that you are planning to invest in

timeseries_frequency:

Daily, Monthly, Weekly, Yearly


mannymistry/extRnalmgrs documentation built on Aug. 30, 2020, 12:04 a.m.