The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 2.004001 - 2022-07-15

  • Remove taint mode from tests.

Documentation

shift a data set down to have the baseline at zero, including optional limiting of undershoots
text data calculations
get specific columns out of textual data files
text data construction
contract a data file by computing the mean over n input rows to produce one output row
compute derivative of data sets using central differences
find maxima/minima in textual data files
filter textual data files
Hacky tool to convert AFORS-HET (photovoltaic cell simulation) output to usual columns of textual data. Filters STDIN to STDOUT. Due to AFORS-HET appending data to the end, the whole input is buffered, but that should not be an issue for the moderate size of the 1D data.
Hacky tool to convert DF-ISE xyplot data to usual text data. Filters STDIN to STDOUT. The parser is not very smart, it is modelled exactly after the format that TCAD produces.
create histogrms of textual data files
some information on textual data
find means in textual data files
normalize data sets
integrate a given ordinary differential equation system along a coordinate
Rearrange lines (records) in files in accordance to changing the viewport along a cyclic coordinate.
split a section of sets out of singe data file
sorting of text data
do basic statistics on textual data files
create a LaTeX table out of some textual data (file)

Modules

parsing and writing of textual numeric data files
tools for applications using Text::NumericData
helper package for some calculations
process a whole file with text data
calculations on data sets with optional support from auxilliary data files
generate statistics for Text::NumericData::File objects

Provides

in lib/Text/NumericData/App/txdbaseline.pm
in lib/Text/NumericData/App/txdcalc.pm
in lib/Text/NumericData/App/txdcolumns.pm
in lib/Text/NumericData/App/txdconstruct.pm
in lib/Text/NumericData/App/txdcontract.pm
in lib/Text/NumericData/App/txdderiv.pm
in lib/Text/NumericData/App/txdextrema.pm
in lib/Text/NumericData/App/txdfilter.pm
in lib/Text/NumericData/App/txdfromafors.pm
in lib/Text/NumericData/App/txdfromtcad.pm
in lib/Text/NumericData/App/txdhistogram.pm
in lib/Text/NumericData/App/txdmean.pm
in lib/Text/NumericData/App/txdnorm.pm
in lib/Text/NumericData/App/txdodeint.pm
in lib/Text/NumericData/App/txdrecycle.pm
in lib/Text/NumericData/App/txdrows.pm
in lib/Text/NumericData/App/txdsort.pm
in lib/Text/NumericData/App/txdstatistics.pm