Go to the first, previous, next, last section, table of contents.


tk_fd.ahvec_abc

tk_fd.ahvec_abc(A,B,C,Y | all=1)
:: abc2marginal(A, B,C) を周辺和にもつ (2,m+1) 分割表全体についての正規化定数 Z, および Z の変数 Y[1][0], ..., Y[1][m] (2番目の行)についての偏微分を計算する.
return
リスト Ans
A
B
数のリスト. 長さは m.
C
Y
(2,m+1) 変数値をあらわすリストのリスト.
[2449] marginal2abc([3,12],[6,3,3,3]);
[-3,[-3,-3,-3],4]

[2450] tk_fd.ahvec_abc(-3,[-3,-3,-3],4,[[1,1/2,1/3,1/4],[1,1,1,1]]);
[[ 24041/1152 143551/11520 16973/1280 78827/5760 ],1/7776]

[2451] expectation_abc(-3,[-3,-3,-3],4,[[1,1/2,1/3,1/4],[1,1,1,1]]);
[721230/173593,430653/173593,458271/173593,67566/24799]
参照
@xref{expectation_abc}

ChangeLog


Go to the first, previous, next, last section, table of contents.