FMTfunctions {ibelief} | R Documentation |
Use the Fast Mobius Transformation to convert one measure to another one
beltob(InputVec)
beltom(InputVec)
beltopl(InputVec)
beltoq(InputVec)
btobel (InputVec)
btom(InputVec)
btopl (InputVec)
btoq (InputVec)
btov(InputVec)
mtob (InputVec)
mtobel(InputVec)
mtobetp(InputVec)
mtonm(InputVec)
mtopl(InputVec)
mtoq (InputVec)
mtov (InputVec)
mtow (InputVec)
pltob(InputVec)
pltobel(InputVec)
pltom(InputVec)
pltoq (InputVec)
qtom (InputVec)
qtow(InputVec)
vtob(InputVec)
vtom (InputVec)
wtom (InputVec)
wtoq(InputVec)
InputVec |
the measure to transform, e.g., mass, bel function, plausibility function, etc. |
The associated converted new measure
Mass=RandomMass(nbFocalElement=3, ThetaSize=3, nbMass=4, Type=1)
mass=mtobel(Mass)
qvec=mtoq(mass)
mass=qtom(qvec)