mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-04 10:27:45 +08:00
DOC: Fixed escaping of special chars in math environment.
This commit is contained in:
@@ -49,6 +49,7 @@ Risk Report
|
||||
| | and self.end_date. |
|
||||
+-----------------+----------------------------------------------------+
|
||||
|
||||
|
||||
"""
|
||||
|
||||
import logbook
|
||||
@@ -231,7 +232,8 @@ class RiskMetricsBase(object):
|
||||
"""
|
||||
|
||||
.. math::
|
||||
\beta_a = \frac {\mathrm{Cov}(r_a,r_p)}{\mathrm{Var}(r_p)}
|
||||
|
||||
\\beta_a = \\frac{\mathrm{Cov}(r_a,r_p)}{\mathrm{Var}(r_p)}
|
||||
|
||||
http://en.wikipedia.org/wiki/Beta_(finance)
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user