Home | History | Annotate | Download | only in cros_utils

Lines Matching full:alincc

163 ## 07-05-16 ... added Lin's Concordance Correlation Coefficient (alincc) and acov
880 Usage: alincc(x,y) where x, y are equal-length arrays
3121 def alincc(x, y):
3125 Usage: alincc(x,y) where x, y are equal-length arrays
4442 lincc = Dispatch((llincc, (ListType, TupleType)), (alincc, (N.ndarray,)))