fit_nhpp_region: Fit an NHPP model to one specific region

View source: R/mod_nhpp.R

fit_nhpp_regionR Documentation

Fit an NHPP model to one specific region

Description

Fit an NHPP model to one specific region

Usage

fit_nhpp_region(exc, tau_left, tau_right, params = parameters_weibull(), ...)

Arguments

exc

Output from exceedances()

tau_left

left-most changepoint

tau_right

right-most changepoint

params

Output from parameters_weibull()

...

arguments passed to stats::optim()

Details

This is an internal function not to be called by users. Use fit_nhpp().

Value

Modified output from stats::optim().

See Also

fit_nhpp()


tidychangepoint documentation built on April 4, 2025, 4:31 a.m.