log_likelihood_region_weibull: Log-Likelihood functions for regions (Weibull)

View source: R/dist_weibull.R

log_likelihood_region_weibullR Documentation

Log-Likelihood functions for regions (Weibull)

Description

Log-Likelihood functions for regions (Weibull)

Usage

log_likelihood_region_weibull(t, tau_left, tau_right, theta)

log_prior_region_weibull(theta, params = parameters_weibull())

D_log_prior_region_weibull(theta, params = parameters_weibull())

D_log_likelihood_region_weibull(t, tau_left, tau_right, theta)

Arguments

t

vector of exceedances()

tau_left

Left endpoint of the region

tau_right

Right endpoint of the region

theta

numeric vector of parameters for the NHPP model

params

Possibly modified output from parameters_weibull()

Value

A numeric vector


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