Nothing
### actuar: Actuarial Functions and Heavy Tailed Distributions
###
### Definition of the {m,lev}weibull functions to compute raw and
### limited moments for the Weibull distribution (as defined in R).
###
### See Appendix A of Klugman, Panjer & Willmot, Loss Models, Wiley.
###
### AUTHORS: Mathieu Pigeon, Vincent Goulet <vincent.goulet@act.ulaval.ca>
mweibull <- function(order, shape, scale = 1)
.External(C_actuar_do_dpq, "mweibull", order, shape, scale, FALSE)
levweibull <- function(limit, shape, scale = 1, order = 1)
.External(C_actuar_do_dpq, "levweibull", limit, shape, scale, order, FALSE)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.