MATSIM
Public Member Functions | List of all members
org.matsim.counts.CountSimComparison< T > Interface Template Reference
Inheritance diagram for org.matsim.counts.CountSimComparison< T >:
Inheritance graph
[legend]

Public Member Functions

Id< T > getId ()
 
String getCsId ()
 
int getHour ()
 
double getCountValue ()
 
double getSimulationValue ()
 
double calculateRelativeError ()
 
double calculateNormalizedRelativeError ()
 
double calculateGEHValue ()
 

Detailed Description

Classes implementing this interface can be used to access the data needed to compare traffic counts and simulation traffic at a specific link for a one hour time step.

Author
dgrether

Definition at line 32 of file CountSimComparison.java.

Member Function Documentation

◆ getId()

◆ getCsId()

String org.matsim.counts.CountSimComparison< T >.getCsId ( )
Returns
The Id of the count station

Implemented in org.matsim.counts.CountSimComparisonImpl.

◆ getHour()

◆ getCountValue()

double org.matsim.counts.CountSimComparison< T >.getCountValue ( )

◆ getSimulationValue()

double org.matsim.counts.CountSimComparison< T >.getSimulationValue ( )

◆ calculateRelativeError()

double org.matsim.counts.CountSimComparison< T >.calculateRelativeError ( )

Calculates the relative error.

Returns
the relative error

Implemented in org.matsim.counts.CountSimComparisonImpl.

Referenced by org.matsim.counts.ComparisonErrorStatsCalculator.ComparisonErrorStatsCalculator().

◆ calculateNormalizedRelativeError()

double org.matsim.counts.CountSimComparison< T >.calculateNormalizedRelativeError ( )

Calculates the normalized relative error.

Returns
the normalized relative error

Implemented in org.matsim.counts.CountSimComparisonImpl.

Referenced by org.matsim.counts.ComparisonErrorStatsCalculator.ComparisonErrorStatsCalculator().

◆ calculateGEHValue()

double org.matsim.counts.CountSimComparison< T >.calculateGEHValue ( )

Calculates the GEH value

Returns
the GEH value

Implemented in org.matsim.counts.CountSimComparisonImpl.

Referenced by org.matsim.counts.algorithms.graphs.CountsGEHCurveGraph.add2LoadCurveDataSets().


The documentation for this interface was generated from the following file: