Fit an NHPP model to one specific region
fit_nhpp_region(exc, tau_left, tau_right, params = parameters_weibull(), ...)
exc
: Output from exceedances()
tau_left
: left-most changepointtau_right
: right-most changepointparams
: Output from parameters_weibull()
...
: arguments passed to stats::optim()
Modified output from stats::optim()
.
This is an internal function not to be called by users. Use fit_nhpp()
.
fit_nhpp()