powered by
probit and inverse probit functions
probit(x, low = 0, high = 1)probitInv(x, low = 0, high = 1)
probitInv(x, low = 0, high = 1)
Input value(s) in range [low,high] to translate -Inf to Inf
Lowest value in the range
Highest value in the range
values from probit, probitInv and probitNormInfo
# NOT RUN { probit(0.25) probitInv(-0.674) probitNormInfo(probit(0.25), sd = 0.1) probitNormInfo(probit(1, 0, 10), sd = 1, low = 0, high = 10) # }
Run the code above in your browser using DataLab