- Notifications
You must be signed in to change notification settings - Fork0
C module for Python extension
License
NotificationsYou must be signed in to change notification settings
anafisa/C-module
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
ProbStat package is the main helper for students in Probability & Statistics.ProbStat methods allow users to deal with complicated tasks and calculations in statistics and probability theory.
Here are just a few of the things that ProbStat does well:
find all types of probability:
find probability by means of:
calculate statistics values:
check whether events are:
The source code is currently hosted on GitHub, clickhere
import probstatprobstat.probability(1,5)>>> 0.2probstat.bernoulli_simple(0.7, 17, 11)>>> 0.18probstat.expected_value([0, 1, 2, 4], [0.2, 0.3, 0.4, 0.1])>>> 1.5probstat.variance([0, 1, 2, 4], [0.2, 0.3, 0.4, 0.1])>>> 1.25probstat.standard_deviation([0, 1, 2, 4], [0.2, 0.3, 0.4, 0.1])>>> 1.12- Anfisa Lepekhina |anfisa_lepekhina5@mail.ru
- Maxim Skibin |skibin-mvp@mail.ru
About
C module for Python extension
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.

