Skip to content

Commit

Permalink
added new properties to result.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
enzbus committed Sep 29, 2023
1 parent 3529f8c commit e7333e7
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions docs/result.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Backtests
=========
Back-test result
================

.. automodule:: cvxportfolio.result

Expand Down Expand Up @@ -47,21 +47,41 @@ Backtests
.. autoproperty:: annualized_quadratic_risk

.. autoproperty:: excess_returns

.. autoproperty:: excess_volatility

.. autoproperty:: average_excess_return

.. autoproperty:: annualized_average_excess_return

.. autoproperty:: annualized_excess_volatility


.. autoproperty:: active_returns

.. autoproperty:: active_volatility

.. autoproperty:: average_active_return

.. autoproperty:: annualized_average_active_return

.. autoproperty:: annualized_active_volatility

.. autoproperty:: sharpe_ratio

.. autoproperty:: information_ratio

.. autoproperty:: excess_growth_rates

.. autoproperty:: average_excess_growth_rate

.. autoproperty:: annualized_average_excess_growth_rate

.. autoproperty:: active_growth_rates

.. autoproperty:: average_active_growth_rate

.. autoproperty:: annualized_average_active_growth_rate

.. autoproperty:: drawdown

.. automethod:: plot
Expand Down

0 comments on commit e7333e7

Please sign in to comment.