fit.quantile.hull: Fit Quantile Hull to subset of time series data

View source: R/DENDRO_BASE_FUNCTIONS.R

fit.quantile.hullR Documentation

Fit Quantile Hull to subset of time series data

Description

Fit Quantile Hull to subset of time series data

Usage

fit.quantile.hull(dbh, doy, params, quant = 0.8, resid.sd = 0.02)

Arguments

dbh

Numeric vector of "TRUE_DBH" values

doy

Integer vector of days of the year dbh values collected.

params

Data.frame (vector with names) containing parameters.

quant

Numeric scalar denoting the quantile threshold above which the hull will be estimated.

resid.sd

Numeric scalar that constrains the optimization algorithm in optim().

Value

List with output from the optim function and other metrics.


seanmcm/RDendrom documentation built on March 2, 2024, 3:53 p.m.