getNormalLimitsFromList: Compute confidence limits assuming the normal distribution

View source: R/originalRcode.R

getNormalLimitsFromListR Documentation

Compute confidence limits assuming the normal distribution

Description

Gets the 100p NB: stddev used, not variance!

Usage

getNormalLimitsFromList(burnvec, u_new)

Arguments

burnvec

A vector of unnamed values, consisting of:

p

First component - value of threshold.

mu

Second component - value of the mean.

sd

Third component - value of the standardi deviation.

u_new

The value of u, the quantity used to scale the forgetting factor variance.


ffstream documentation built on May 31, 2023, 7:53 p.m.