dist.moment: Built-in moment functions

View source: R/dist.moment.R

dist.momentR Documentation

Built-in moment functions

Description

Built-in moment functions

Usage

dist.moment(
  dist = "log",
  ...,
  exact = ifelse(dist == "log", TRUE, FALSE),
  lambda = NULL
)

Arguments

dist

Selection of built-in distributions.

...

passed to moment()

exact

If there is an exact moment generating function, use that. Default TRUE only for log

lambda

shape parameter for nonmemboxcox()

Value

moment


pmxcv documentation built on May 29, 2024, 7:28 a.m.