June 21, 1999 Ver 1.0
Author:M.Ozawa
Contents

T-note List/Mat access libraries reference

List data access libraries
int GetLstSize( int no );
int GetLstOBCD( int no, int line, OBCD *data);
int SetLstOBCD( int no, int line, OBCD*data);
int MakeLst( int no, int line ); (new!)
void DelLst( int no ); (new!)
int MakeLstAns( int line ); (sorry! delete)
void DelLstAns( void ); (sorry! delete)


Matrix data access libraries
int GetMatSizeN( int mat, int *m, int *n );
int GetMatOBCD( int mat, int m, int n, OBCD *data);
int SetMatOBCD( int mat, int m, int n, OBCD*data);
int MakeMatN( int mat, int m, int n); (new!)
void DelMatN( int mat ); (new!)
int MakeMatAns( int m, int n); (sorry! delete)
void DelMatAns( void ); (sorry! delete)



Test function calling sequence

Z Test
int ZTest_1s( int type, ZTEST1s *dat);
int ZTest_2s( int type, ZTEST2s *dat);
int ZTest_1p( int type, ZTEST1p *dat);
int ZTest_2p( int type, ZTEST2p *dat);

t Test
int tTest_1s( int type, tTEST1s *dat);
int tTest_2s( int type, tTEST2s *dat);
int tTest_lin( int type, tTESTlin *dat);

Chi-square Test
int ChiTest( int type, chiTEST *dat);

F Test
int FTest( int type, FTEST *dat);

Analysis of variance
int onewayANOVA_test( int type, ANOVA1w *dat);
int twowayANOVA_test( int type, ANOVA2w *dat);


Confidence Interval function calling sequence

Z Confidence Interval
int ZInterval_1s( int type, ZINTR1s *dat);
int ZInterval_2s( int type, ZINTR2s *dat);
int ZInterval_1p( int type, ZINTR1p *dat);
int ZInterval_2p( int type, ZINTR2p *dat);

t Confidence Interval
int tInterval_1s( int type, tINTR1s *dat);
int tInterval_2s( int type, tINTR2s *dat);


Distribution function calling sequence

Normal Distribution
int NormPDist( int type, NDIST *dat);
int NormCDist( int type, NDIST *dat);
int InvNormDist( int type, NDIST *dat);

Student-t Distribution
int tPDist( int type, TDIST *dat);
int tCDist( int type, TDIST *dat);

Chi-square Distribution
int ChiPDist( int type, chiDIST *dat);
int ChiCDist( int type, chiDIST *dat);

F Distribution
int FPDist( int type, FDIST *dat);
int FCDist( int type, FDIST *dat);

Binomial Distribution
int BinoPDist( int type, BDIST *dat);
int BinoCDist( int type, BDIST *dat);

Poisson Distribution
int PoissonPDist( int type, PDIST *dat);
int PoissonCDist( int type, PDIST *dat);

Geometric Distribution
int GeoPDist( int type, GDIST *dat);
int GeoCDist( int type, GDIST *dat);