FMTfunctions: Fast Mobius Transform

Description Usage Arguments Value Examples

Description

Use the Fast Mobius Transformation to convert one measure to another one

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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

1
2
3
4
	Mass=RandomMass(nbFocalElement=3, ThetaSize=3, nbMass=4, Type=1)
	mass=mtobel(Mass)
	qvec=mtoq(mass)
	mass=qtom(qvec)

Example output



ibelief documentation built on Jan. 7, 2021, 9:07 a.m.