The R Project SVN R

Rev

Rev 4619 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4619 Rev 4792
Line 23... Line 23...
23
 */
23
 */
24
 
24
 
25
#ifndef APPLIC_H_
25
#ifndef APPLIC_H_
26
#define APPLIC_H_
26
#define APPLIC_H_
27
 
27
 
28
#include "Platform.h"/* F77... */
28
#include "Platform.h"		/* F77... */
29
 
29
 
30
void approx(double *, double *, int *, double *, int *,
30
void approx(double *, double *, int *, double *, int *,
31
	    int *, double *, double *, double *);
31
	    int *, double *, double *, double *);
32
 
32
 
33
void bakslv(double *, int *, int *,
33
void bakslv(double *, int *, int *,
Line 39... Line 39...
39
void bincount(double *x, int *n, double *breaks, int *nb, int *count,
39
void bincount(double *x, int *n, double *breaks, int *nb, int *count,
40
	      int *right, int *include_border, int *naok);
40
	      int *right, int *include_border, int *naok);
41
/*unused*/
41
/*unused*/
42
void bincode2(double *, int *, double *, int *, int *, int *, int *);
42
void bincode2(double *, int *, double *, int *, int *, int *, int *);
43
 
43
 
-
 
44
/* chisqsim.c: */
-
 
45
void chisqsim(long *nrow, long *ncol, long *nrowt, long *ncolt, long *n,
-
 
46
	      long *b, double *expected, long *observed, double *fact,
-
 
47
	      long *jwork, double *results);
-
 
48
 
44
/* chull.c -- comments in the source */
49
/* chull.c -- comments in the source */
45
void chull(int *n, double *x, int *m, int *in,
50
void chull(int *n, double *x, int *m, int *in,
46
	   int *ia, int *ib,
51
	   int *ia, int *ib,
47
	   int *ih, int *nh, int *il);
52
	   int *ih, int *nh, int *il);
48
 
53