getNonNormalisedRandomMoTBF {MoTBFs}R Documentation

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


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


[Package MoTBFs version 1.2 Index]