R/mlnormal_parameter_change.R

Defines functions mlnormal_parameter_change

## File Name: mlnormal_parameter_change.R
## File Version: 0.03

mlnormal_parameter_change <- function( pars, pars0 )
{
    pars_change <- max( abs( pars - pars0) )
    return(pars_change)
}

Try the LAM package in your browser

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

LAM documentation built on May 18, 2022, 5:17 p.m.