as.loglik.progression.in.range {SparseSignatures}R Documentation

as.loglik.progression.in.range

Description

Return the log-likelihood values for a given configuration for each iteration during the estimation of the signatures from an input object as the one generated by the function evaluate.lambda.range.

Usage

as.loglik.progression.in.range(lambda.range.result, lambda_value = 0.2)

Arguments

lambda.range.result

discovered signatures into an object as the one generated by the function evaluate.lambda.range

lambda_value

value of LASSO used for the estimation whose configuration has to be returned

Value

A vector with log-likelihood values for each iteration during the estimation of the signatures

Examples

data(lambda_range_example)
res = as.loglik.progression.in.range(lambda_range_example,lambda_value=0.10)


[Package SparseSignatures version 1.2.0 Index]