belplauHFast: Calculate belief, disbelief, unknown, plausibility,...

View source: R/RcppExports.R

belplauHFastR Documentation

Calculate belief, disbelief, unknown, plausibility, plausibility ratio

Description

Calculate belief, disbelief, unknown, plausibility, plausibility ratio

Arguments

MACC

Vector of masses e.g. x$m

W2

Description matrix e.g. x$tt

h

Hypotheses to be tested, same format as x$tt

display_progress

Whether to show progress bar

Value

A matrix of M rows by 5 columns is returned, where M is the number of hypothesis tested:

  • Column 1: the degree of Belief bel;

  • Column 2: the degree of Disbellief (belief in favor of the contrary hypothesis) disbel;

  • Column 3: the degree of Epistemic uncertainty unc;

  • Column 4: the degree of Plausibility plau;

  • Column 5: the Plausibility ratio rplau.

Examples

1

RAPLER/dst-1 documentation built on June 2, 2025, 9:22 a.m.