Mercurial > repos > vipints > rdiff
comparison rDiff/src/locfit/Source/lffuns.h @ 0:0f80a5141704
version 0.3 uploaded
author | vipints |
---|---|
date | Thu, 14 Feb 2013 23:38:36 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:0f80a5141704 |
---|---|
1 extern int procv_llmix(); | |
2 | |
3 /* adap.c */ | |
4 extern int alocfit(); | |
5 | |
6 /* band.c */ | |
7 extern void band(), kdeselect(), kdecri(); | |
8 | |
9 /* density.c */ | |
10 extern int densinit(), likeden(); | |
11 extern int fact[]; | |
12 extern void prodintresp(), prresp(); | |
13 extern int de_mint, de_itype, de_renorm; | |
14 | |
15 /* dens_haz.c */ | |
16 extern void haz_init(); | |
17 extern int hazint(); | |
18 | |
19 /* dens_int.c */ | |
20 extern double dens_integrate(); | |
21 extern void dens_renorm(), dens_lscv(), lforder(); | |
22 | |
23 /* ev_atree.c */ | |
24 extern void atree_start(), atree_grow(), atree_guessnv(); | |
25 extern double atree_int(); | |
26 | |
27 /* ev_interp.c */ | |
28 extern double dointpoint(), cubintd(); | |
29 extern double linear_interp(), cubic_interp(), rectcell_interp(); | |
30 extern int exvval(); | |
31 extern void exvvalpv(), hermite2(); | |
32 | |
33 /* ev_kdtre.c */ | |
34 extern void kdtre_start(), kdtre_guessnv(); | |
35 extern double kdtre_int(); | |
36 | |
37 /* ev_sphere.c */ | |
38 extern void sphere_start(), sphere_guessnv(); | |
39 extern double sphere_int(); | |
40 | |
41 /* ev_main.c */ | |
42 extern void trchck(), guessnv(), lfit_alloc(); | |
43 extern void dataf(), gridf(), crossf(), xbarf(), preset(); | |
44 extern int findpt(), newsplit(), lfit_reqd(), lfit_reqi(); | |
45 | |
46 /* ev_trian.c */ | |
47 extern void triang_start(), triang_grow(), triang_guessnv(); | |
48 extern double triang_int(); | |
49 | |
50 /* family.c */ | |
51 extern int links(), stdlinks(), defaultlink(), validlinks(); | |
52 extern double b2(), b3(), b4(), lf_link(), invlink(); | |
53 extern void setfamily(); | |
54 | |
55 /* fitted.c */ | |
56 extern void fitted(); | |
57 | |
58 /* frend.c */ | |
59 extern void ressumm(); | |
60 extern double rss(); | |
61 | |
62 /* lf_dercor.c */ | |
63 extern void dercor(); | |
64 | |
65 /* lf_fitfun.c */ | |
66 extern void fitfun(), makecfn(), designmatrix(); | |
67 extern int calcp(), coefnumber(); | |
68 | |
69 /* lf_nbhd.c */ | |
70 extern double kordstat(), rho(); | |
71 extern void nbhd(); | |
72 | |
73 /* lf_robust.c */ | |
74 extern double median(); | |
75 extern void lf_robust(); | |
76 | |
77 /* lfstr.c */ | |
78 extern int lffamily(), lfkernel(), lfketype(), lflink(); | |
79 extern int deitye(), lfevstr(), lfacri(); | |
80 extern int ppwhat(), restyp(); | |
81 | |
82 /* lf_vari.c */ | |
83 extern void lf_vcov(), comp_vari(), local_df(); | |
84 | |
85 /* locfit.c */ | |
86 extern int locfit(), des_reqd(), des_reqi(), likereg(); | |
87 extern int reginit(); | |
88 extern void lfdata_init(), smpar_init(), deriv_init(), des_init(), lfiter(); | |
89 extern int lf_maxit, lf_debug; | |
90 | |
91 /* minmax.c */ | |
92 extern double ipower(), minmax(); | |
93 | |
94 /* odint.c */ | |
95 extern int onedint(); | |
96 extern void recurint(); | |
97 | |
98 /* pcomp.c */ | |
99 extern double addparcomp(); | |
100 extern void compparcomp(), subparcomp(), subparcomp2(), pcchk(); | |
101 extern int pc_reqd(), noparcomp(); | |
102 | |
103 /* preplot.c */ | |
104 extern void preplot(), cpreplot(); | |
105 extern int setpppoints(); | |
106 | |
107 /* procv.c */ | |
108 extern int procvhatm(), procv(), procvraw(), procveraw(), procvvord(), calcp(); | |
109 | |
110 /* resid.c */ | |
111 extern double resid(); | |
112 | |
113 /* scb.c */ | |
114 extern void scb(), cscbsim(); | |
115 | |
116 /* scb_iface.c */ | |
117 extern int constants(); | |
118 | |
119 /* simul.c */ | |
120 extern void liksim(), scbsim(), scbmax(), regband(), rband(); | |
121 | |
122 /* startlf.c */ | |
123 extern void set_flim(), set_scales(), nstartlf(), startlf(), lfit_init(); | |
124 extern void fitoptions(), clocfit(), endfit(), startmodule(); | |
125 extern int nofit(), initmodule(); | |
126 | |
127 /* strings.c */ | |
128 extern int stm(), pmatch(), matchlf(), matchrt(), checkltor(), checkrtol(); | |
129 extern void strip(); | |
130 | |
131 /* wdiag.c */ | |
132 extern int wdiag(), wdiagp(); | |
133 | |
134 /* weight.c */ | |
135 extern double W(), weight(), weightd(), Wd(), Wdd(), wint(); | |
136 extern double Wconv(), Wconv1(), Wconv4(), Wconv5(), Wconv6(), Wikk(); | |
137 extern int iscompact(), wtaylor(); | |
138 | |
139 extern void initsimple(), initstd(), inithatm(), initgam(); | |
140 extern void initlscv(), initrband(), initscb(), initkappa(); |