Parametric Function for the Cumulative Occupancy Distribution
累计占用分布的参数功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns values for parameterized cumulative occupancy distributions.
返回值参数的累计占用分布。
用法----------Usage----------
fCumul(x,b0,b1,b2)
参数----------Arguments----------
参数:x
Point to evaluate
点,以评估
参数:b0
Parameter b0
参数B0
参数:b1
Parameter b1
参数B1
参数:b2
Parameter b2
参数B2
Details
详情----------Details----------
Function fitted to the cumulative occupancy distribution for a multinomial distribution. Exponential model := b0-b1*exp(-b2*x).
累计占用分布函数拟合为多项式分布。指数模型:= B0-B1 * EXP(-B2 * X)。
值----------Value----------
Returns a numeric
返回一个数字
作者(S)----------Author(s)----------
Oliver Will <a href="mailtowill4@yahoo.com">owill4@yahoo.com</a>