FLOOXS » Commands » analysis

analysis — Commands

5 command(s) registered from src/analysis/.

densenn · fit · histogram · stats · tspline

densenn

module: analysis · source: src/analysis/nn/densenn.cc

Examples:
  • Test/BadInput/bad_alagator_densenn_arity.tcl
  • Test/BadInput/bad_alagator_densenn_multi_out.tcl
  • Test/Coverage/cov_alagator_densenn.tcl
  • Test/Coverage/cov_densenn.tcl

fit

module: analysis · source: src/analysis/fit/fit.cc

Option Type Default Description
X String X matrix of double values
Y String Y matrix of double values
order Int 1 Maximum polynomial power
multilinear Boolean 0 include multivariate cross-terms
even Boolean 0 assume polynomial is even
odd Boolean 0 assume polynomial is odd
zero Boolean 1 include zero-order constant term
Raw -help output
fit
Length Scale Default is microns which can be changed with the option command
Name            Type     Default               Information
X               String                        X matrix of double values
Y               String                        Y matrix of double values
order           Int      1                    Maximum polynomial power
multilinear     Boolean  0                    include multivariate cross-terms
even            Boolean  0                    assume polynomial is even
odd             Boolean  0                    assume polynomial is odd
zero            Boolean  1                    include zero-order constant term

histogram

module: analysis · source: src/analysis/stats/histogram.cc

Option Type Default Description
list String list of double values
bins Int 10 number of equal-width bins
range Array [lo hi] explicit binning range; defaults to data [min,max]
density Boolean 0 emit 'density' key (counts / (n * bin_width)) instead of 'counts'
Raw -help output
histogram
Length Scale Default is microns which can be changed with the option command
Name            Type     Default               Information
list            String                        list of double values
bins            Int      10                   number of equal-width bins
range           Array                         [lo hi] explicit binning range; defaults to data [min,max]
density         Boolean  0                    emit 'density' key (counts / (n * bin_width)) instead of 'counts'

stats

module: analysis · source: src/analysis/stats/stats.cc

Option Type Default Description
list String list of double values
population Boolean 1 population estimators (n divisor) for sd/var/skew/exkurt; 0 = Bessel-corrected sample estimators (n-1 divisor)
Raw -help output
stats
Length Scale Default is microns which can be changed with the option command
Name            Type     Default               Information
list            String                        list of double values
population      Boolean  1                    population estimators (n divisor) for sd/var/skew/exkurt; 0 = Bessel-corrected sample estimators (n-1 divisor)

tspline

module: analysis · source: src/analysis/tspline/tspline.cc

Examples:
  • Test/BadInput/bad_alagator_tspline_arity.tcl
  • Test/Coverage/cov_alagator_tspline.tcl
  • Test/Coverage/cov_densenn.tcl
  • Test/Coverage/cov_tspline.tcl
  • Test/Coverage/cov_tspline_slice.tcl