Learn R Programming

libamtrack (version 0.6.3)

AT.Vavilov.IDF: AT.Vavilov.IDF

Description

Computes the Vavilov probability density function using CERNLIB (G116)

Usage

AT.Vavilov.IDF(rnd, kappa, beta)

Arguments

rnd
random number from uniform distribution between 0 and 1 (array of size n).
kappa
straggling parameter (array of size n).
beta
relativistic speed, between 0 and 1 (array of size n).

Value

  • lambda.vavilovresulting Vavilov lambda (array of size n)

See Also

View the C source code here: http://sourceforge.net/apps/trac/libamtrack/browser/tags/0.6.3/src/AT_Ene rgyLoss.c#L279