powered by
Built-in moment functions
dist.moment( dist = "log", ..., exact = ifelse(dist == "log", TRUE, FALSE), lambda = NULL )
moment
Selection of built-in distributions.
passed to moment()
If there is an exact moment generating function, use that. Default TRUE only for log
shape parameter for nonmemboxcox()
dist.moment("log", u = 2, v = 0.2, n = 2) dist.moment("logit", u = 0.5, v = 0.2, n = 1)
Run the code above in your browser using DataLab