fit_nhpp_region {tidychangepoint} | R 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 |
tau_left |
left-most changepoint |
tau_right |
right-most changepoint |
params |
Output from |
... |
arguments passed to |
Details
This is an internal function not to be called by users.
Use fit_nhpp()
.
Value
Modified output from stats::optim()
.
See Also
[Package tidychangepoint version 0.0.1 Index]