optimize_par {ungroup} | R 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: |
[Package ungroup version 1.4.4 Index]