汪群超 Chun-Chao Wang

Dept. of Statistics, National Taipei University, Taiwan

Software to Share

  1. MATLAB package for multivariate normality test:  TMVN.zip  revised April 6, 2016 (type TMVN in the command window to start the package )
  2. 多變量常態的多重檢定實證研究」(中國統計學報 2023.03)相關的 MATLAB 程式:連結到 github
  3. Coding Math 教學投影片

2 comments on “Software to Share

  1. Gene
    2016/03/31

    Great toolbox. Thanks!
    You may want to substitute current lines for:
    if isnan(s) % user does not enter any seed, use a random seed
    myseed=sum(100*clock);
    else % user seed to repeat the same computation
    myseed=seed;
    end
    if verLessThan(‘matlab’,’8.0′)
    RandStream.setDefaultStream(RandStream(‘mt19937ar’,’seed’,myseed));
    else
    RandStream.setGlobalStream(RandStream(‘mt19937ar’,’seed’,myseed));
    end
    in TMVN.m and multi_norm_sample_from.m. Otherwise, modern ML stops with errors.

    • ntpuccw
      2016/04/06

      Thanks for valuable suggestions. Will do it ~

Leave a comment

商學院  7F16
ccw@gm.ntpu.edu.tw
(02)8674-1111 
ext 66777

部落格統計

  • 174,039 點擊次數