File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ # Probabilistic Distribution with Python
2+ Explaining Probabilistic Distributions in Python. ** Coming soon**
3+ <br />[ ![ DOI] ( https://zenodo.org/badge/DOI/10.5281/zenodo.1345027.svg )] ( https://doi.org/10.5281/zenodo.1345027 )
14
5+ ## Content
6+ Theory and experimental results (on this page):
7+
8+ * <a href =" #Probabilistic Distribution " >Probabilistic Distribution</a >
9+
10+ <br />
11+
12+ ### <a name =" Probabilistic Distribution " >Probabilistic Distribution</a >
13+
14+
15+ ``` py
16+ import numpy as np
17+
18+ ```
19+
20+ Full code is available here:
21+
22+ <br />
23+
24+ ### MIT License
25+ ### Copyright (c) 2018 Valentyn N Sichkar
26+ ### github.com/sichkar-valentyn
27+ ### Reference to:
28+ Valentyn N Sichkar. Machine Learning in Python // GitHub platform. DOI: 10.5281/zenodo.1345027
You can’t perform that action at this time.
0 commit comments