All Projects → hpaulkeeler → posts

hpaulkeeler / posts

Licence: MIT license
Pieces of code that have appeared on my blog with a focus on stochastic simulations.

Programming Languages

python
139335 projects - #7 most used programming language
matlab
3953 projects
r
7636 projects
julia
2034 projects
c
50402 projects - #5 most used programming language
C#
18002 projects
fortran
972 projects

Projects that are alternatives of or similar to posts

PoissonRandom.jl
Fast Poisson Random Numbers in pure Julia for scientific machine learning (SciML)
Stars: ✭ 13 (-58.06%)
Mutual labels:  poisson, poisson-distribution
LogDensityProblems.jl
A common framework for implementing and using log densities for inference.
Stars: ✭ 26 (-16.13%)
Mutual labels:  mcmc
Bridge.jl
A statistical toolbox for diffusion processes and stochastic differential equations. Named after the Brownian Bridge.
Stars: ✭ 99 (+219.35%)
Mutual labels:  mcmc
EvoTrees.jl
Boosted trees in Julia
Stars: ✭ 108 (+248.39%)
Mutual labels:  poisson
hdhp.py
Code for "Hierarchical Dirichlet-Hawkes process: generative model and inference algorithm", WWW 2017
Stars: ✭ 35 (+12.9%)
Mutual labels:  point-processes
rss
Regression with Summary Statistics.
Stars: ✭ 42 (+35.48%)
Mutual labels:  mcmc
blangSDK
Blang's software development kit
Stars: ✭ 21 (-32.26%)
Mutual labels:  mcmc
r-geo-course
An introductory course on using R for geographic data visualisation and analysis (in Russian).
Stars: ✭ 18 (-41.94%)
Mutual labels:  spatial-statistics
FastGWR
Fast Geographically Weighted Regression (FastGWR)
Stars: ✭ 26 (-16.13%)
Mutual labels:  spatial-statistics
walker
Bayesian Generalized Linear Models with Time-Varying Coefficients
Stars: ✭ 38 (+22.58%)
Mutual labels:  mcmc
SpinMonteCarlo.jl
Markov chain Monte Carlo solver for lattice spin systems implemented by Julialang
Stars: ✭ 35 (+12.9%)
Mutual labels:  mcmc
ml
machine learning
Stars: ✭ 29 (-6.45%)
Mutual labels:  mcmc
MultiBUGS
Multi-core BUGS for fast Bayesian inference of large hierarchical models
Stars: ✭ 28 (-9.68%)
Mutual labels:  mcmc
covidestim
Bayesian nowcasting with adjustment for delayed and incomplete reporting to estimate COVID-19 infections in the United States
Stars: ✭ 20 (-35.48%)
Mutual labels:  mcmc
CorBinian
CorBinian: A toolbox for modelling and simulating high-dimensional binary and count-data with correlations
Stars: ✭ 15 (-51.61%)
Mutual labels:  mcmc
webmc3
A web interface for exploring PyMC3 traces
Stars: ✭ 46 (+48.39%)
Mutual labels:  mcmc
poisson-disk-sampling
Poisson disk sampling in arbitrary dimensions
Stars: ✭ 147 (+374.19%)
Mutual labels:  poisson
anesthetic
Nested Sampling post-processing and plotting
Stars: ✭ 34 (+9.68%)
Mutual labels:  mcmc
BAS
BAS R package https://merliseclyde.github.io/BAS/
Stars: ✭ 36 (+16.13%)
Mutual labels:  mcmc
DynamicHMCExamples.jl
Examples for Bayesian inference using DynamicHMC.jl and related packages.
Stars: ✭ 33 (+6.45%)
Mutual labels:  mcmc

posts

A repository of code that I have mentioned or used on my blog: http://hpaulkeeler.com/posts/

Feel free to use any of the code for whatever purposes. If you publish a paper using any of the code, please cite this repository.

I have written the code mostly in MATLAB, R and Python. Most of it concerns simulating point processes, which are also called random point fields or random counting measures.

Examples include simulating a homogeneous Poisson point process on a disk and triangle.

See the individual posts for more details.

Directories

The code directories and the corresponding posts.

BertrandParadox https://hpaulkeeler.com/the-bertrand-paradox/

BinomialRectangle https://hpaulkeeler.com/point-process-simulation/

CoxLinePoint https://hpaulkeeler.com/simulating-a-cox-point-process-based-on-a-poisson-line-process/

InhomoPoissonRectangle https://hpaulkeeler.com/simulating-an-inhomogeneous-poisson-point-process/

MaternClusterRectangle https://hpaulkeeler.com/simulating-a-matern-cluster-point-process/

MaternHardcoreRectangle https://hpaulkeeler.com/simulating-matern-hard-core-point-processes/

PoissonDirect https://hpaulkeeler.com/simulating-poisson-random-variables-direct-method/

PoissonDisk https://hpaulkeeler.com/simulating-a-poisson-point-process-on-a-disk/

PoissonCheck https://hpaulkeeler.com/checking-poisson-point-process-simulations/

PoissonFast https://hpaulkeeler.com/simulating-poisson-point-processes-faster/

PoissonLine https://hpaulkeeler.com/simulating-a-poisson-line-process/

PoissonRectangle https://hpaulkeeler.com/poisson-point-process-simulation/

PoissonRectangleThinned https://hpaulkeeler.com/thinning-point-processes/

PoissonTriangle https://hpaulkeeler.com/simulating-a-poisson-point-process-on-a-triangle/

PoissonVoronoi https://hpaulkeeler.com/creating-a-voronoi-dirichlet-tesselation

TestingJulia https://hpaulkeeler.com/testing-the-julia-language-with-point-process-simulations/

ThomasClusterRectangle https://hpaulkeeler.com/simulating-a-thomas-cluster-point-process/

VoronoiUniform https://hpaulkeeler.com/placing-a-random-point-uniformly-placed-in-a-voronoi-cell/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].