GitHub topics: generating-functions
stdlib-js/stats-base-dists-negative-binomial-mgf
Negative binomial distribution moment-generating function (MGF).
Language: JavaScript - Size: 938 KB - Last synced at: 11 days ago - Pushed at: 12 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-bernoulli-mgf
Bernoulli distribution moment-generating function (MGF).
Language: Python - Size: 956 KB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-beta-mgf
Beta distribution moment-generating function (MGF).
Language: JavaScript - Size: 1.01 MB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 2 - Forks: 0

GitProger/ITMO-CT-dm-labs
Discrete Math Labs
Language: C++ - Size: 1.14 MB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 0 - Forks: 0

stdlib-js/stats-base-dists-weibull-mgf
Weibull distribution moment-generating function (MGF).
Language: JavaScript - Size: 1.1 MB - Last synced at: 4 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-discrete-uniform-mgf
Discrete uniform distribution moment-generating function (MGF).
Language: JavaScript - Size: 838 KB - Last synced at: 29 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 1

stdlib-js/stats-base-dists-laplace-mgf
Laplace (Double Exponential) distribution moment-generating function (MGF).
Language: JavaScript - Size: 1.01 MB - Last synced at: 29 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-degenerate-mgf
Degenerate distribution moment-generating function (MGF).
Language: Python - Size: 738 KB - Last synced at: 29 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-exponential-mgf
Exponential distribution moment-generating function (MGF).
Language: Python - Size: 716 KB - Last synced at: 30 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-chisquare-mgf
Chi-squared distribution moment-generating function (MGF).
Language: Python - Size: 1.04 MB - Last synced at: about 14 hours ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-erlang-mgf
Erlang distribution moment-generating function (MGF).
Language: JavaScript - Size: 1.17 MB - Last synced at: 5 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-uniform-mgf
Uniform distribution moment-generating function (MGF).
Language: JavaScript - Size: 924 KB - Last synced at: 29 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/stats-base-dists-triangular-mgf
Triangular distribution moment-generating function (MGF).
Language: JavaScript - Size: 1.39 MB - Last synced at: 16 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-gamma-mgf
Gamma distribution moment-generating function (MGF).
Language: JavaScript - Size: 1.23 MB - Last synced at: 29 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-geometric-mgf
Geometric distribution moment-generating function (MGF).
Language: Python - Size: 907 KB - Last synced at: 29 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-poisson-mgf
Poisson distribution moment-generating function (MGF).
Language: JavaScript - Size: 845 KB - Last synced at: 29 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-normal-mgf
Normal distribution moment-generating function (MGF).
Language: JavaScript - Size: 1010 KB - Last synced at: 29 days ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-gumbel-mgf
Gumbel distribution moment-generating function (MGF).
Language: JavaScript - Size: 1.12 MB - Last synced at: 1 day ago - Pushed at: 2 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-binomial-mgf
Binomial distribution moment-generating function (MGF).
Language: JavaScript - Size: 1.03 MB - Last synced at: 16 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-logistic-mgf
Logistic distribution moment-generating function (MGF).
Language: JavaScript - Size: 1.12 MB - Last synced at: 21 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/stats-base-dists-rayleigh-mgf
Rayleigh distribution moment-generating function (MGF).
Language: JavaScript - Size: 896 KB - Last synced at: 9 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

thekamik/Solving-coin-change-problem-2-using-generating-functions
Solving coin change problem 2 using generating functions
Language: Python - Size: 5.86 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

quasar-chunawala/calculus_based_probability
Topics in Probability Theory and Stochastic Processes
Language: Jupyter Notebook - Size: 9.78 MB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 1

doguilmak/Analysis-of-Algorithms
In this repository, the solutions of the problems given in the Analysis of Algorithms course will be shown. Problems are solved with Python, Java and MATLAB.
Language: Python - Size: 80.1 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

nAuTahn/Fast-Fourier-Transform-FFT
Hàm sinh - Đa thức - Nhân đa thức - FFT/NTT
Language: C++ - Size: 2.68 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 0

darian-catalin-cucer/generatings-subsets
Generating subsets is the process of finding all the subsets of a given set. A subset is a collection of elements from the original set, where the order of the elements does not matter and duplicates are not allowed.
Language: Kotlin - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

luqmanmalik/Discrete-Combinatorial-Mathematics
Discrete Mathematics | Combinatorics | MIT License® | BSD License | UC Berkeley Math 55 Discrete Mathematics | XVR Software Distributions®
Language: JavaScript - Size: 87.6 MB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0
