Learn R Programming

fcros (version 1.6-6)

varBeta: Compute variance of a beta distribution from data

Description

This is an internal function. Given a vector with values between 0 and 1 and assumed to come from a beta distribution, this function return the variance of the distribution. A trim parameter allow to have a robust value

Usage

varBeta(x, trim.opt)

Value

This function returns one value equalt to the variance of the best beta distribution of entry x

Arguments

x

vector with components between 0 and 1

trim.opt

value between 0 and 0.5 used as trim parameter

Author

Doulaye Dembele doulaye@igbmc.fr

References

Dembele D, Analysis of high-throughput biological data using their rank values, Stat Meth Med Res, 2019, 28(8)2276-2291

Examples

Run this code
#    data(fdata);

Run the code above in your browser using DataLab