getNonNormalisedRandomMoTBF: Ramdom MoTBF

View source: R/priorKnowledge.R

getNonNormalisedRandomMoTBFR Documentation

Ramdom MoTBF

Description

Generates a non normalized (i.e. not integrating to 1) positive MoTBF function.

Usage

getNonNormalisedRandomMoTBF(degree, POTENTIAL_TYPE = "MOP")

Arguments

degree

A "numeric" value containing the degree of the random function.

POTENTIAL_TYPE

A "character" string specifying the posibles potential types, must be one of "MOP" or "MTE".

Value

A "numeric" vector of length 2 giving the coefficients.

Examples


getNonNormalisedRandomMoTBF(8, POTENTIAL_TYPE = "MOP")
getNonNormalisedRandomMoTBF(11, POTENTIAL_TYPE = "MTE")


MoTBFs documentation built on April 18, 2022, 5:06 p.m.