| FMTfunctions {ibelief} | R Documentation | 
Fast Mobius Transform
Description
Use the Fast Mobius Transformation to convert one measure to another one
Usage
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)
Arguments
| InputVec | the measure to transform, e.g., mass, bel function, plausibility function, etc. | 
Value
The associated converted new measure
Examples
	Mass=RandomMass(nbFocalElement=3, ThetaSize=3, nbMass=4, Type=1)
	mass=mtobel(Mass)
	qvec=mtoq(mass)
	mass=qtom(qvec)
[Package ibelief version 1.3.1 Index]