STAT 516

Software tools

Here are some software tools for generating Markov chains etc.

R

A routine from Larry Eclipse, generating Markov chains.

A routine for computing the stationary distribution of a Markov chain.

A routine calculating the empirical transition matrix for a Markov chain. Missing data allowed.

A routine calculating higher order empirical transitions, allowing missing data etc. (Requires functions from count_stuff.S below)

A routine additing missing data to a time series with gaps in observation times. Needed for count.s and gcount.s in some cases.

A set of routines from Jim Hughes containting several versions of the "count" function, including a routine that was missing from the gcount.r function.

A couple of spatial point process routines, and a nearest neighbor routines for point process analysis in Splus.

Matlab

A zipped archive of Matlab routines from Chris Bartels, generating Markov chains.
A set of tools for spatial point processes, MCMC etc.

Return to the Stat 516 homepage.