fillFixedParams: Helper function to combine par with fixed params (in init)

View source: R/estimation_param_MLE.R

fillFixedParamsR Documentation

Helper function to combine par with fixed params (in init)

Description

Helper function to combine par with fixed params (in init)

Usage

fillFixedParams(par, init, fixParams)

Arguments

par

Numeric vector. The parameters that are optimized

init

Numeric vector. The initial parameters (including the ones optimized over)

fixParams

Numeric or logical vector. Positions of fixed parameters in the full parameter vector.


graphicalExtremes documentation built on Nov. 14, 2023, 1:07 a.m.