compute_prob: Computes 1 - f(delta, alpha, beta), where f(delta, alpha,...

View source: R/objective_functions.R

compute_probR Documentation

Computes 1 - f(delta, alpha, beta), where f(delta, alpha, beta) is the CDF of the beta distribution with shape parameters alpha and beta evaluated at delta. This function is private to this file.

Description

Computes 1 - f(delta, alpha, beta), where f(delta, alpha, beta) is the CDF of the beta distribution with shape parameters alpha and beta evaluated at delta. This function is private to this file.

Usage

compute_prob(delta, alpha, beta)

btjones16/sequential-analysis-software documentation built on Feb. 21, 2024, 2:23 p.m.