|
MATSIM
|

Public Member Functions | |
| Id< T > | getId () |
| String | getCsId () |
| int | getHour () |
| double | getCountValue () |
| double | getSimulationValue () |
| double | calculateRelativeError () |
| double | calculateNormalizedRelativeError () |
| double | calculateGEHValue () |
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.
Definition at line 32 of file CountSimComparison.java.
| Id<T> org.matsim.counts.CountSimComparison< T >.getId | ( | ) |
Implemented in org.matsim.counts.CountSimComparisonImpl.
Referenced by org.matsim.counts.algorithms.CountSimComparisonLinkFilter.CountSimComparisonLinkFilter(), org.matsim.counts.algorithms.graphs.CountsSimRealPerHourGraph.createChart(), org.matsim.counts.algorithms.graphs.CountsGEHCurveGraphCreator.createGraphs(), and org.matsim.counts.algorithms.graphs.CountsLoadCurveGraphCreator.createGraphs().
| String org.matsim.counts.CountSimComparison< T >.getCsId | ( | ) |
Implemented in org.matsim.counts.CountSimComparisonImpl.
| int org.matsim.counts.CountSimComparison< T >.getHour | ( | ) |
The time at which the data was measured.
Implemented in org.matsim.counts.CountSimComparisonImpl.
Referenced by org.matsim.counts.algorithms.graphs.CountsGEHCurveGraph.add2LoadCurveDataSets(), org.matsim.counts.algorithms.graphs.CountsLoadCurveGraph.add2LoadCurveDataSets(), org.matsim.counts.ComparisonErrorStatsCalculator.ComparisonErrorStatsCalculator(), and org.matsim.counts.algorithms.graphs.CountsSimRealPerHourGraph.createChart().
| double org.matsim.counts.CountSimComparison< T >.getCountValue | ( | ) |
Implemented in org.matsim.counts.CountSimComparisonImpl.
Referenced by org.matsim.counts.algorithms.graphs.CountsLoadCurveGraph.add2LoadCurveDataSets(), org.matsim.counts.ComparisonErrorStatsCalculator.ComparisonErrorStatsCalculator(), org.matsim.counts.algorithms.graphs.CountsSimRealPerHourGraph.createChart(), and org.matsim.counts.algorithms.CountSimComparisonLinkFilter.getAggregatedCountValue().
| double org.matsim.counts.CountSimComparison< T >.getSimulationValue | ( | ) |
Implemented in org.matsim.counts.CountSimComparisonImpl.
Referenced by org.matsim.counts.algorithms.graphs.CountsLoadCurveGraph.add2LoadCurveDataSets(), org.matsim.counts.ComparisonErrorStatsCalculator.ComparisonErrorStatsCalculator(), org.matsim.counts.algorithms.graphs.CountsSimRealPerHourGraph.createChart(), and org.matsim.counts.algorithms.CountSimComparisonLinkFilter.getAggregatedSimValue().
| double org.matsim.counts.CountSimComparison< T >.calculateRelativeError | ( | ) |
Calculates the relative error.
Implemented in org.matsim.counts.CountSimComparisonImpl.
Referenced by org.matsim.counts.ComparisonErrorStatsCalculator.ComparisonErrorStatsCalculator().
| double org.matsim.counts.CountSimComparison< T >.calculateNormalizedRelativeError | ( | ) |
Calculates the normalized relative error.
Implemented in org.matsim.counts.CountSimComparisonImpl.
Referenced by org.matsim.counts.ComparisonErrorStatsCalculator.ComparisonErrorStatsCalculator().
| double org.matsim.counts.CountSimComparison< T >.calculateGEHValue | ( | ) |
Calculates the GEH value
Implemented in org.matsim.counts.CountSimComparisonImpl.
Referenced by org.matsim.counts.algorithms.graphs.CountsGEHCurveGraph.add2LoadCurveDataSets().
1.8.13