GitHub topics: rejection-sampling
TatevKaren/mathematics-statistics-for-data-science
Mathematical & Statistical topics to perform statistical analysis and tests; Linear Regression, Probability Theory, Monte Carlo Simulation, Statistical Sampling, Bootstrapping, Dimensionality reduction techniques (PCA, FA, CCA), Imputation techniques, Statistical Tests (Kolmogorov Smirnov), Robust Estimators (FastMCD) and more in Python and R.
Language: R - Size: 15.9 MB - Last synced at: 12 days ago - Pushed at: about 1 year ago - Stars: 138 - Forks: 46

draktr/monte-library
Monte is a set of Monte Carlo methods in Python. The package is written to be flexible, clear to understand and encompass variety of Monte Carlo methods.
Language: Python - Size: 114 KB - Last synced at: 14 days ago - Pushed at: 7 months ago - Stars: 4 - Forks: 0

MFreidank/ARSpy
Adaptive Rejection Sampling for Python
Language: Python - Size: 41.6 MB - Last synced at: 1 day ago - Pushed at: over 5 years ago - Stars: 8 - Forks: 4

nifleisch/approximate-bayesian-computation
Application of rejection sampling and markov chain monte carlo (MCMC) algorithms to approximate bayesian computation (ABC). The project includes application of ABC to model the pharmacokinetics of theophylline.
Language: Python - Size: 3.06 MB - Last synced at: 7 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

ericyoc/find_random_point_in_circle_diff_meth_poc
Compares four different methods for generating uniformly distributed random points within a unit circle
Language: Jupyter Notebook - Size: 1.24 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

asaelbarilan/Rejection-sampling
python implementation for rejection sampling and importance sampling
Language: Python - Size: 1000 Bytes - Last synced at: 8 months ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 1

mauriciogtec/AdaptiveRejectionSampling.jl
Julia package for fast flexible adaptive rejection sampling for log-concave univariate densities.
Language: Julia - Size: 305 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 16 - Forks: 4

elmahsieh/BayeisanNetworkInference
This project implements both exact and approximate inference techniques for Bayesian Networks using enumeration and rejection sampling, respectively. It processes Bayesian Network structures in XMLBIF format, accepting command-line inputs to compute the posterior distribution of a query variable given observed evidence.
Language: Java - Size: 11.7 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

prdm0/AcceptReject
Acceptance and rejection method
Language: R - Size: 6.21 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

ErfanXH/Sampling
Implementation of Prior, Rejection, Likelihood and Gibbs Sampling
Language: Python - Size: 275 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

guilgautier/PartialRejectionSampling.jl
Some implementations of partial rejection samplers
Language: Jupyter Notebook - Size: 4.23 MB - Last synced at: 11 months ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

dfirsov/jasmin-zk
We implement the Schnorr proof system in assembler via the Jasmin toolchain, and prove the security (proof-of-knowledge and zero-knowledge) and the absence of leakage through timing side-channels of that implementation in EasyCrypt.
Language: eC - Size: 1.01 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

VeaLi/Stats
Poker test for independence, Inversion method, Method of approximations, Rejection method, Quadratic congruent random number generator, Freedman–Diaconis rule, Fixation Index, Extended Haplotype Homozygosity, Wright-Fisher model
Language: Python - Size: 155 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

markkukuismin/MCPeSe
Monte Carlo Penalty Selection for graphical lasso
Language: R - Size: 140 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

bkbilly/bayesian_networks
Implementation for bayesian network
Language: Python - Size: 23.4 KB - Last synced at: 4 days ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 1

KarthikRIyer/Computer-Graphics-PrinciplesAndPractice
A C++ and WPF implementation of Computer-Graphics-Principles And Practice by JOHN F. HUGHES, ANDRIES VAN DAM, MORGAN MCGUIRE, DAVID F. SKLAR, JAMES D. FOLEY, STEVEN K. FEINER and KURT AKELEY
Language: C++ - Size: 672 KB - Last synced at: about 1 month ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 0

JRigh/Acceptance-Rejection-sampling-in-R-and-Python
Acceptance-Rejection sampling with examples in R and Python
Language: Jupyter Notebook - Size: 883 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

zziz/mc
Monte Carlo methods with TensorFlow
Language: Python - Size: 3.91 KB - Last synced at: 17 days ago - Pushed at: about 6 years ago - Stars: 6 - Forks: 0

adityagupta1089/Bayesian-networks-inferencing
Implementation of inference techniques like Variable Elimination and Rejection Sampling for Bayesian Networks. (CSL302 IIT Ropar)
Language: C++ - Size: 535 KB - Last synced at: over 1 year ago - Pushed at: almost 8 years ago - Stars: 3 - Forks: 1

mkaramica/SOM_meshGeneration
Implementation of self-organizing maps for mesh generation
Size: 3.12 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

lxcnju/sampling
Some methods to sampling data points from a given distribution.
Language: Python - Size: 71.3 KB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 10 - Forks: 4

mit-ll/em-pairing-uncor-importancesampling
MATLAB code to generate pairwise, uncorrelated encounters
Language: MATLAB - Size: 1.09 MB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 6

invisible0831/AI_projects
Artificial Intelligence Projects - Sharif University of Technology - Fall 2020
Language: Jupyter Notebook - Size: 7.55 MB - Last synced at: about 1 year ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

nikopetr/Statistical-Simulations-and-Data-Analysis-Project
The programming part for the second assignment of the course DSC 531 - Statistical Simulations and Data Analysis of the University of Cyprus MSc in Data Science programme
Language: HTML - Size: 764 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

sallaben-education/bayesian-inference
A Bayesian network calculator for both exact (enumeration) and approximate inference (rejection sampling, likelihood weighting).
Language: Java - Size: 298 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 0

wmkouw/sample-covariateshift
Sample from synthetic covariate shift problem
Language: Matlab - Size: 4.88 KB - Last synced at: 17 days ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

zukakosan/sampling_implement
implement sampling methods
Language: Jupyter Notebook - Size: 2.35 MB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0
