Documentation for /home/davin/idl/socware/

Generated by IDLdoc

Directory: projects/iugonet/tools/statistical_package/

Contents

.pro files

change_point_checker.pro
difference_test.pro

Name:  difference_testPurpose: 平均値検定を行うプログラム。 χ二乗検定によって正規分布との適合を検定する。 どちらも正規分布に従う場合はWelch検定 どちらかが正規分布に従わない場合はマンホイットニー検定のみを用いる。Syntax: difference_test,x,y,result,sl=**Keywords: result:検定結果を'0':ウェルチ検定使用-判定は異,'1':ウェルチ検定使用-判定は同,'2':マンホイットニー-異,'3':マンホイットニー-同、で返す sl:有意水準。指定しない場合はsl=0.05で検定。 test_sel:行う検定を指定。'2'はマンホイットニー検定、'1'はウェルチ検定、'0'はχ二乗検定によって正規分布との適合を検定 2012/12/13 改変 by 濵口

mann_whitney_test.pro

NAME: Mann_Whitney_testPURPOSE: Test the difference for distributions between two data sets.

normality_test.pro

NAME normality_testPURPOSE Test whether time-series data obey the normal distribution or not with the chi-square goodness-of-fit test.

s_trans.pro

NAME:s_transPURPOSE: Calculate the local power spectrum for given time-series data and return the structure which contains {st:, ph: freq:, time:} where st is the S Transform.

trend_test.pro

NAME: trend_testPURPOSE: Test the trend of the data.

uchange_point_checker.pro

NAME:uchange_point_checkerPURPOSE:Identify the change point of time-serise data.

ucross_cor.pro

NAME:ucross_corPURPOSE: Calculate the cross correlation between two time-serise data and perform a test of correlation.

udata_interpolation.pro

NAME:udata_interpolationPURPOSE: Perform the data interpolation for two time-serise data.

udifference_test.pro

NAME:  udifference_testPURPOSE: Perform the difference test for two pairs of time-series data sets and test the fit of a normal distribution by χ-square test If both data sets obey the normal distribution, the Welch test is applied.

uspec_coh.pro

NAME:uspec_cohPURPOSE: Calculate the coherence and phase difference between two time-serise data.

ustrans_pwrspc.pro

PROCEDURE: ustrans_pwrspc, varname, newname = newnamePURPOSE: Calculate the local power spectrum for given time-series data and return the structure which contains {st:, ph: freq:, time:} where st is the S Transform and store the tplot variable.

utrend_test.pro

NAME:utrend_testPURPOSE:Test whether there is a significant trend of time-serise data or not.

welch_test.pro

NAME: welch_testPURPOSE: Test whether two pairs of average value of time series data is the same or.