max_norm: Compute the relative proximity of a solution in relation to...

Description Usage Arguments Value Examples

View source: R/max_norm.R

Description

max_norm Determines where a norm (residual or solution) is within a certain tolerance, iteratively narrowing down a list of lambda values.

Usage

1
max_norm(norm_result, uncertainty)

Arguments

norm_result

Result of doing the gsvd_norm function

uncertainty

Target level of the norm we want to acheive

Value

Data frame that contains the updated lambda min and max values

Examples

1
# To be filled in later

jmzobitz/BRDF documentation built on July 13, 2019, 6:20 p.m.