sd.beta: Compute the standard deviation of a beta distribution with...

View source: R/objective_functions.R

sd.betaR Documentation

Compute the standard deviation of a beta distribution with parameters alpha and beta. This function is private to this file.

Description

Compute the standard deviation of a beta distribution with parameters alpha and beta. This function is private to this file.

Usage

sd.beta(alpha, beta)

Arguments

alpha

The first shape parameter of the beta distribution.

beta

The second shape parameter of the beta distribution.

Value

The standard deviation for the beta distribution.


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