R/fit_yjt_scaled.R

Defines functions fit_yjt_scaled

Documented in fit_yjt_scaled

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

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)
}

Try the mdmb package in your browser

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

mdmb documentation built on March 7, 2023, 6:58 p.m.