Skip to content

Commit

Permalink
Docstring fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dschmitz89 committed Sep 17, 2021
1 parent e88e8eb commit 2778615
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions spherical_stats/_esag.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,14 +228,9 @@ class ESAG(object):
Args:
params (optional, ndarray (5, ) ): Parameters of the distribution
The parameters are the following:
.. math::
params=(\mu_0, \mu_1, \mu_2, \gamma_1, \gamma_2)
The principal orientation vectors is given by the normalized vector :math:`\mu=(\mu_0, \mu_1, \mu_2)/||(\mu_0, \mu_1, \mu_2)||`
and the shape of the distribution is controlled by the parameters :math:`\gamma_1` and :math:`\gamma_2`.
``params`` are the following: :math:`(\mu_0, \mu_1, \mu_2, \gamma_1, \gamma_2)`.\n
The principal orientation vectors is given by the normalized vector :math:`\mu=(\mu_0, \mu_1, \mu_2)/||(\mu_0, \mu_1, \mu_2)||`.\n
and the shape of the distribution is controlled by the parameters :math:`\gamma_1` and :math:`\gamma_2`.
Notes
-------
Expand Down

0 comments on commit 2778615

Please sign in to comment.