gtt_ekn Manual
Edition : 2016.03.28
Y.Goto, Y.Tachibana, N.Takayama
@overfullrule=0pt
1 Function Manual
1.1 Outline
1.2 Notation
1.3 Functions
1.3.1 gtt_ekn.nc
- gtt_ekn.nc(beta,p)
:: It returns the value of the normalizing contant and its derivatives
of the conditional hypergeometric distribution of two way contingecy tables
with fixed marginals
- return
[Z,[[d_11 Z, d_12 Z, ...], ..., [d_m1 Z, d_m2 Z, ...., d_mn Z]]]
- beta
List of row sums and column sums. All entries must be positive integer.
- p
The probabilities of the cells of the table.
- Details have not been written. See Japanse documents.
2x3 contingency table with the row sum [4,5] and the column sum [2,4,3].
[2237] gtt_ekn.nc([[4,5],[2,4,3]],[[1,1/2,1/3],[1,1,1]]);
[4483/124416,[ 353/7776 1961/15552 185/1728 ]
[ 553/20736 1261/15552 1001/13824 ]]
English translation for other functions has not yet been written.
Index
Table of Contents
Short Table of Contents
About This Document
This document was generated on March 30, 2017 using texi2html 5.0.
The buttons in the navigation panels have the following meaning:
Button |
Name |
Go to |
From 1.2.3 go to |
[ << ] |
FastBack |
Beginning of this chapter or previous chapter |
1 |
[ < ] |
Back |
Previous section in reading order |
1.2.2 |
[ Up ] |
Up |
Up section |
1.2 |
[ > ] |
Forward |
Next section in reading order |
1.2.4 |
[ >> ] |
FastForward |
Next chapter |
2 |
[Top] |
Top |
Cover (top) of document |
|
[Contents] |
Contents |
Table of contents |
|
[Index] |
Index |
Index |
|
[ ? ] |
About |
About (help) |
|
where the Example assumes that the current position is at Subsubsection One-Two-Three of a document of the following structure:
- 1. Section One
- 1.1 Subsection One-One
- 1.2 Subsection One-Two
- 1.2.1 Subsubsection One-Two-One
- 1.2.2 Subsubsection One-Two-Two
- 1.2.3 Subsubsection One-Two-Three
<== Current Position
- 1.2.4 Subsubsection One-Two-Four
- 1.3 Subsection One-Three
- 1.4 Subsection One-Four
This document was generated on March 30, 2017 using texi2html 5.0.