MOM2CUM is the jCommon module of jLab.

 MOM2CUM  Convert moments to cumulants. 
 
    [K0,K1,...KN]=MOM2CUM(M0,M1,...MN) converts the first N moments 
    M0,M1,...MN into the first N cumulants K0,K1,...KN.
 
    The MN and KN are all scalars or arrays of the same size.
 
    Note for a probability density function, M0=1 and K0=0.
 
    KCELL=MOM2CUM(MCELL), where MCELL is a cell array whose (N+1)th
    is the Nth moment, returns a similar cell array of cumulants.
 
    MOM2CUM is inverted by CUM2MOM.
 
    See also CUM2MOM, BELLPOLY.
 
    'mom2cum --t' runs a test.
 
    Usage: [k0,k1,k2]=mom2cum(m0,m1,m2);
           kcell=mom2cum(mcell);
    __________________________________________________________________
    This is part of JLAB --- type 'help jlab' for more information
    (C) 2008--2016 J.M. Lilly --- type 'help jlab_license' for details

contents | allhelp | index