R/fit_bct_scaled.R

Defines functions fit_bct_scaled

Documented in fit_bct_scaled

## File Name: fit_bct_scaled.R
## File Version: 0.061

fit_bct_scaled <- function(x, df=Inf, par_init=NULL, lambda_fixed=NULL, weights=NULL)
{
    CALL <- match.call()
    res <- fit_mdmb_distribution(x=x, type='bct_scaled', df=df, par_init=par_init,
                weights=weights, lambda_fixed=lambda_fixed)
    res$CALL <- CALL
    return(res)
}

Try the mdmb package in your browser

Any scripts or data that you put into this service are public.

mdmb documentation built on Sept. 11, 2024, 5:23 p.m.