calc_coverage_normal: Calculate true coverage for Normal distribution

View source: R/utils.R

calc_coverage_normalR Documentation

Calculate true coverage for Normal distribution

Description

Calculate true coverage for Normal distribution

Usage

calc_coverage_normal(x = NULL, k = NULL, z_upper = NULL, z_lower = NULL)

Arguments

x

Data from which to calculate the sample mean and standard deviation.

k

Number of standard deviations from the mean to be used to calculate interval.

z_upper

Z-score for upper limit of interval.

z_lower

Z-score for lower limit of interval.

Details

User must provide either x and k OR z_upper and z_lower.

Value

Proportion of standard Normal distribution enclosed within calculated or provided sample interval


dygobeng/nterval documentation built on March 22, 2022, 6:40 p.m.