Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

norms

Norm functions


Description

Functions to determine certain norms.

Usage

EuclideanNorm(x)
QuadFormNorm(x,A)

Arguments

x

vector or matrix; norm is determined columnwise

A

pos. semidefinite Matrix

Value

the columnwise evaluated norms

Author(s)

See Also

Examples

mm <- matrix(rnorm(20),2,10)
EuclideanNorm(mm)
QuadFormNorm(mm, A = PosSemDefSymmMatrix(matrix(c(3,1,1,1),2,2)))

distrMod

Object Oriented Implementation of Probability Models

v2.8.4
LGPL-3
Authors
Matthias Kohl [aut, cph], Peter Ruckdeschel [cre, cph], R Core Team [ctb, cph] (for source file 'format.perc')
Initial release
2020-03-06

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.