Rev Language Reference


d_sub

Usage

d_sub(Real x, Distribution__Real firstDistribution, Real second, Bool log)

Arguments

x : Real (pass by const reference)
The observed value.
firstDistribution : Distribution__Real (pass by const reference)
The distribution to be transformed.
second : Real (pass by const reference)
The amount sub1ed to base random variable.
log : Bool (pass by value)
Log-transformed probability?
Default : TRUE

Return Type