fix.constants
fix TSmodel parameters to constants
Description
Fix any parameters within fuzz of 0.0 or 1.0 to exactly 0.0 or 1.0.
Usage
fix.constants(model, fuzz=1e-5)
Required Arguments
- model
-
An object of class TSmodel.
Optional Arguments
- fuzz
-
Absolute difference to be considered equivalent.
Value
An object of class 'SS' 'TSmodel' with parameters near 0.0 or 1.0 set as
constants 0.0 or 1.0.
Details
Fix any parameters within fuzz of 0.0 or 1.0 to exactly 0.0 or 1.0.
Examples
return to Table of Contents