Accessing C Library Functions from Python
Using the ctypes library to wrap compiled C code for use in Python
more ...Using the ctypes library to wrap compiled C code for use in Python
more ...Computing non-parametric bootstrap confidence intervals with Python
more ...A method for obtaining mixed exponential distirbution quantiles for statistical analysis
more ...Derivation of the Poisson as a limiting case of the Binomial PDF
more ...Leveraging SQLite in R via RSQLite
more ...Exploring denisty estimation with various kernels in Python
more ...A simple yet effective PDF harvester implemented in Python
more ...Assessing the quality of machine learning classifiers with scikit-learn
more ...Python implementation of Newton’s method of polynomial interpolation
more ...Obtaining geolocation using the Geocode REST API
more ...Connect to a remote Python session from a local client via IPython Qt Console
more ...Implementing a Navie Bayes Classifier with and without scikit-learn
more ...A smoothed empirical percentile implementation in Python
more ...Authenticating to a Linux server without a password over SSH
more ...Correcting the bias in estimators for the population variance.
more ...A walk-thru and demonstration of the batch gradient descent algorithm in Python
more ...Assessing the quality of fit of a Logistic Regression model
more ...Estimating Logistic Regression coefficents in Python
more ...Manual estimation of logistic regression coefficents in R
more ...An application of Regular Expressions in R
more ...Derivation of the Normal Equations via Least Squares and Maximum Likelihood
more ...Demonstration of X11-forwarding applications from Linux Server to Windows
more ...Interacting with Oracle databases from Python
more ...Exporting one or more Excel worksheets to PDF using VBA
more ...Creating R packages with devtools and roxygen2
more ...