Description Usage Arguments Value See Also Examples
Given the number of samples and a Pearson correlation coefficient, this function estimates the t-score on a GPU. If an entry in goodPairs is zero or one then you may get a NaN as the t-test result.
1 | gpuTtest(goodPairs, coeffs)
|
goodPairs |
a vector of positive integer values. Value i represents the number of samples used to calculate the i-th value of the 'coeffs' argument. |
coeffs |
a vector of floating point values representing Pearson correlation coefficients. |
a vector of single precision floating point values. The i-th entry is an estimate of the t-score of the i-th entry of the 'coeffs' argument.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.