View source: R/zzz_KL_Divergence.R
Kullback-Leibler Divergence for the posteriors in the t-test with normal prior
1 2 3 4 5 6 7 8 9 | KLdiv_tTest_norm(
t,
n1,
n2,
independentSamples,
direction,
prior.mean,
prior.variance
)
|
t |
Sample t-value |
n1 |
Sample size group1 |
n2 |
Sample size group2 |
independentSamples |
Is it an independent samples t-test? |
direction |
What is the direction of the t-test? greater / less / two.sided |
prior.mean |
Mean of the prior distribution |
prior.variance |
Variance of the prior distribution |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.