get_sd: Get the overall standard deviation of a two component mixture...

View source: R/utils.R

get_sdR Documentation

Get the overall standard deviation of a two component mixture distribution

Description

Get the overall standard deviation of a two component mixture distribution

Usage

get_sd(sigma, mu, mean, lambda)

Arguments

sigma

(Vector). A two value vector of component-wise variances

mu

(Vector). A two value vector of mean values.

mean

(Numeric Value). The overall mean.

lambda

(Vector). A two value vector of component mixing coefficients

Value

A numeric value representing the overall standard deviation


qpmnguyen/teaR documentation built on April 4, 2022, 7:26 p.m.