Skip to content

Commit

Permalink
adding to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tfm000 committed Nov 28, 2023
1 parent 131d6ef commit e81562e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/Univariate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Here we use the normal and gamma distributions, though all methods and attribute
# generating random variables
from sklarpy.univariate import normal

num_generate: int = 100
num_generate: int = 1000

# generating a 1d array of N(1, 1) random variables
normal_rvs1: np.ndarray = normal.rvs((num_generate,), (1, 1))
Expand Down
Binary file added media/univariate_continuous_example_figure1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e81562e

Please sign in to comment.