remoraModel {frbf}R Documentation

Remora model constructor

Description

Builds a remora model object.

Usage

remoraModel(config, model_matrix, model_lambda, model_kernels)

Arguments

config configuration
model_matrix matrix with the model data information
model_lambda lambda function values
model_kernels list of the kernels

Value

Returns the model in RemoraModel object.

Note

This function is part of the frbf implementation and is for internal use only.

Author(s)

Fernando Martins

See Also

RemoraConfiguration RemoraModel findLambda


[Package frbf version 1.0.1 Index]