Powered by Apache

CVS log for OpenXM/src/asir-contrib/packages/src/tk_fd.rr

[BACK] Up to [local] / OpenXM / src / asir-contrib / packages / src

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.16 / (download) - annotate - [select for diffs], Sun Aug 16 07:10:22 2015 UTC (8 years, 9 months ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +127 -1 lines
Diff to previous 1.15 (colored)

tk_fd.fd_hessian2(M,A,B,C,Xval) computes
[F_D,gradient(F_D),Hessian(F_D)]
Example: hfdtest2().

Revision 1.15 / (download) - annotate - [select for diffs], Sat Feb 28 11:08:11 2015 UTC (9 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.14: +50 -2 lines
Diff to previous 1.14 (colored)

log_ahmat_abc(A,B,C,Y) returns log Z and its derivatives.
ahmat_abc(A,B,C,Y) returns [Z, a list matrix of its derivatives].
Example: log_ahmat_abc(-10,[-11,-12],26,[[1,1/2,1/3],[1,1,1]])

Revision 1.14 / (download) - annotate - [select for diffs], Wed Dec 17 00:09:53 2014 UTC (9 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

Added localf abc2ahg;

Revision 1.13 / (download) - annotate - [select for diffs], Sat Dec 13 12:42:40 2014 UTC (9 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.12: +23 -1 lines
Diff to previous 1.12 (colored)

Added a function abc2ahg(A,B,C) which gives
Amat and Beta for the A-hypergeometric system for the F_D(A,B,C).

Revision 1.12 / (download) - annotate - [select for diffs], Fri Dec 12 08:12:55 2014 UTC (9 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.11: +20 -2 lines
Diff to previous 1.11 (colored)

Added the function
expection_abc(A,B,C,Y), which evaluates
E[U_10], ..., E[U_1m]  (expectations for the second row).

Revision 1.11 / (download) - annotate - [select for diffs], Wed Aug 27 02:14:40 2014 UTC (9 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.10: +13 -5 lines
Diff to previous 1.10 (colored)

r_ahvec(A,B,C,Y) accepts some degerate parameters A,B,C.
In particular, the case of C <= 0, C \in Z is accepted.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Aug 26 06:59:56 2014 UTC (9 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.9: +13 -4 lines
Diff to previous 1.9 (colored)

ahvec_abc(A,B,C,X|all=1) evaluates normalizing constant (zero row or column are allowed).
Example:
ahvec_abc(-6,[-3,-4],-4,[[1,1/2,1/3],[1,1,1]] | all=1);

Revision 1.9 / (download) - annotate - [select for diffs], Tue Aug 26 02:36:49 2014 UTC (9 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.8: +62 -1 lines
Diff to previous 1.8 (colored)

ahvec_beta(Beta,X | all=1) returns the normalizing constant and its derivatives.
It evaluates the NC when a row sum is zero or column sums are zero as well as marginal sums
are non-degerated.

Revision 1.8 / (download) - annotate - [select for diffs], Wed Aug 20 06:54:36 2014 UTC (9 years, 9 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

USE_MODULE is set to 1.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Aug 20 06:53:22 2014 UTC (9 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.6: +299 -25 lines
Diff to previous 1.6 (colored)

Example: fvect_poly2(-5,[-4,-3],-2,[1/2,1/3]);
fvect_poly2 utilizes contiguity relation for c->c-1, a->a-1
and evaluates hg polynomial when c <= 0.
fvect_poly and ahvec call this function when c<=0.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Aug 9 09:27:48 2014 UTC (9 years, 9 months ago) by takayama
Branch: MAIN
Changes since 1.5: +326 -2 lines
Diff to previous 1.5 (colored)

Added functions to evaluate F_D like polynomials when c is a negative integer.
hgpoly_fd(A,B,C) returns [a polynomial, distributed form, variables].
atofd(F,A,B,C,Z) returns a polynomial satisfying F_D eq from hgpoly.
ygDk(X,K,A,B,C)/(-B[K-1]+1) (perhaps) gives a step down operator with respect
to b_k = B[K-1].  cf. check23().

Revision 1.5 / (download) - annotate - [select for diffs], Sat Jul 19 01:49:31 2014 UTC (9 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.4: +38 -2 lines
Diff to previous 1.4 (colored)

The option all is added to ygahvec (see the usage of ahvec).
New functions: marginal2abc and abc2marginal.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Jul 18 23:57:55 2014 UTC (9 years, 10 months ago) by takayama
Branch: MAIN
Changes since 1.3: +18 -5 lines
Diff to previous 1.3 (colored)

The option all is added to ahvec.
When F is the return value of ahvec, then F[2]*F[1] is the value of
hypergeometric polynomial.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jun 29 00:53:37 2014 UTC (9 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.2: +176 -5 lines
Diff to previous 1.2 (colored)

tk_fd.dx(1) retuns tk_fd.dx_1 (bug or specification).
The function name dx is changed to dxx to avoid this.
yg*() are implementations of Y.Goto's difference relation, which is a work in progress.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jun 4 23:44:17 2014 UTC (9 years, 11 months ago) by takayama
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 (colored)

Fixed a bug on the re-evaluation of Dmat.

Revision 1.1 / (download) - annotate - [select for diffs], Fri May 23 22:32:49 2014 UTC (10 years ago) by takayama
Branch: MAIN

tk_fdpf.rr --> tk_fd.rr
Updated the document for asir_contrib_update()
  update=1   lib-contrib
  update=2   doc-*
  update=3   lib-contrib and doc-*
  The trash folders are changed.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




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