FLOOXS » Commands » analysis

analysis — Commands

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

calcstress · densenn · fit · histogram · profile · stats · tspline

calcstress

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

Raw -help output
select
Length Scale Default is microns which can be changed with the option command
Name            Type     Default               Information

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'

profile

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

Option Type Default Description
infile String data file to read
name String data field to create
offset Float 0.000000e+00 offset the vertical scale
xscale Float 1.000000e+00 scale the x data
ymin Float 0.000000e+00 minimum allowable y value
logarithmic Boolean 1 interpolate logarithmically
linear Boolean 0 interpolate linearly
orderData Boolean 0 sort the data
transverse Boolean 0 apply data horizontally
zaxis Boolean 0 apply data along zaxis
Raw -help output
profile
Length Scale Default is microns which can be changed with the option command
Name            Type     Default               Information
infile          String                        data file to read
name            String                        data field to create
offset          Float    0.000000e+00         offset the vertical scale
xscale          Float    1.000000e+00         scale the x data
ymin            Float    0.000000e+00         minimum allowable y value
logarithmic     Boolean  1                    interpolate logarithmically
linear          Boolean  0                    interpolate linearly
orderData       Boolean  0                    sort the data
transverse      Boolean  0                    apply data horizontally
zaxis           Boolean  0                    apply data along zaxis
Examples:
  • Test/Coverage/cov_profile_extended.tcl
  • Test/Coverage/cov_profile_extract.tcl
  • Test/Coverage/cov_profile_io.tcl
  • Test/Coverage/profile_cmd.tcl
  • Test/process/misc/profile.tcl

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