ecld.from allows you to pass the parameters from an existing ecd object.
ecld.validate checks if an object is ecld class.
ecld(lambda = 3, sigma = 1, beta = 0, mu = 0, with.ecd = FALSE, with.mu_D = FALSE, with.RN = FALSE, is.sged = FALSE, verbose = FALSE)
ecld.from(object, with.ecd = FALSE, with.mu_D = FALSE, with.RN = FALSE, verbose = FALSE)
ecld.validate(object, sged.allowed = FALSE, sged.only = FALSE)FALSE.FALSE.
If TRUE, this flag supercedes with.ecd.
Also mu must set to zero.FALSE.
If TRUE, this flag supercedes with.mu_D.TRUE, interpret parameters as SGED.FALSE.ecld.validate to indicate if the function allows SGED.ecld.validate to indicate if the function is only for SGED.ld <- ecld()
ld <- ecld(2, 0.01)
Run the code above in your browser using DataLab