pearsonCorTest

Same as overload, but uses pre-computed correlation coefficient and sample size instead of computing them.

Note: This is a template only because of DMD Bug 2972.

  1. ConfInt pearsonCorTest(T range1, U range2, Alt alt = Alt.twoSided, double confLevel = 0.95)
  2. ConfInt pearsonCorTest(double cor, double N, Alt alt = Alt.twoSided, double confLevel = 0.95)
    pearsonCorTest
    ()
    (
    double cor
    ,
    double N
    ,,
    double confLevel = 0.95
    )

Meta