Home
last modified time | relevance | path

Searched refs:missvals (Results 1 – 11 of 11) sorted by relevance

/dports/science/py-netCDF4/netcdf4-python-1.5.7rel/test/
H A Dtst_compoundatt.py20 missvals = np.empty(1,dtype) variable
21 missvals['direction']=1.e20
22 missvals['speed']=-999.
38 v.missing_values = missvals
40 vv.missing_values = missvals
54 assert_array_almost_equal(v.missing_values['speed'], missvals['speed'])
56 missvals['direction'])
57 assert_array_almost_equal(vv.missing_values['speed'], missvals['speed'])
59 missvals['direction'])
/dports/math/R-cran-memisc/memisc/R/
H A Dimport-internal-spss-syntax.R207 missvals <- list() list
267 missvals <- c(missvals,mv)
269 return(structure(missvals,
/dports/math/gretl/gretl-2021d/plugin/
H A Dexcel_import.c1245 check_data_block (wbook *book, xls_info *xi, int *missvals, in check_data_block() argument
1272 *missvals = 1; in check_data_block()
1275 *missvals = 1; in check_data_block()
1279 *missvals = 1; in check_data_block()
1285 *missvals = 1; in check_data_block()
1627 int missvals = 0; in xls_get_data() local
1741 err = check_data_block(book, xi, &missvals, &strerr); in xls_get_data()
1750 } else if (missvals) { in xls_get_data()
H A Danova.c351 int missvals = 0; in gretl_anova() local
362 list_adjust_sample(list, &t1, &t2, dset, &missvals); in gretl_anova()
364 v.n = t2 - t1 + 1 - missvals; in gretl_anova()
H A Dmp_ols.c1596 int missvals = 0; in mplsq() local
1634 list_adjust_sample(list, &dset->t1, &dset->t2, dset, &missvals); in mplsq()
1635 mpmod.nobs = dset->t2 - dset->t1 + 1 - missvals; in mplsq()
1642 if (missvals > 0) { in mplsq()
/dports/science/cdo/cdo-2.0.0/libcdi/
H A DNEWS80 * netCDF: call cdfDoInputDataTransformation() if have missvals
H A DChangeLog1133 * netCDF: call cdfDoInputDataTransformation() if have missvals (bug fix)
1439 …* cdfDefVarMissval: changed xtype from NC_BYTE to NC_INT for missvals > 127 (workaround for a netC…
/dports/math/gretl/gretl-2021d/addons/geoplot/doc/
H A Dgeoplot.tex470 \texttt{missvals} in the options bundle: if the value is \verb|"skip"|
505 \item[\texttt{missvals}:] string, see section~\ref{sec:sub-sample}.
/dports/science/cdo/cdo-2.0.0/
H A DChangeLog1639 * Magplot: set NAN missvals to -9e33 [Bug: #6677]
1831 …1./nsets) by farcdiv(array, (double)nsets) to get exactly the same result with and without missvals
3857 * fldmax: bug fix if all values < 0 and missvals [report: Karin Meier-Fleischer]
H A DNEWS288 * shaded, contour, grfill: set NAN missvals to -9e33 [Bug: #6677]
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgraphing.c9439 int missvals = 0; in xy_plot_with_control() local
9450 list_adjust_sample(list, &t1, &t2, dset, &missvals); in xy_plot_with_control()
9453 T = t2 - t1 + 1 - missvals; in xy_plot_with_control()