mvbtld_scales: mvbtld_scales

mvbtld_scalesR Documentation

mvbtld_scales

Description

Function to determine the scale parameters from the H-plot for the multivariate case

Usage

mvbtld_scales(est_theta, F_thet)

Arguments

est_theta

estimated breakpoint (mode) values stored as a vector for a d-dimensional model from the H-plot

F_thet

functional values at breakpoints for each theta

Value

scale parameters for a mvbtld model

Examples

th<-matrix(c(0.3,0.7,0.3,0.7),ncol=2,nrow=2,byrow=TRUE)
pth <- matrix(c(0.17, 0.23, 0.43, 0.53),ncol=2,nrow=2,byrow=TRUE)
mvbtld_scales(est_theta=th,F_thet=pth)

tharris0924/btld documentation built on Dec. 1, 2022, 9:37 p.m.