Skip to content

Commit

Permalink
[msm/estimators/mlmsm] sample_by_state docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
gph82 committed Jul 4, 2016
1 parent 1f8b2d5 commit bab7e80
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyemma/msm/estimators/maximum_likelihood_msm.py
Original file line number Diff line number Diff line change
Expand Up @@ -616,17 +616,13 @@ def sample_by_state(self, nsample, subset=None, replace=True):
Parameters
----------
N : int
Number of time steps in the output trajectory. The total simulation time is stride * lag time * N
nsample : int
Number of samples per state. If replace = False, the number of returned samples per state could be smaller
if less than nsample indexes are available for a state.
subset : ndarray((n)), optional, default = None
array of states to be indexed. By default all states in the connected set will be used
replace : boolean, optional
Whether the sample is with or without replacement
start : int, optional, default = None
starting state. If not given, will sample from the stationary distribution of P
Returns
-------
Expand Down

0 comments on commit bab7e80

Please sign in to comment.