Characteristic root of an inhomogeneous truncated shear beam
Source:R/getCylinderRoots.R
getCylinderRoots.RdReturns the eigenvalue an of mode no for a Gazetas &
Dakoulas (1985) inhomogeneous truncated shear beam parameterised by
inhomogeneity ratio mo and truncation ratio lo. The
value is interpolated from the precomputed CylinderRoots table
using the requested model (linear glm, non-linear glm, decision
tree, or random forest).
Arguments
- mo
Double. Inhomogeneity ratio of the shear-modulus profile.
mo = 0is a homogeneous column. Range 0 to 0.95.- lo
Double. Truncation ratio (top-radius / bottom-radius);
lo = 0is a fully truncated cone. Range 0 to 0.495.- no
Integer. Mode number, 1..8. Default 1 (fundamental).
- model
Character. Interpolation model:
"lm"(linear GLM),"nlm"(non-linear GLM with interactions, default),"dt"(decision tree), or"rf"(random forest).- extrapolate
Logical. If
TRUE(default), allowmo/looutside the table support and warn; ifFALSE, clamp to the table maxima.- OSF
Double. Outlier scale factor used by the random-forest model to shrink the training set around the query point. Default 0.10.