optimize_par: Optimize Smoothing Parameters This function optimize searches...

View source: R/pclm_optim.R

optimize_parR Documentation

Optimize Smoothing Parameters This function optimize searches of lambda, kr and deg. See control.pclm to see what is their meaning. The optimization process works in steps. Simultaneous optimization was tested and found inefficient.

Description

Optimize Smoothing Parameters This function optimize searches of lambda, kr and deg. See control.pclm to see what is their meaning. The optimization process works in steps. Simultaneous optimization was tested and found inefficient.

Usage

optimize_par(I, type)

Arguments

I

Input object from pclm function

type

Type of PCLM model. Options: "1D", "2D" for univariate and two-dimensional model respectively.


mpascariu/pclm documentation built on Feb. 4, 2024, 9:34 p.m.