remnantErrorModel {RBaM} | R Documentation |
remnantErrorModel object constructor.
Description
Creates a new instance of a 'remnantErrorModel' object
Usage
remnantErrorModel(
fname = "Config_RemnantSigma.txt",
funk = "Linear",
par = list(parameter("g1", 1, prior.dist = "FlatPrior+"), parameter("g2", 0.1,
prior.dist = "FlatPrior+"))
)
Arguments
fname |
Character, configuration file name. |
funk |
Character, function f used in remnant sdev = f(Ysim). Available: 'Constant', 'Proportional', 'Linear' (default), 'Exponential', 'Gaussian'. |
par |
list of parameter objects, parameters of the function above. respectively, npar= 1,1,2,3,3 |
Value
An object of class 'remnantErrorModel'.
Examples
r <- remnantErrorModel()
[Package RBaM version 1.0.1 Index]