R/immer_cmml_proc_parameter_index.R

Defines functions immer_cmml_proc_parameter_index

## File Name: immer_cmml_proc_parameter_index.R
## File Version: 0.04

immer_cmml_proc_parameter_index <- function( W_par, par_index )
{
    NL <- max(par_index)
    if (NL==0){
        NL <- 1
    }
    if ( is.null(W_par)){
        W_par <- matrix( 0, nrow=NL, ncol=1)
    }
    return(W_par)
}

Try the immer package in your browser

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

immer documentation built on Aug. 22, 2022, 5:05 p.m.