fern.example
Class Dsmts

java.lang.Object
  extended by fern.example.Dsmts

public class Dsmts
extends Object

Perform a series of tests (refer to http://www.calibayes.ncl.ac.uk/Resources/dsmts). You have to specify the path to the unpacked dsmts archive. The method test produces one line of text containing the test results for each species in the model. If specified, it also produces 4 plots:

It may be wise to leave the producePlot flag set to false in the for loop because for each test model 4 windows will pop up!


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

Constructor Detail

Dsmts

public Dsmts()
Method Detail

main

public static void main(String[] args)
                 throws IOException
Throws:
IOException