smoothness.over.design {SSM} | R Documentation |
Compute the smoothness of an SSM at all design points.
Description
This function evaluates the Frobenius norm of the Hessian matrix at all design points. Used in the compuation of distance measures based on local smoothness.
Usage
smoothness.over.design(ssm)
Arguments
ssm |
An SSM object. |
Value
A vector of integers containing the smoothness at each design point.
[Package SSM version 1.0.1 Index]