ocssw
V2022
|
numerical.c
Go to the documentation of this file.
3 /* This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. */
5 /* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. */
7 /* You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
75 // printf("RJH: xcdf=%f ycdf[%d]=%f xs[%d]=%f binwidth=%f sampsize=%d ",xcdf[k],k,ycdf[k],k-1,xs[k-1],bin_width,*sample_size);
127 void estimate_evd_parameters(int *used_sample_size, float *xi, float *theta, float *normalised_energies, int sample_size) {
void mnbrak(float *ax, float *bx, float *cx, float *fa, float *fb, float *fc, float(*func)(float))
Definition: numerical.c:176
float brent(float ax, float bx, float cx, float(*f)(float), float tol, float *xmin)
Definition: numerical.c:240
subroutine func(x, conec, n, bconecno, bn, units, u, inno, i, outno, o, Input, Targ, p, sqerr)
Definition: ffnet.f:287
void ecdf_(float *xcdf, float *ycdf, int32_t *bin_number, float *xs, int32_t *sample_size)
Definition: numerical.c:22
PGE01 indicating that PGE02 PGE01 V6 for and PGE01 V2 for MOD03 were used to produce the granule By convention adopted in all MODIS Terra PGE02 code versions are The fourth digit of the PGE02 version denotes the LUT version used to produce the granule The source of the metadata environment variable ProcessingCenter was changed from a QA LUT value to the Process Configuration A sign used in error in the second order term was changed to a
Definition: HISTORY.txt:424
void estimate_evd_parameters(int *used_sample_size, float *xi, float *theta, float *normalised_energies, int sample_size)
Definition: numerical.c:127
void linear_regression(float *slope, float *intercept, float *xs, float *ys, int sample_size)
Definition: numerical.c:102