KLdiv_tTest_norm: Kullback-Leibler Divergence for the posteriors in the t-test...

Description Usage Arguments

View source: R/zzz_KL_Divergence.R

Description

Kullback-Leibler Divergence for the posteriors in the t-test with normal prior

Usage

1
2
3
4
5
6
7
8
9
KLdiv_tTest_norm(
  t,
  n1,
  n2,
  independentSamples,
  direction,
  prior.mean,
  prior.variance
)

Arguments

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


astefan1/ExpertAgreement documentation built on Nov. 29, 2021, 3:44 a.m.