mvbtld_scales | R Documentation |
Function to determine the scale parameters from the H-plot for the multivariate case
mvbtld_scales(est_theta, F_thet)
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 |
scale parameters for a mvbtld model
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.