View source: R/class_remnantErrorModel.R
remnantErrorModel | R Documentation |
Creates a new instance of a 'remnantErrorModel' object
remnantErrorModel(
fname = "Config_RemnantSigma.txt",
funk = "Linear",
par = list(parameter("g1", 1, prior.dist = "FlatPrior+"), parameter("g2", 0.1,
prior.dist = "FlatPrior+"))
)
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 |
An object of class 'remnantErrorModel'.
r <- remnantErrorModel()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.