Class Formation

java.lang.Object
  |
  +--Formation

public class Formation
extends java.lang.Object

Formation.java (version 1.0) written by Mark Rich February 16th - April 26, 1999 @ University of Wisconsin - Madison This program is an implementation of a theory of Political Party formation based on the interaction of Voters and Representatives. For more on this theory developed by Professor Charles Franklin and Mark Rich, please see http://www.cs.wisc.edu/~richm/psci999/ For best results, pipe the output into a separate file, i.e. java Formation > results.txt This file is then easily processed by Matlab, Stata, Excel, etc for your number crunching pleasure. The screen will update where the simulation is every 10 years. Output from System.out follows the following 10 column format: SESSION DISTRICT CENTER CANDIDATES LAZINESS VOTES CENTRALTIY - ELECTIONTYPE NUMBEROFONES PASCALSCALING


Constructor Summary
Formation()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Formation

public Formation()
Method Detail

main

public static void main(java.lang.String[] args)