├── LICENSE ├── README.md ├── Toolbox Readme.pdf ├── arrayToContactSeq.m ├── betweennessCentrality.m ├── broadcastRecieveCentrality.m ├── burstiness.m ├── closenessCentrality.m ├── forwardLatency.m ├── forwardLatencyComputations.m ├── informationLatency.m ├── informationView.m ├── isStronglyConnected.m ├── isWeaklyConnected.m ├── latency.m ├── latencyComputations.m ├── listAllMotifs.m ├── makeReachabilityArray.m ├── networksFromContacts.m ├── plotArcNetwork.m ├── plotDNarc.m ├── plotDNarc_dir.m ├── plotDNline.m ├── randomDN.m ├── randomPermutedTimes.m ├── randomizedEdges.m ├── reachabilityAtTimeT.m ├── reachabilityGraph.m ├── ringDN.m ├── setOfInfluence.m ├── shuffledTimeSteps.m ├── sourceSet.m ├── temporalCorrelation.m ├── temporalSmallWorldness.m ├── thresholdMatDensity.m └── timeAggregate_bin.m /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/README.md -------------------------------------------------------------------------------- /Toolbox Readme.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/Toolbox Readme.pdf -------------------------------------------------------------------------------- /arrayToContactSeq.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/arrayToContactSeq.m -------------------------------------------------------------------------------- /betweennessCentrality.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/betweennessCentrality.m -------------------------------------------------------------------------------- /broadcastRecieveCentrality.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/broadcastRecieveCentrality.m -------------------------------------------------------------------------------- /burstiness.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/burstiness.m -------------------------------------------------------------------------------- /closenessCentrality.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/closenessCentrality.m -------------------------------------------------------------------------------- /forwardLatency.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/forwardLatency.m -------------------------------------------------------------------------------- /forwardLatencyComputations.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/forwardLatencyComputations.m -------------------------------------------------------------------------------- /informationLatency.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/informationLatency.m -------------------------------------------------------------------------------- /informationView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/informationView.m -------------------------------------------------------------------------------- /isStronglyConnected.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/isStronglyConnected.m -------------------------------------------------------------------------------- /isWeaklyConnected.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/isWeaklyConnected.m -------------------------------------------------------------------------------- /latency.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/latency.m -------------------------------------------------------------------------------- /latencyComputations.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/latencyComputations.m -------------------------------------------------------------------------------- /listAllMotifs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/listAllMotifs.m -------------------------------------------------------------------------------- /makeReachabilityArray.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/makeReachabilityArray.m -------------------------------------------------------------------------------- /networksFromContacts.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/networksFromContacts.m -------------------------------------------------------------------------------- /plotArcNetwork.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/plotArcNetwork.m -------------------------------------------------------------------------------- /plotDNarc.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/plotDNarc.m -------------------------------------------------------------------------------- /plotDNarc_dir.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/plotDNarc_dir.m -------------------------------------------------------------------------------- /plotDNline.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/plotDNline.m -------------------------------------------------------------------------------- /randomDN.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/randomDN.m -------------------------------------------------------------------------------- /randomPermutedTimes.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/randomPermutedTimes.m -------------------------------------------------------------------------------- /randomizedEdges.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/randomizedEdges.m -------------------------------------------------------------------------------- /reachabilityAtTimeT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/reachabilityAtTimeT.m -------------------------------------------------------------------------------- /reachabilityGraph.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/reachabilityGraph.m -------------------------------------------------------------------------------- /ringDN.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/ringDN.m -------------------------------------------------------------------------------- /setOfInfluence.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/setOfInfluence.m -------------------------------------------------------------------------------- /shuffledTimeSteps.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/shuffledTimeSteps.m -------------------------------------------------------------------------------- /sourceSet.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/sourceSet.m -------------------------------------------------------------------------------- /temporalCorrelation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/temporalCorrelation.m -------------------------------------------------------------------------------- /temporalSmallWorldness.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/temporalSmallWorldness.m -------------------------------------------------------------------------------- /thresholdMatDensity.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/thresholdMatDensity.m -------------------------------------------------------------------------------- /timeAggregate_bin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/asizemore/Dynamic-Graph-Metrics/HEAD/timeAggregate_bin.m --------------------------------------------------------------------------------