Uses of Record Class
org.episteme.social.economics.TradeFlowAnalyzer.Country
Packages that use TradeFlowAnalyzer.Country
Package
Description
Provides comprehensive mathematical models for economic systems, agent-based
modeling, and financial analysis.
-
Uses of TradeFlowAnalyzer.Country in org.episteme.social.economics
Methods in org.episteme.social.economics that return TradeFlowAnalyzer.CountryModifier and TypeMethodDescriptionTradeFlowAnalyzer.GravityModelResult.destination()Returns the value of thedestinationrecord component.TradeFlowAnalyzer.TradeFlow.exporter()Returns the value of theexporterrecord component.TradeFlowAnalyzer.TradeFlow.importer()Returns the value of theimporterrecord component.TradeFlowAnalyzer.GravityModelResult.origin()Returns the value of theoriginrecord component.Methods in org.episteme.social.economics with parameters of type TradeFlowAnalyzer.CountryModifier and TypeMethodDescriptionstatic RealTradeFlowAnalyzer.predictExtendedGravity(TradeFlowAnalyzer.Country exporter, TradeFlowAnalyzer.Country importer, Real gravityConstant, double distanceExponent, boolean commonLanguage, boolean commonBorder, boolean tradeAgreement) Extended gravity model with additional factors.static RealTradeFlowAnalyzer.predictGravityModel(TradeFlowAnalyzer.Country exporter, TradeFlowAnalyzer.Country importer, Real gravityConstant, double distanceExponent) Gravity model prediction for bilateral trade.Constructors in org.episteme.social.economics with parameters of type TradeFlowAnalyzer.CountryModifierConstructorDescriptionGravityModelResult(TradeFlowAnalyzer.Country origin, TradeFlowAnalyzer.Country destination, Real predictedFlow, Real actualFlow, Real residual) Creates an instance of aGravityModelResultrecord class.TradeFlow(TradeFlowAnalyzer.Country exporter, TradeFlowAnalyzer.Country importer, Real value, int year) Creates an instance of aTradeFlowrecord class.