estimate_normal: Estimate Normal Distribution of Inverse Sigmoid Transformed...

Description Usage Arguments Details Value

View source: R/estimate_normal.R

Description

Given beta shape parameters A and B, this will estimate the mean and variance of the inverser sigmoid transformed distribution via a normal distribution.

Usage

1
estimate_normal(A, B, size = 1e+05)

Arguments

A

The alpha shape parameter

B

The beta shape parameter

size

The sample size

Details

This is useful for choosing prior values. Prior values should be given in terms of log odds, but sometimes proportions are more intuitively appealing. This function will estimate the log odds distibution given the corresponding beta distribution of a proprtion.

Value

a list of values of interest


jackvanschaik/bane documentation built on Dec. 20, 2021, 8:06 p.m.