R/fit_yjt_scaled.R

Defines functions fit_yjt_scaled

Documented in fit_yjt_scaled

## File Name: fit_yjt_scaled.R
## File Version: 0.141

fit_yjt_scaled <- function(x, df=Inf, par_init=NULL, lambda_fixed=NULL,
                    weights=NULL, probit=FALSE)
{
    CALL <- match.call()
    res <- fit_mdmb_distribution(x=x, type='yjt_scaled', df=df, par_init=par_init,
                weights=weights, lambda_fixed=lambda_fixed, probit=probit)
    res$CALL <- CALL
    return(res)
}
alexanderrobitzsch/mdmb documentation built on July 18, 2024, 11:14 p.m.