[BACK]Return to gtt_ekn-en.texi CVS log [TXT][DIR] Up to [local] / OpenXM / src / asir-contrib / packages / doc / gtt_ekn

Annotation of OpenXM/src/asir-contrib/packages/doc/gtt_ekn/gtt_ekn-en.texi, Revision 1.1

1.1     ! takayama    1: \input texinfo
        !             2: @def@colon{:}
        !             3:
        !             4: @iftex
        !             5: @catcode`@#=6
        !             6: @def@b#1{{@bf@gt #1}}
        !             7: @catcode`@#=@other
        !             8: @end iftex
        !             9: @overfullrule=0pt
        !            10: @setfilename asir-contrib-gtt_ekn
        !            11: @settitle gtt_ekn Manual
        !            12: @titlepage
        !            13: @title gtt_ekn Manual
        !            14: @subtitle Edition : 2016.03.28
        !            15: @author Y.Goto, Y.Tachibana, N.Takayama
        !            16: @end titlepage
        !            17:
        !            18: @synindex vr fn
        !            19: @node Top,, (dir), (dir)
        !            20:
        !            21: @menu
        !            22: * Function Manual::
        !            23: * Index::
        !            24: @end menu
        !            25:
        !            26: @node Function Manual,,, Top
        !            27: @chapter Function Manual
        !            28:
        !            29: @menu
        !            30: * Outline::
        !            31: * Notation::
        !            32: * Functions::
        !            33: @end menu
        !            34:
        !            35: @node Outline,,, Function Manual
        !            36: @section Outline
        !            37:
        !            38:
        !            39:
        !            40: @node Notation,,,Function Manual
        !            41: @section Notation
        !            42:
        !            43: @node Functions,,, Function Manual
        !            44: @section Functions
        !            45:
        !            46: @menu
        !            47: * gtt_ekn.nc::
        !            48: @end menu
        !            49:
        !            50: @node intersect,,, Functions
        !            51:
        !            52: @node gtt_ekn.nc,,, Functions
        !            53: @subsection @code{gtt_ekn.nc}
        !            54: @findex gtt_ekn.nc
        !            55:
        !            56: @table @t
        !            57: @item gtt_ekn.nc(@var{beta},@var{p})
        !            58: :: It returns the value of the normalizing contant and its derivatives
        !            59: of the conditional hypergeometric distribution of two way contingecy tables
        !            60: with fixed marginals
        !            61: @end table
        !            62:
        !            63: @table @var
        !            64: @item return
        !            65: [Z,[[d_11 Z, d_12 Z, ...], ..., [d_m1 Z, d_m2 Z, ...., d_mn Z]]]
        !            66: @item @var{beta}
        !            67: List of row sums and column sums. All entries must be positive integer.
        !            68: @item @var{p}
        !            69: The probabilities of the cells of the table.
        !            70: @end table
        !            71:
        !            72: @itemize @bullet
        !            73: @item  Details have not been written. See Japanse documents.
        !            74: @end itemize
        !            75:
        !            76: 2x3 contingency table with the row sum [4,5] and the column sum [2,4,3].
        !            77: @example
        !            78: [2237] gtt_ekn.nc([[4,5],[2,4,3]],[[1,1/2,1/3],[1,1,1]]);
        !            79: [4483/124416,[ 353/7776 1961/15552 185/1728 ]
        !            80: [ 553/20736 1261/15552 1001/13824 ]]
        !            81: @end example
        !            82:
        !            83: English translation for other functions has not yet been written.
        !            84:
        !            85:
        !            86: @node Index,,, Top
        !            87: @unnumbered Index
        !            88: @printindex fn
        !            89: @printindex cp
        !            90: @iftex
        !            91: @vfill @eject
        !            92: @end iftex
        !            93: @summarycontents
        !            94: @contents
        !            95:
        !            96: @bye

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>