Package jas.statistics

The statistical package is delegated to collect data from simulation and to compute statistics on the fly.

See:
          Description

Interface Summary
ICollectionFilter A collection filter is used by the CrossSection class to filter elements of the source collection.
IDoubleArraySource Used by statistical object to access array of double values.
IDoubleSource Used by statistical object to access double data.
IFloatArraySource Used by statistical object to access array of float values.
IFloatSource Used by statistical object to access float data.
IIntArraySource Used by statistical object to access array of integer values.
IIntSource Used by statistical object to access integer data.
ILongArraySource Used by statistical object to access array of long values.
ILongSource Used by statistical object to access long data.
ISourceObjectArray Used by jas.statistics.db package objects to obtain the reference of the sources of a CrossSection.
IStringSource Used by statistical object to access string data.
IUpdatableSource An updatable source is a class implementing one of the I*Source interfaces, which needs to be updated to refresh its data.
 

Class Summary
CrossSection A cross section is a collection of values each of them representing the status of a given variable of an element of a collection of agents.
CrossSection.Double  
CrossSection.Float  
CrossSection.Integer  
CrossSection.Long  
Series A series is a sequential collection of values coming from a given variable source over time.
Series.Double  
Series.Float  
Series.Integer  
Series.Long  
TimeChecker The time checker is used by all the classes implementing the IUpdatableSource interface to avoid repetitive updates.
TimeSeries It is a collection of series (data panel).
 

Package jas.statistics Description

The statistical package is delegated to collect data from simulation and to compute statistics on the fly.
See the "How to use jas.statistics" for more details.