Powered by Apache

CVS log for OpenXM/src/hgm/mh/src/sfile.h

[BACK] Up to [local] / OpenXM / src / hgm / mh / src

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.17 / (download) - annotate - [select for diffs], Wed Jun 1 00:50:19 2016 UTC (8 years ago) by takayama
Branch: MAIN
CVS Tags: HEAD
Changes since 1.16: +4 -3 lines
Diff to previous 1.16 (colored)

A bug fix of the radius.

Revision 1.16 / (download) - annotate - [select for diffs], Mon May 30 00:38:18 2016 UTC (8 years ago) by takayama
Branch: MAIN
Changes since 1.15: +6 -1 lines
Diff to previous 1.15 (colored)

If evaluation of pFq is near the radius of convergence, it outputs the warning.
See SERIES_ADMISSIBLE_RADIUS.
Example:
plot(hgm.p2wishart(m=2,beta=c(20,0.03),q0=0.3,q=300,autoplot=1))
plot(hgm.p2wishart(m=2,beta=c(20,0.03),q0=0.1,q=300,autoplot=1))

Revision 1.15 / (download) - annotate - [select for diffs], Tue Mar 24 05:59:43 2015 UTC (9 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

printf --> oxprintf
fprintf(stderr, --> oxprintf(

Revision 1.14 / (download) - annotate - [select for diffs], Thu Mar 20 09:37:16 2014 UTC (10 years, 3 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

relerror is automatically set for a given assigned_series_error.
See screenflow log at fe.

Revision 1.13 / (download) - annotate - [select for diffs], Mon Mar 17 02:49:39 2014 UTC (10 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.12: +3 -1 lines
Diff to previous 1.12 (colored)

Changed default values of parameters.
automatic=1
x0value_min=1e-60
SIGDIGIT_DEFAULT depends on ASSIGNED_SERIES_ERROR_DEFAULT.
Mapprox >= M_n (number of variables).

Added an example used in the paper (m=10).

Revision 1.12 / (download) - annotate - [select for diffs], Sat Mar 15 00:43:47 2014 UTC (10 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.11: +5 -1 lines
Diff to previous 1.11 (colored)

A parser of idata is added.
strategy=1 is the default.
x0value_min is changed to 1e-30.
Output several diagnostic data (estimated step size, ...)

Revision 1.11 / (download) - annotate - [select for diffs], Fri Mar 14 05:58:16 2014 UTC (10 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.10: +4 -1 lines
Diff to previous 1.10 (colored)

A parser is added to --idata.
%% or # is a comment.
, or space are delimiter.
%name is the variable id.
See TestData/tmp-idata2.txt as to examples.

Revision 1.10 / (download) - annotate - [select for diffs], Fri Mar 14 02:21:40 2014 UTC (10 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.9: +15 -1 lines
Diff to previous 1.9 (colored)

mh_parse for parsing input files is added.
See main() in sfile.c.
In order to executing a demo, make test3 and ./test3

Revision 1.9 / (download) - annotate - [select for diffs], Tue Mar 11 05:20:45 2014 UTC (10 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.8: +2 -1 lines
Diff to previous 1.8 (colored)

hgm_jack-n accepts the option --automatic 1.
This mode looks for acceptable values for --degree and --x0
with heuristics.  See mh_t in jack-n.c.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Mar 8 04:54:01 2013 UTC (11 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

New options: --strategy n --abserr e1 --relerr e2
 If n==0, then the 4th Runge-Kutta is used.
If n==1, then the adaptive 4th Runge-Kutta is used where e1 is the absolute error and e2 is the relative error
to control the step size.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Mar 5 05:26:07 2013 UTC (11 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.6: +3 -1 lines
Diff to previous 1.6 (colored)

Calling R_CheckUserInterrupt to catch the "stop" signal in R.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Feb 23 06:01:15 2013 UTC (11 years, 3 months ago) by takayama
Branch: MAIN
Changes since 1.5: +3 -1 lines
Diff to previous 1.5 (colored)

mh_cwishart_hgm() evaluates the cumulative distribution function
of the first eigenvalue of wishart matrix by Koev-Edelman alg
and HGM.
See main and main1 in mh.c as an example of the usage.

Revision 1.5 / (download) - annotate - [select for diffs], Thu Feb 21 07:30:56 2013 UTC (11 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored)

1. JK_byFile is introduced.
2. jk_freeWorkArea() and jk_initialzeWorkArea().
3. The --bystring option is implemented.
4. Repeated use of jk_main outputs wrong answers. Try ./test2 Testdata/tmp-idata3.txt
   This bug has not been fixed. (#ticket 2013-02-21-a#)
5. A bug of mh_fputs is fixed.

Revision 1.4 / (download) - annotate - [select for diffs], Wed Feb 20 05:56:16 2013 UTC (11 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.3: +4 -1 lines
Diff to previous 1.3 (colored)

mh_exit(0x7fffffff) changes the mode of this function to the standalone mode.
Initial version of jack-n.c of evaluating the matrix hypergeometric function
by Koev-Edelman's algorithm.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Feb 20 05:20:49 2013 UTC (11 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.2: +16 -1 lines
Diff to previous 1.2 (colored)

It accepts the --bystring mode. In which, input and results are stored
in strings.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Feb 20 01:06:38 2013 UTC (11 years, 4 months ago) by takayama
Branch: MAIN
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (colored)

Added a function mh_freeWorkArea(), which deallocates all the allocated memory.
It should be called in the non-standalone mode after finishing the computation.

Revision 1.1 / (download) - annotate - [select for diffs], Tue Feb 19 08:03:14 2013 UTC (11 years, 4 months ago) by takayama
Branch: MAIN

Intermediate commit of the work of today. Porting is still in progress.

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>