getL1normL2deriv: Calculation of L1 norm of L2derivative

getL1normL2derivR Documentation

Calculation of L1 norm of L2derivative

Description

Methods to calculate the L1 norm of the L2derivative in a smooth parametric model.

Usage

getL1normL2deriv(L2deriv, ...)
## S4 method for signature 'UnivariateDistribution'
getL1normL2deriv(L2deriv, 
     cent, ...)

## S4 method for signature 'RealRandVariable'
getL1normL2deriv(L2deriv, 
     cent, stand, Distr, normtype, ...)

Arguments

L2deriv

L2derivative of the model

cent

centering Lagrange Multiplier

stand

standardizing Lagrange Multiplier

Distr

distribution of the L2derivative

normtype

object of class NormType; the norm under which we work

...

further arguments (not used at the moment)

Value

L1 norm of the L2derivative

Author(s)

Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de

Examples

##

ROptEst documentation built on Nov. 17, 2022, 1:06 a.m.