calcstress
Raw -help output
select Length Scale Default is microns which can be changed with the option command Name Type Default Information
Examples:
Test/Verify/verify_thermal_strain.tcl
FLOOXS » Commands » analysis
7 command(s) registered from src/analysis/.
calcstress · densenn · fit · histogram · profile · stats · tspline
select Length Scale Default is microns which can be changed with the option command Name Type Default Information
Test/Verify/verify_thermal_strain.tclTest/BadInput/bad_alagator_densenn_arity.tclTest/BadInput/bad_alagator_densenn_multi_out.tclTest/Coverage/cov_alagator_densenn.tclTest/Coverage/cov_densenn.tcl| 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 |
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
| 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' |
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'
| 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 |
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
Test/Coverage/cov_profile_extended.tclTest/Coverage/cov_profile_extract.tclTest/Coverage/cov_profile_io.tclTest/Coverage/profile_cmd.tclTest/process/misc/profile.tcl| 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) |
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)
Test/BadInput/bad_alagator_tspline_arity.tclTest/Coverage/cov_alagator_tspline.tclTest/Coverage/cov_densenn.tclTest/Coverage/cov_tspline.tclTest/Coverage/cov_tspline_slice.tcl