Extractors            package:fPortfolio            R Documentation

_E_x_t_r_a_c_t_o_r_s

_D_e_s_c_r_i_p_t_i_o_n:

     A collection and description of functions  allowing to get
     information about objects of class fPFOLIODATA, FPFOLIOSPEC, and 
     fPORTFOLIO.  

     The functions are:

_U_s_a_g_e:

     getConstraints(object)
     getData(object)
     getEstimator(object)
     getFrontier(object, ...)
     getMu(object)
     getNames(object)
     getNumberOfAssets(object)
     getNFrontierPoints(object)
     getPortfolio(object)
     getParams(object)
     getCovRiskBudgets(object)
     getRiskFreeRate(object)
     getSeries(object)
     getSigma(object)
     getSolver(object)
     getSpec(object)
     getStatistics(object)
     getTargetAlpha(object)
     getTailRisk(object)
     getTailRiskBudgets(object) 
     getTargetReturn(object)
     getTargetRisk(object)
     getTrace(object)
     getType(object)
     getWeights(object)

_A_r_g_u_m_e_n_t_s:

  object: an object of class 'fPFOLIODATA', 'fPFOLIOSPEC' or
          'fPORTFOLIO'. 

     ...: [getPortfolio, getFrontier, getWeights] - 
           optional arguments to be passed.


_A_u_t_h_o_r(_s):

     Diethelm Wuertz and Oliver Greshake for the Rmetrics port.

_E_x_a_m_p_l_e_s:

     ## 

