view mt_revmap.m @ 11:0e0f2805ef9c

Added new mechanism for checking Markov chains for uniqueness of stationary distribution; new supporting files and new parameters to mt_init (see CHANGES). Some functions require greater Matlab library, not included.
author samer
date Sun, 26 Feb 2012 23:11:10 +0000
parents ffd7efa3e5c0
children
line wrap: on
line source
% mt_revmap - Map from information space back to triangle space
%
% mt_revmap :: mt_system, real, real -> [[2]].
function p=mt_revmap(sys,x,y), p=sys.revmap([x;y]); end