code_zero {simts} | R Documentation |
Optim loses NaN
Description
This function takes numbers that are very small and sets them to the minimal tolerance for C++. Doing this prevents NaN from entering the optim routine.
Usage
code_zero(theta)
Arguments
theta |
A |
Value
A vec
that contains safe theta values.
[Package simts version 0.2.2 Index]