fitted.lslx: S3 method to extract model-implied moments from 'lslx'

View source: R/lslx-s3-interface.R

fitted.lslxR Documentation

S3 method to extract model-implied moments from lslx

Description

fitted.lslx() is an S3 interface for extracting model-implied moments from a lslx object.

Usage

## S3 method for class 'lslx'
fitted(object, selector, lambda, delta, ...)

Arguments

object

A fitted lslx object.

selector

A character to specify a selector for determining an optimal penalty level. Its value can be any one in "aic", "aic3", "caic", "bic", "abic", "hbic", or their robust counterparts "raic", "raic3", "rcaic", "rbic", "rabic", "rhbic" if raw data is available.

lambda

A numeric to specific a chosen optimal penalty level. If the specified lambda is not in lambda_grid, a nearest legitimate value will be used.

delta

A numeric to specific a chosen optimal convexity level. If the specified delta is not in delta_grid, a nearest legitimate value will be used.

...

Other arguments. For details, please see the $extracted_implied_mean() and the $extracted_implied_cov() methods in lslx.


lslx documentation built on Dec. 2, 2022, 9:11 a.m.