Skip to content

Commit

Permalink
Tutorial update.
Browse files Browse the repository at this point in the history
  • Loading branch information
smelandr committed Jul 12, 2017
1 parent a21632a commit c766e2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,7 @@ Creating simulated peak lists variance drawn from other distribution types

.. code-block:: python
{
distribution_name: 'beta', parameters: ['a', 'b']
distribution_name: 'binomial', parameters: ['n', 'p']
distribution_name: 'chisquare', parameters: ['df']
Expand Down Expand Up @@ -764,6 +765,7 @@ Creating simulated peak lists variance drawn from other distribution types
distribution_name: 'wald', parameters: ['mean', 'scale']
distribution_name: 'weibull', parameters: ['a']
distribution_name: 'zipf', parameters: ['a']
}
Spectrum description configuration file
Expand Down

0 comments on commit c766e2f

Please sign in to comment.