moment_fmx function

Moment of Each Component in an fmx Object

Moment of Each Component in an fmx Object

To find moments of each component in an fmx object.

moment_fmx(object)

Arguments

  • object: an fmx object

Returns

Function moment_fmx() returns a moment object.

Details

Function moment_fmx() calculates the moment s and distribution characteristics of each mixture component of an S4 fmx object.

Examples

(d2 = fmx('GH', A = c(1,6), B = 2, g = c(0,.3), h = c(.2,0), w = c(1,2))) moment_fmx(d2)
  • Maintainer: Tingting Zhan
  • License: GPL-2
  • Last published: 2025-03-15

Useful links