The OpenD Programming Language

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, double confLevel)
  2. ConfInt pearsonCorTest(double cor, double N, Alt alt, double confLevel)
    pearsonCorTest
    ()
    (
    double cor
    ,
    double N
    ,,
    double confLevel = 0.95
    )

Meta