Zero-inflated Poisson from complex samples
A tutorial on implementing Zero-Inflated Poisson models for complex survey data in R using the survey package.
A tutorial on implementing Zero-Inflated Poisson models for complex survey data in R using the survey package.
A developer's recap of the OpenStack Summit, focusing on Ceilometer and Gnocchi updates, operator feedback, and plans for componentization in the Liberty release.
A beginner-friendly tutorial on implementing Visual Odometry for robotics, focusing on a stereo vision approach based on a classic research paper.
An essay arguing that 'boring' programming languages are superior for complex, interesting work, contrary to popular tech industry advice.
Explores using ASIFT algorithm to stitch close-range intra-oral dental images for a complete jaw view, overcoming perspective challenges.
Explores algorithms for segmenting individual teeth from dental images, comparing Active Contours and Watershed transforms.
A weekly roundup of browser updates, bug fixes, performance tools, and development tips for web developers.
Explains how to apply continuous integration (CI) and automated testing to website content using tools like Travis CI and HTML Proofer.
A developer revives the Vega.jl package for Julia, updating it for v0.4, adding Jupyter Notebook support, and planning new visualizations.
A guide to using the SVG viewBox attribute for art-directing and cropping SVG images, with tips and a call for a CSS viewBox property.
Part 8 of a Docker series: Building an ioJS REST API container with hapiJS and MongoDB, focusing on application logic and containerization.
A guide to getting started with Structural Equation Modeling (SEM) in R using the Lavaan package, based on a user group presentation.
A guide on using the Navigation Timing API with Piwik analytics to monitor and track website page load time performance.
A guide on how to install and upgrade to an in-development, pre-release version of the Laravel PHP framework using Composer.
A tutorial on building a Designer News clone using AngularJS and Firebase, covering data structure, user creation, and real-time features.
Interview with data scientist Jeroen Janssens about his background, work on data science at the command line, and his Data Science Toolbox project.
Explains how Java 9's Project Jigsaw impacts JavaFX development and how JEP 253 aims to provide public APIs for internal features.
Discusses the tension between reproducibility in scientific software and practical software engineering, advocating for progressive code consolidation over unrealistic release standards.
The article explains the benefits of using a single, large repository (monorepo) for code, citing simplified organization and dependency management.