Package sir.estimate

Contains the LadyBug program and all file I/O.

See:
          Description

Interface Summary
DataFileSpecConstants  
OptionsFileSpecConstants  
 

Class Summary
DataFileSpec Used to have plenty of classes here, but for now DataileSpec is all we need It is a JavaCC encoding of the grammar specifying recovery and infection times for each individual individual with such recordings.
DataFileSpecTokenManager  
LadyBug This class implements estimation of the parameters in a SIR epidemic.
Options Title: Options object.
OptionsFileSpec Used to have plenty of classes here, but for now OptionsFileSpec is all we need It is a JavaCC encoding of the grammar specifying Recovery Time Files.
OptionsFileSpecTokenManager  
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
Token Describes the input token stream.
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
TokenMgrError  
 

Package sir.estimate Description

Contains the LadyBug program and all file I/O.

Package Specification

This package contains all the file I/O related matters. The compiled javacc grammar files provide the specification for the ".data" and the ".sir" files. Author: Michael Höhle <hoehle@stat.uni-muenchen.de>
Date: 6 April 2004

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: