find_condition_num function

Compute the conditional number of design matrix

Compute the conditional number of design matrix

find_condition_num(x)

Arguments

  • x: matrix to be used in svd

Examples

data("pringles_fat") data_fat = pringles_fat h_tmp = 1.3 x = data_fat[,c("c1","c2","c3","x11","x12","x21","x22")] find_condition_num (x)
  • Maintainer: Sumin Shen
  • License: GPL-3
  • Last published: 2019-07-28

Useful links