The Pleasure of Finding Things Out
  • About Me
  • Reading List
  • Linux
  • Machine learning
  • Python
  • Quick tips
  • R
  • Statistical modeling

The Pleasure of Finding Things Out

Accessing C Library Functions from Python

Using the ctypes library to wrap compiled C code for use in Python

more ...

The Empirical Bootstrap for Confidence Intervals in Python

Computing non-parametric bootstrap confidence intervals with Python

more ...

Sampling from Mixed Exponential Distributions using the Inverse Transform Method

A method for obtaining mixed exponential distirbution quantiles for statistical analysis

more ...

Derivation of the Poisson Distribution as a Limiting Case of the Binomial PDF

Derivation of the Poisson as a limiting case of the Binomial PDF

more ...

Introduction to RSQLite

Leveraging SQLite in R via RSQLite

more ...

Kernel Density Estimation in Python

Exploring denisty estimation with various kernels in Python

more ...

A Python PDF Harvester in Fewer Than 25 LOC

A simple yet effective PDF harvester implemented in Python

more ...

Evaluating Classifier Performance in scikit-learn

Assessing the quality of machine learning classifiers with scikit-learn

more ...

Polynomial Interpolation: Newton’s Method

Python implementation of Newton’s method of polynomial interpolation

more ...

Using Geocode REST API to Retrieve Geolocation

Obtaining geolocation using the Geocode REST API

more ...

Connecting to Remote Kernels with Jupyter Qt Console

Connect to a remote Python session from a local client via IPython Qt Console

more ...

Machine Learning Classification with Naive Bayes

Implementing a Navie Bayes Classifier with and without scikit-learn

more ...

Smoothed Empirical Percentile for Percentile Matching

A smoothed empirical percentile implementation in Python

more ...

Setting Up Key-Based Authentication to a Linux Server

Authenticating to a Linux server without a password over SSH

more ...

Bessel’s Correction

Correcting the bias in estimators for the population variance.

more ...

Estimating Regression Coefficients with Batch Gradient Descent

A walk-thru and demonstration of the batch gradient descent algorithm in Python

more ...

Goodness of Fit and Significance Testing for Logistic Regression Models

Assessing the quality of fit of a Logistic Regression model

more ...

Estimating Logistic Regression Coefficents From Scratch (Python version)

Estimating Logistic Regression coefficents in Python

more ...

Estimating Logistic Regression Coefficents From Scratch (R version)

Manual estimation of logistic regression coefficents in R

more ...

Text Manipulation with Regular Expressions in R

An application of Regular Expressions in R

more ...

Derivation of the Normal Equations

Derivation of the Normal Equations via Least Squares and Maximum Likelihood

more ...

X11-Forwarding Applications from Linux Server to Windows

Demonstration of X11-forwarding applications from Linux Server to Windows

more ...

Introduction to cx_Oracle

Interacting with Oracle databases from Python

more ...

Converting Excel Worksheets to PDF with VBA

Exporting one or more Excel worksheets to PDF using VBA

more ...

Creating R Packages with devtools and roxygen

Creating R packages with devtools and roxygen2

more ...

  • ← Newer
  • Older →

  • Links

    • The Python Standard Library
    • scikit-learn
    • Scipy.org
    • Journal of Machine Learning Research
    • Journal of Statistical Software
    • The Journal of Open Source Software
    • Numerical Algorithms Group
    • Free Software Foundation
    • Casualty Actuarial Society
    • Continuum Analytics
    • American Statistical Association
    • SIAM
    • American Mathematical Society
    • IEEE
    • FermiLab
    • Beyond Your Plateau

© 2019 James D. Triveri · Powered by pelican-bootstrap3, Pelican, Bootstrap

Back to top