scalene: Scalene penalty: alpha * pos(x) + beta * neg(x)

View source: R/073_atoms_elementwise_scalene.R

scaleneR Documentation

Scalene penalty: alpha * pos(x) + beta * neg(x)

Description

Scalene penalty: alpha * pos(x) + beta * neg(x)

Usage

scalene(x, alpha, beta)

Arguments

x

An Expression

alpha

Coefficient for the positive part

beta

Coefficient for the negative part

Value

An Expression representing the scalene penalty


CVXR documentation built on March 6, 2026, 9:10 a.m.