R/oem.R
biased.Rd
Multiplies an FLQuant by a cumulative bias trend generated by bias, so that values drift away from truth over time.
FLQuant
biased(object, bias = 0.02)
An FLQuant to be biased.
Numeric; per-year fractional bias passed to bias; defaults to 0.02.
An FLQuant of the same dimensions as object with the cumulative bias applied.
object
bias
The FLR Team