MoTBFs (version 1.2)

getNonNormalisedRandomMoTBF: Ramdom MoTBF

Description

Get an MoTBF function ensuring positives values without being a normalized 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

Run this code
# NOT RUN {
getNonNormalisedRandomMoTBF(8, POTENTIAL_TYPE = "MOP")
getNonNormalisedRandomMoTBF(11, POTENTIAL_TYPE = "MTE")

# }

Run the code above in your browser using DataCamp Workspace