TransitionCalculators: TransitionCalculators

TransitionCalculatorsR Documentation

TransitionCalculators

Description

Cross impact balance analysis runs on the assumption that a number of factors determine how the current state of the world will effect, or lead to, the future state of the world (or system in mind). However, the "scores" produced by CIB analysis can be interpretted in a variety of different ways. Here we list the various "interpretation" functions, and give a basic explaination of their use. For more details, follow the links to the individual transition calculators. All transition calculators take the same input.

Arguments

TheList

a list containing the CIB matrix, and a "shape" vector. The output of InputCibBanner is an appropriate input here.

TransRelAdj

a list containing a blank transition matrix, a relative score matrix, and an adjacency matrix. The output of MakeScoreMatrix is appropriate here. If this parameter is not input, the transition function will call MakeScoreMatrix itself.

Note

The currently available transition functions are: TransToMax, TransToMaxAdj, TransToFastestActing, DiceTransition, LocalBoltzmann, LocalLogistic, LocalArctan For details on each, please follow the respective links.

Be warned, all transition functions are liable to malfunction in the presence of unreasonably large score values (999999 or higher). If you find yourself with score values that large, please consider dividing all scores by 100 (or similar).

Author(s)

Alastair Jamieson Lane. <aja107@math.ubc.ca>

Examples

data(ExampleCIBdata)
boltzTrans<-LocalBoltzmann(ExampleCIBdata)
TransScoresAdj<-MakeScoreMatrix(ExampleCIBdata)
TransMaxAdj<-TransToMaxAdj(ExampleCIBdata,TransScoresAdj)



alastair-JL/StochasticCIB documentation built on July 27, 2023, 1:12 a.m.