Skip to contents

Returns the ky bounds within which each model's regression is calibrated. For rigid models (AM88, SR08) the bounds are relative to PGA. For flexible models the bounds are absolute.

Usage

getKyLimits(PGA)

Arguments

PGA

numeric scalar, peak ground acceleration (g). Required for rigid model limits.

Value

data.table with columns IDn, ky.lo, ky.hi

Examples

getKyLimits(PGA = 0.5)
#>       IDn ky.lo ky.hi
#>    <char> <num> <num>
#> 1:   AM88 0.001   0.5
#> 2:   JB07 0.050   0.4
#> 3:   SR08 0.050   0.3
#> 4:   BT07 0.020   0.4
#> 5:   BM17 0.010   0.8
#> 6:   BM19 0.010   0.8