Show
Ignore:
Timestamp:
05/27/10 23:08:07 (14 years ago)
Author:
smidl
Message:

UI for ldmat - use it in egiw

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/stat/exp_family.h

    r1013 r1015  
    443443        \code 
    444444        class = 'egiw'; 
    445         V     = [];               // square matrix 
    446         dV    = [];               // vector of diagonal of V (when V not given) 
    447         nu    = [];               // scalar \nu ((almost) degrees of freedom) 
     445        V.L     = [];             // L part of matrix V 
     446        V.D     = [];             // D part of matrix V 
     447        -or- V  = []              // full matrix V 
     448        -or- dV = [];               // vector of diagonal of V (when V not given) 
     449        nu      = [];               // scalar \nu ((almost) degrees of freedom) 
    448450                                                          // when missing, it will be computed to obtain proper pdf 
    449         dimx  = [];               // dimension of the wishart part 
     451        dimx    = [];               // dimension of the wishart part 
    450452        rv = RV({'name'})         // description of RV 
    451453        rvc = RV({'name'})        // description of RV in condition 
    452         log_level = 'tri';                // set the level of logged details 
    453454        \endcode 
    454455