Ejemplo n.º 1
0
 public static double[,] CovarianceFromCurves([ExcelArgument(Description = "Blob of curves, each row is a curve of the same length.")] double[,] curves)
 {
     return(PCA.CovarianceFromCurves(curves));
 }