Lin09 returns the ground-motion prediction with it sigma of Lin (2009) GMPE.
Details
Lin, P.-S. (2009). Ground-motion attenuation relationship and path-effect study using Taiwan data set, Ph.D. Thesis, Nation Central University, Taiwan (in Chinese).
Examples
Lin09(6, 20, 0, 760, 0)
#> $mag
#> [1] 6
#> attr(,"Csingle")
#> [1] TRUE
#>
#> $Rrup
#> [1] 20
#> attr(,"Csingle")
#> [1] TRUE
#>
#> $specT
#> [1] 0
#> attr(,"Csingle")
#> [1] TRUE
#>
#> $period
#> [1] 0
#> attr(,"Csingle")
#> [1] TRUE
#>
#> $lnY
#> [1] 4.303446
#> attr(,"Csingle")
#> [1] TRUE
#>
#> $sigma
#> [1] 0.5363
#> attr(,"Csingle")
#> [1] TRUE
#>
#> $Vs30
#> [1] 760
#> attr(,"Csingle")
#> [1] TRUE
#>
#> $iflag
#> [1] 1
#>
#> $ftype
#> [1] 0
#> attr(,"Csingle")
#> [1] TRUE
#>
Lin09(7, 10, 0, 760, 0)
#> $mag
#> [1] 7
#> attr(,"Csingle")
#> [1] TRUE
#>
#> $Rrup
#> [1] 10
#> attr(,"Csingle")
#> [1] TRUE
#>
#> $specT
#> [1] 0
#> attr(,"Csingle")
#> [1] TRUE
#>
#> $period
#> [1] 0
#> attr(,"Csingle")
#> [1] TRUE
#>
#> $lnY
#> [1] 5.405953
#> attr(,"Csingle")
#> [1] TRUE
#>
#> $sigma
#> [1] 0.5363
#> attr(,"Csingle")
#> [1] TRUE
#>
#> $Vs30
#> [1] 760
#> attr(,"Csingle")
#> [1] TRUE
#>
#> $iflag
#> [1] 1
#>
#> $ftype
#> [1] 0
#> attr(,"Csingle")
#> [1] TRUE
#>