HingeSurrogate-methods: Methods Available for Objects of Class 'HingeSurrogate'

HingeSurrogate-methodsR Documentation

Methods Available for Objects of Class HingeSurrogate

Description

Utilizes dfoptim::hjk to obtain parameter estimates. Requires that the objective function be defined by the calling learning method. Returns NULL if optimization is not successful due to problems or the list object returned by dfoptim::hjk if optimization is successful.

Usage

## S4 method for signature 'HingeSurrogate'
.phiFunc(surrogate, u)

## S4 method for signature 'HingeSurrogate'
.dPhiFunc(surrogate, u, du)

## S4 method for signature 'HingeSurrogate'
.optim(surrogate, par, lambda, fn, gr, suppress, ...)

DynTxRegime documentation built on Nov. 25, 2023, 1:09 a.m.