From professional translators, enterprises, web pages and freely available translation repositories.
c;alpha;beta
c,alpha,beta
Last Update: 2014-10-08
Usage Frequency: 1
Quality:
met de hendels in de standen alpha, beta en gamma kunt u meer dan 200 oefeningen doen, op slechts een vierkante meter, zonder dat u het toestel hoeft in te stellen.
with the handles located on the alpha, beta and gamma positions, you can do more than 200 exercises, in just one square metre, without having to adjust the equipment.
@function=betadist @syntax=betadist(x;alpha;beta[;a;b]) @description=betadist geeft de cumulatieve betadistributie. @a is de optionele ondergrens van @x en @b is de optionele bovengrens van @x. * als @a niet is gegeven gebruikt betadist 0. * als @b niet is gegeven gebruikt betadist 1. * als @x @b, geeft betadist een #getal! foutmelding. * als @alpha <= 0 of @beta = @b geeft betadist een #getal! foutmelding. * deze functie is compatibel met excel. @examples= betadist(0,12;2;3) is 0,07319808 @seealso=betainv
@function=betadist @syntax=betadist(x,alpha,beta[,a,b]) @description=betadist function returns the cumulative beta distribution. @a is the optional lower bound of @x and @b is the optional upper bound of @x. * if @a is not given, betadist uses 0. * if @b is not given, betadist uses 1. * if @x @b betadist returns #num! error. * if @alpha <= 0 or @beta = @b betadist returns #num! error. * this function is excel compatible. @examples= betadist(0.12,2,3) equals 0.07319808. @seealso=betainv