getNonNormalisedRandomMoTBF {MoTBFs} | R 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 |
POTENTIAL_TYPE |
A |
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.4.1 Index]