Flash Sale | 50% off

Last chance! 50% off unlimited learning

Sale ends in


faux (version 1.2.1)

pos_def_limits: Limits on Missing Value for Positive Definite Matrix

Description

pos_def_limits returns min and max possible values for a positive definite matrix with a specified missing value

Usage

pos_def_limits(..., steps = 0.01, tol = 1e-08)

Value

dataframe with min and max values

Arguments

...

the correlations among the variables as a vars\*(vars-1)/2 vector

steps

the tolerance for min and max values

tol

the tolerance for comparing eigenvalues to 0

Examples

Run this code
pos_def_limits(.8, .2, NA)

Run the code above in your browser using DataLab